design, libreevent page partially done

This commit is contained in:
2024-09-03 08:48:31 +02:00
parent 242ec159a2
commit 28276a984f
5 changed files with 158 additions and 76 deletions

View File

@@ -26,6 +26,10 @@ body {
.content {
width: 80%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.no-scroll {
@@ -38,4 +42,15 @@ body {
color: white;
text-decoration: none;
border-radius: 10px;
transition: all 0.5s;
}
.button:hover {
border-radius: 5px;
background-color: rgb(2, 10, 27);
}
.project-logo {
width: 40%;
border-radius: 30px;
}