add content + modif html

This commit is contained in:
2019-01-30 12:24:08 +01:00
parent 858bff0f81
commit fd2eac3dc4
46 changed files with 454 additions and 205 deletions
@@ -11,9 +11,21 @@
margin-right: 20px;
a{
color: grey;
position: relative;
&:hover{
&::after{
content: "D";
li{
position: relative;
&::after{
content: " ";
top: 7px;
right: -13px;
display: block;
position: absolute;
background-color: grey;
border-radius: 5px;
width: 7px;
height: 7px;
}
}
}
}
@@ -1,4 +1,4 @@
#start{
width: 70%;
margin: auto;
margin: auto auto auto 10%;
}
@@ -8,6 +8,7 @@ h1{
}
p{
font-family: 'Montserrat-Medium'!important;
font-size: 8rem;
line-height: 8rem;
}