add index, menu, css...

This commit is contained in:
s0dyy
2020-02-13 10:01:27 +01:00
parent 1c2e16cc0a
commit f0a268e4e8
7 changed files with 87 additions and 1 deletions

44
public/css/style.css vendored Normal file
View File

@ -0,0 +1,44 @@
header {
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
}
.logo {
font-size: 80px;
color: #FF0448;
}
.title {
font-size: 40px;
color: #636b6f;
}
.description {
font-weight: 700;
font-size: 20px;
color: #B1B0B7;
}
body {
background-color: #E7E7E7;
font-family: 'Poppins', sans-serif;
font-weight: 200;
color: #B1B0B7;
text-align: center;
}
a:link, a:visited {
font-weight: 700;
background-color: #92F2DC;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: #9DFFB3;
}