first draft

This commit is contained in:
jtbx 2024-03-10 21:12:56 +01:00
commit cbb964a970
5 changed files with 71 additions and 1 deletions

28
assets/css/style.css Normal file
View file

@ -0,0 +1,28 @@
body {
font-family: system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif;
text-align: center;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 0 5px;
}
footer {
margin-top: 4rem;
}
img {
width: 100%;
}
.hero-img {
max-width: 500px;
}
p.bigger {
font-size: 1.2rem;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB