Display page views and unique visitors.
This commit is contained in:
16
components/MetricCard.module.css
Normal file
16
components/MetricCard.module.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-right: 50px;
|
||||
}
|
||||
|
||||
.value {
|
||||
font-size: 36px;
|
||||
line-height: 40px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-size: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user