Files
2024-12-11 19:33:24 +01:00

30 lines
345 B
CSS

body {
max-width: 800px;
margin: auto;
padding: 1cm;
}
@font-face {
font-family: ThisWillBeMine;
src: url("./zilap.ttf");
}
h1 {
font-family: ThisWillBeMine;
}
p {
text-align: justify;
text-wrap: auto;
}
textarea {
width: 100%;
height: 10cm;
text-wrap: nowrap;
}
img {
width: calc(100%/4);
}