Created homepage

This commit is contained in:
Kristofers Solo
2022-08-06 16:17:18 +03:00
parent b5d3e8258e
commit e9ef11bc46
5 changed files with 20 additions and 9 deletions

5
static/css/index.css Normal file
View File

@@ -0,0 +1,5 @@
p {
font-size: 20px;
text-align: center;
margin-top: 10px;
}

View File

@@ -120,7 +120,7 @@ li {
font-size: 18px;
float: left;
display: inline-block;
width: 20%;
width: calc(100% / 2);
}
li a {
@@ -160,3 +160,7 @@ footer {
justify-content: space-around;
padding: 8px 0;
}
footer p {
font-size: 16px;
}