distorsion.interhacker.space/site/styles/simple.css

20 lines
298 B
CSS
Raw Normal View History

2025-01-24 23:25:49 +01:00
body{
margin: 1em auto;
padding: 0 1em 0;
max-width: 40em;
line-height: 1.6;
}
h1,h2,h3 {
line-height: 1.2;
}
img {
width: 100%;
}
footer>p {
text-align: right;
}
footer a {
color:darkmagenta;
background-color: darkmagenta;
}