Files
web2.0-backend/static/css/about.css
T
2017-09-24 16:21:45 +03:00

15 lines
210 B
CSS

html {
width: 100%;
height: 100%;
font-size: 16px;
}
body {
background-color: #fcfcfc;
max-width: 750px;
margin: auto;
text-align: center;
color: #100;
font-family: sans-serif;
}