statping/html/css/base.css

27 lines
375 B
CSS
Raw Normal View History

2018-06-10 01:31:13 +00:00
HTML,BODY {
background-color: #efefef;
2018-06-10 02:12:50 +00:00
margin: 40px 0;
2018-06-10 01:31:13 +00:00
}
.container {
max-width: 790px;
background-color: white;
padding: 50px;
border-radius: 7px;
}
.navbar {
margin-left: -50px;
width: 720px;
margin-bottom: 30px;
}
.lg_number {
font-size: 26pt;
font-weight: bold;
display: block;
}
.stats_area {
text-align: center;
}