1
0
Fork 0
mirror of https://github.com/prise6/anywhere synced 2024-05-19 01:46:32 +02:00
anywhere/style.css
2016-05-02 09:47:00 +02:00

18 lines
175 B
CSS

body {
background: #EEEEEE;
text-align:center;
}
h1 {
font-weight: 600;
}
.red {
font-weight: 600;
color: #ff4081;
}
.code-zone {
width: 400px;
margin:auto;
}