fugadalcontrollo/public/stylesheets/style.css

15 lines
197 B
CSS
Raw Normal View History

2018-07-21 00:55:00 +02:00
body {
padding: 50px;
background-color: #333;
color: #cecece;
font: 38px "Lato Light", "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
2018-07-24 00:29:12 +02:00
h3 {
text-align: right;
}