home link

This commit is contained in:
Adrien
2019-02-25 10:36:01 +01:00
parent 15ec447587
commit bd45c06fbc
2 changed files with 23 additions and 13 deletions

View File

@ -98,21 +98,28 @@ h2{
.item_nav_imie a{
text-decoration: none;
color: white;
-webkit-transition: 400ms;
-o-transition: 400ms;
transition: 400ms;
}
.item_nav_imie a:hover{
color: #6e6e6e;
color: #a5a5a5;
}
.item_nav_imie{
display: inline-block;
padding-left: 20px;
padding-top: 10px;
color: white;
float: right;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 600;
}
.social{
padding: 11px 0px 0px 20px;
}
.link{
padding: 9px 0px 0px 20px;
}
.item_nav_blog_gauche{
padding-top:25px;
@ -130,13 +137,13 @@ h2{
display: inline-block;
float: right;
font-weight: bold;
-webkit-transition: 400ms;
-o-transition: 400ms;
transition: 400ms;
}
.item_nav_blog_droite:hover{
cursor: pointer;
-webkit-transition: 400ms;
-o-transition: 400ms;
transition: 400ms;
}
.item_nav_blog_droite.dev:hover{
@ -188,8 +195,7 @@ h2{
color: white;
}
.test2{
padding-left: 27px;
padding-right: 27px;
padding: 0px 90px;
margin-top: 100px;
text-align: center;
}
@ -208,6 +214,10 @@ h2{
background-color: #190034;
padding: 10px 15px;
color: white;
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
.bloc-plus:hover{
background-color: #42027e;