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;
}
}
}
}