Display page views and unique visitors.

This commit is contained in:
Mike Cao 2020-07-28 19:04:45 -07:00
parent bdcdcd9d13
commit ce92c7897d
16 changed files with 162 additions and 44 deletions

View 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;
}