lots more styling

This commit is contained in:
janis
2022-12-13 17:19:41 +01:00
parent f7da68b483
commit 8fdc291f15
5 changed files with 106 additions and 9 deletions

View File

@@ -78,6 +78,27 @@ body {
*/
.content {
width: 80vw;
margin-left: 10vw;
width: 75vw;
margin-left: 12.5vw;
}
.create {
display: grid;
justify-content: center;
text-align: center;
}
/* This div will have crazy cool style, as this should represent that you can use (almost) all the CSS you want.*/
.create .crazy-styled {
background-color: aqua;
}
.features {
text-align: center;
}
.feature-item {
display: inline-block;
width: 40%;
margin: 2%;
}