first commit

This commit is contained in:
rnsrk 2024-11-12 03:37:02 +01:00
commit daa1115964
10 changed files with 284 additions and 0 deletions

23
static/styles.css Normal file
View file

@ -0,0 +1,23 @@
body {
font-family: Arial, sans-serif;
text-align: center;
}
img {
width: 80%;
height: auto;
}
div {
margin-top: 20px;
}
a {
text-decoration: none;
font-size: 20px;
}
.navigation {
display: flex;
justify-content: space-around;
}