website/style.css

32 lines
404 B
CSS
Raw Normal View History

2017-05-22 16:56:43 +02:00
html {
2017-05-21 15:43:38 +02:00
font-family: monospace;
2017-05-22 16:56:43 +02:00
font-size: 12pt;
2017-05-20 01:48:17 +02:00
}
2017-05-22 16:56:43 +02:00
h1 {
font-size: 2rem;
2017-05-20 01:48:17 +02:00
}
2017-05-22 16:56:43 +02:00
a:link, a:visited {
text-decoration: none;
color: #04a;
2017-05-20 01:48:17 +02:00
}
2017-05-22 16:56:43 +02:00
a:link:active, a:visited:active,
a:link:hover, a:visited:hover {
text-decoration: underline;
2017-05-20 01:48:17 +02:00
}
2017-05-22 16:56:43 +02:00
body > section {
margin: 2rem auto 2rem auto;
width: 20rem;
2017-05-20 01:48:17 +02:00
}
2017-05-22 16:56:43 +02:00
img.logo {
width: 100%;
2017-05-20 01:48:17 +02:00
}
2017-05-22 16:56:43 +02:00
section.info > p {
margin: 0 0 0.5rem 0;
2017-05-20 01:48:17 +02:00
}