Private
Public Access
1
0

reg and login buttons on index && remove list method && facebook centralize

This commit is contained in:
2016-12-10 14:43:28 +01:00
parent 6dc59549ef
commit c0d75e43f3
7 changed files with 81 additions and 30 deletions

View File

@@ -59,6 +59,7 @@ header section h1 {
header section h2 {
font: normal 32px 'Rajdhani', sans-serif;
color: #434242;
margin-top: 100px;
}
header section h3 {
@@ -104,6 +105,33 @@ header section div > a:hover {
transition: all 250ms ease-in-out;
}
header section div > a.small {
background: transparent;
display: inline-block;
font: bold 22px 'Rajdhani', sans-serif;
border: 3px solid #83aed9;
color: #83aed9;
padding: 10px;
-webkit-box-shadow: none;
box-shadow: none;-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
header section div > a.small:hover {
background: #658fb8;
border: 3px solid #658fb8;
color: #FFFFFF;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1100px) {
header section {
align-items: center;