progress on main page

This commit is contained in:
janis
2022-12-24 07:04:09 +01:00
parent bd246fe801
commit f686863211
5 changed files with 18 additions and 6 deletions

View File

@@ -16,10 +16,19 @@
display: inline-flex;
justify-content: center;
align-content: center;
list-style-type: none;
width: 80vw;
height: 100%;
}
.mainitems {
padding: 1%;
}
.mainitems:hover {
background-color: darkblue;
}
.menubutton {
text-decoration: none;
background-color: none;