atcheck/mapka/WYKLADOWCA/statystyki.css
2019-12-08 22:33:37 +01:00

39 lines
689 B
CSS

body {
font-family: monospace, sans-serif;
}
.wrapper{
margin: 0 auto;
width: 1000px;
}
.wrapper ul {
font-size: 20px;
}
.maintext {
text-align: center;
font-size: 44px;
padding-bottom: 20px;
padding-top: 70px;
border-bottom: 2px outset rgb(131, 145, 145);
text-shadow: 1px 1px 4px rgb(122, 122, 122);
}
.tomainpage-button {
font-size: 18px;
background-color: #5d7cd3;
border-radius: 2px;
border: 0;
width: 270px;
padding: 25px 60px;
text-align: center;
box-shadow:0px 4px 0px #1e3572;
font-family: monospace;
margin: 40px auto;
width: 20%;
left: 40%;
bottom: 10px;
position: absolute;
}