add content + modif html
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user