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

25 lines
298 B
CSS
Raw Normal View History

2025-01-24 23:25:49 +01:00
body{
2025-01-24 23:27:15 +01:00
margin: 0 auto;
2025-01-24 23:25:49 +01:00
max-width: 40em;
line-height: 1.6;
}
2025-01-24 23:27:15 +01:00
h1 {
text-align: center;
2025-01-24 23:25:49 +01:00
}
img {
width: 100%;
}
2025-01-24 23:27:15 +01:00
nav {
text-align: center;
2025-01-24 23:25:49 +01:00
}
2025-01-24 23:27:15 +01:00
nav ul {
padding: 0;
}
nav li {
display: inline;
padding: 0 1em;
}
nav li:not(:last-of-type) {
border-right: solid 0.1rem;
2025-01-24 23:25:49 +01:00
}