add structure

This commit is contained in:
2019-05-01 19:59:32 +02:00
parent f988fe8ae1
commit 0cae791a02
58 changed files with 3768 additions and 350 deletions

View File

@@ -0,0 +1,11 @@
#home{
.content{
p:last-child{
a:hover{
color: white;
background-color: $green;
transition: background-color 0.3s ease;
}
}
}
}