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.
51 lines
552 B
CSS
51 lines
552 B
CSS
body {
|
|
background-color: #F4EBE8;
|
|
font-family: Roboto Mono, monospace;
|
|
font-size:20px;
|
|
|
|
}
|
|
|
|
#statbody {
|
|
display: flex;
|
|
margin: 120px;
|
|
float: left
|
|
}
|
|
|
|
.statcontainer {
|
|
display: inline-block;
|
|
width: 50%;
|
|
min-height: 900px;
|
|
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;
|
|
}
|