1
0
Fork 0
mirror of https://github.com/prise6/anywhere synced 2024-05-18 19:16:33 +02:00
anywhere/style.css
2016-05-02 22:27:06 +02:00

19 lines
194 B
CSS

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