You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
569 B
CSS
48 lines
569 B
CSS
body {
|
|
background-color: #F4EBE8;
|
|
font-family: Roboto Mono, monospace;
|
|
font-size:20px;
|
|
padding-top: 120px;
|
|
padding-left: 120px;
|
|
padding-right: 120px;
|
|
}
|
|
|
|
#statbody {
|
|
display: flex;
|
|
}
|
|
|
|
.statcontainer {
|
|
display: inline-block;
|
|
width: 50%;
|
|
padding: 20px;
|
|
align-items: center;
|
|
}
|
|
.counter {
|
|
display: flex;
|
|
width: 100%
|
|
}
|
|
|
|
.box {
|
|
display: inline-block;
|
|
width: 40%;
|
|
text-align: center;
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
.number {
|
|
font-size: 72px;
|
|
}
|
|
|
|
#graphs {
|
|
width: 100%;
|
|
}
|
|
|
|
.image{
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
#counter {
|
|
display: inline-block;
|
|
}
|