mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-18 02:50:18 -04:00
here
This commit is contained in:
parent
97f0d31626
commit
375c0c16cf
|
@ -14,16 +14,19 @@
|
|||
z-index: 999;
|
||||
width: 100%;
|
||||
padding-top: 17px;
|
||||
background:linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%);
|
||||
;
|
||||
color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%);
|
||||
background:black;
|
||||
color: white;
|
||||
overflow: hidden;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
padding-bottom: 6px;
|
||||
font-family: "Montserrat", sans-serif; }
|
||||
font-family: "Montserrat", sans-serif;
|
||||
color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%);
|
||||
}
|
||||
@media only screen and (max-width: 766px) {
|
||||
.main_h {
|
||||
padding-top: 25px; } }
|
||||
padding-top: 25px; } }
|
||||
|
||||
.open-nav {
|
||||
max-height: 400px !important; }
|
||||
|
@ -70,13 +73,12 @@ nav {
|
|||
padding: 7px 0;
|
||||
margin: 0; } }
|
||||
nav ul a {
|
||||
color: #FFFFFF;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
transition: .3s; }
|
||||
nav ul a:hover {
|
||||
color: #ffd1dc;
|
||||
color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%);
|
||||
font-size: 15px;
|
||||
text-decoration: none; }
|
||||
|
||||
|
@ -139,12 +141,11 @@ p {
|
|||
|
||||
.hero {
|
||||
position: relative;
|
||||
background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed;
|
||||
background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
background-size: cover;
|
||||
background-attachment: local;
|
||||
color: #FFFFFF;
|
||||
padding-top: 70px;
|
||||
min-height: 100vh;
|
||||
letter-spacing: 2px;
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
<div class="row">
|
||||
|
||||
<a>
|
||||
<img class="logo" src="./css/res/white_on_black.svg">
|
||||
/*<img class="logo" src="./css/res/white_on_black.svg">*/
|
||||
<img class="logo" src="sliders.html"
|
||||
</a>
|
||||
|
||||
<div class="mobile-toggle">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<title>brancher</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body text=linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%)>
|
||||
<link href='https://fonts.googleapis.com/css?family=Montserrat|Cardo' rel='stylesheet' type='text/css'>
|
||||
|
||||
<header class="main_h">
|
||||
|
|
Loading…
Reference in New Issue
Block a user