Ajout de la page contact
This commit is contained in:
@@ -16,6 +16,19 @@
|
||||
background-color: $back;
|
||||
}
|
||||
|
||||
.icon{
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
.icons{
|
||||
width:26px;
|
||||
height:26px;
|
||||
margin-top:10px;
|
||||
display:inline-block;
|
||||
align-items:center;
|
||||
background-color: $color_title;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
* {-moz-box-sizing: border-box; box-sizing: border-box;}
|
||||
|
||||
@@ -120,10 +133,10 @@
|
||||
font-size: 5px;
|
||||
}
|
||||
|
||||
//Blog
|
||||
//Accueil
|
||||
a:nth-child(1){
|
||||
top: 3px;
|
||||
left: 40px;
|
||||
left: 37px;
|
||||
}
|
||||
|
||||
//Musique
|
||||
@@ -132,10 +145,10 @@
|
||||
left: 7px;
|
||||
}
|
||||
|
||||
//RSS
|
||||
// Le blog
|
||||
a:nth-child(3){
|
||||
top: 67px;
|
||||
left: 40px;
|
||||
top: 63px;
|
||||
left: 37px;
|
||||
}
|
||||
|
||||
//contact
|
||||
@@ -257,17 +270,17 @@
|
||||
left: 20%;
|
||||
}
|
||||
|
||||
a:nth-child(2){
|
||||
a:nth-child(4){
|
||||
top: 25px;
|
||||
left: 40%;
|
||||
}
|
||||
|
||||
a:nth-child(3){
|
||||
a:nth-child(2){
|
||||
top: 25px;
|
||||
left: 60%;
|
||||
}
|
||||
|
||||
a:nth-child(4){
|
||||
a:nth-child(3){
|
||||
top: 25px;
|
||||
left: 80%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user