distorsion.interhacker.space/site/css/simple.css
2025-01-24 23:27:15 +01:00

19 lines
298 B
CSS

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;
}