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

46 lines
574 B
CSS
Raw Normal View History

2025-01-24 23:25:49 +01:00
body{
2025-01-24 23:27:15 +01:00
margin: auto;
2025-01-24 23:27:15 +01:00
padding: 0 1em;
2025-01-24 23:27:15 +01:00
line-height: 1.6;
2025-01-24 23:25:49 +01:00
}
2025-01-24 23:27:15 +01:00
main {
margin: 0 auto;
2025-01-24 23:27:15 +01:00
max-width: 40em;
}
header, footer {
max-width: 40em;
margin: auto;
2025-01-24 23:27:15 +01:00
text-align: center;
2025-01-24 23:25:49 +01:00
}
2025-01-24 23:27:15 +01:00
header {
border-bottom: solid 0.1rem;
2025-01-24 23:25:49 +01:00
}
2025-01-24 23:27:15 +01:00
footer {
border-top: solid 0.1rem;
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
img {
width: 100%;
}
2025-01-24 23:27:15 +01:00
a.mel {
font-family: monospace;
}
2025-01-24 23:27:15 +01:00
.snowflake {
border: solid 0.1rem;
margin: 1rem;
height: max-content;
}
2025-01-24 23:27:15 +01:00
.flex {
display: flex;
justify-content: center;
}