fugadalcontrollo/public/stylesheets/style.css

38 lines
489 B
CSS
Raw Normal View History

2018-07-21 00:55:00 +02:00
body {
2018-08-10 00:22:02 +02:00
padding: 10px 50px;
background-color: #222;
2018-07-21 00:55:00 +02:00
color: #cecece;
2018-08-10 00:22:02 +02:00
font: 1.7em monospace;
max-width: 800px;
margin: auto auto;
width: 100%;
2018-07-21 00:55:00 +02:00
}
a {
color: #00B7FF;
2018-08-10 00:22:02 +02:00
text-decoration: none;
opacity: 0.8;
}
a:hover {
opacity: 1;
2018-07-21 00:55:00 +02:00
}
2018-07-24 00:29:12 +02:00
h3 {
2018-08-10 00:22:02 +02:00
text-align: right;
text-decoration: underline;
2018-07-24 00:29:12 +02:00
}
2018-08-10 00:22:02 +02:00
h3 .subtitle {
text-decoration: none;
font-size: 0.8em;
}
code {
display: block;
left: 0px;
right: 0px;
position: relative;
background-color: black;
width: 100%;
}