New website layout: looks much nicer

This commit is contained in:
2024-01-13 00:17:14 -05:00
parent 975100dbed
commit 42af27875f
4 changed files with 44 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
}
.content-box {
background-image: linear-gradient(to bottom left, rgba(54, 54, 70, 0.8), rgba(30, 31, 40, 0.5));
background-image: linear-gradient(to bottom right, rgba(54, 54, 70, 0.5), rgba(54, 54, 70, 0.2));
border-radius: 10px;
padding: 10px;
width: 80%;
@@ -24,6 +24,24 @@
margin-right: auto;
}
.icon-group {
display: flex;
}
.icon {
border-radius: 10px;
width: 100px;
height: 100px;
margin: 15px;
margin-top: 0;
margin-bottom: 0;
}
.icon-text {
margin-top: 0;
text-align: center;
}
h1 {
color: #7e9cd8;
margin-left: 5%;