New website layout: looks much nicer
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user