Added a typing title and description to the home page

This commit is contained in:
xemeds
2020-07-19 17:36:21 +00:00
parent 0cddb3e4a6
commit 896e41e8e4
3 changed files with 62 additions and 12 deletions
+16
View File
@@ -9,6 +9,21 @@ body {
}
.header {
color: #ffffff;
text-align: center;
margin-top: 5%;
}
.title {
font-weight: bold;
font-size: 50px;
}
.desc {
margin-top: 1%;
}
.container {
background-color: #2c2c2c;
border-radius: 8px;
@@ -43,6 +58,7 @@ body {
border-radius: 3px;
color: #000000;
display: inline-block;
padding: 0 1% 0 1%;
margin: 0 3% 0 1%;
}