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

35 lines
407 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:27:15 +01:00
padding: 0 1em;
2025-01-24 23:27:15 +01:00
max-width: 40em;
line-height: 1.6;
2025-01-24 23:25:49 +01:00
}
2025-01-24 23:27:15 +01:00
h1 {
text-align: center;
2025-01-24 23:25:49 +01:00
}
img {
2025-01-24 23:27:15 +01:00
width: 100%;
2025-01-24 23:25:49 +01:00
}
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 {
2025-01-24 23:27:15 +01:00
display: inline-block;
2025-01-24 23:27:15 +01:00
padding: 0 1em;
}
nav li:not(:last-of-type) {
border-right: solid 0.1rem;
2025-01-24 23:25:49 +01:00
}
2025-01-24 23:27:15 +01:00
a.mel {
font-family: monospace;
}
header {
border-bottom: solid 0.1rem;
}
footer {
border-top: solid 0.1rem;
}