mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-07-29 06:09:50 +00:00
home link
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user