This commit is contained in:
1776123 2020-05-01 14:56:29 -04:00
parent 97f0d31626
commit 375c0c16cf
3 changed files with 12 additions and 10 deletions

View File

@ -14,13 +14,16 @@
z-index: 999; z-index: 999;
width: 100%; width: 100%;
padding-top: 17px; 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; overflow: hidden;
-webkit-transition: all 0.3s; -webkit-transition: all 0.3s;
transition: all 0.3s; transition: all 0.3s;
padding-bottom: 6px; 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) { @media only screen and (max-width: 766px) {
.main_h { .main_h {
padding-top: 25px; } } padding-top: 25px; } }
@ -70,13 +73,12 @@ nav {
padding: 7px 0; padding: 7px 0;
margin: 0; } } margin: 0; } }
nav ul a { nav ul a {
color: #FFFFFF;
text-transform: uppercase; text-transform: uppercase;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
transition: .3s; } transition: .3s; }
nav ul a:hover { nav ul a:hover {
color: #ffd1dc; color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%);
font-size: 15px; font-size: 15px;
text-decoration: none; } text-decoration: none; }
@ -144,7 +146,6 @@ p {
-moz-background-size: cover; -moz-background-size: cover;
background-size: cover; background-size: cover;
background-attachment: local; background-attachment: local;
color: #FFFFFF;
padding-top: 70px; padding-top: 70px;
min-height: 100vh; min-height: 100vh;
letter-spacing: 2px; letter-spacing: 2px;

View File

@ -20,7 +20,8 @@
<div class="row"> <div class="row">
<a> <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> </a>
<div class="mobile-toggle"> <div class="mobile-toggle">

View File

@ -12,7 +12,7 @@
<title>brancher</title> <title>brancher</title>
</head> </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'> <link href='https://fonts.googleapis.com/css?family=Montserrat|Cardo' rel='stylesheet' type='text/css'>
<header class="main_h"> <header class="main_h">