Created
March 10, 2019 21:26
-
-
Save AnoRebel/2a530a3fa465e8190317d400e0503331 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.intro-2 { | |
background: url("http://mdbootstrap.com/img/Photos/Others/img%20(42).jpg")no-repeat center center; | |
background-size: cover; | |
} | |
.navbar:not(.top-nav-collapse) { | |
background: transparent !important; | |
} | |
.hm-gradient .full-bg-img .intro-2 { | |
background: -webkit-linear-gradient(45deg, rgba(83, 125, 210, 0.4), rgba(178, 30, 123, 0.4) 100%); | |
background: -webkit-gradient(linear, 45deg, from(rgba(29, 236, 197, 0.4)), to(rgba(96, 0, 136, 0.4))); | |
background: linear-gradient(to 45deg, rgba(29, 236, 197, 0.4), rgba(96, 0, 136, 0.4) 100%); | |
} | |
.md-form .prefix { | |
font-size: 1.5rem; | |
margin-top: 1rem; | |
} | |
.md-form label { | |
color: #ffffff; | |
} | |
@media (max-width: 740px) { | |
.full-height, | |
.full-height body, | |
.full-height header, | |
.full-height header .view { | |
height: 1040px; | |
} | |
} | |
.top-nav-collapse { | |
background-color: #78909c !important; | |
} | |
@media (max-width: 768px) { | |
.navbar:not(.top-nav-collapse) { | |
background: #78909c !important; | |
} | |
} | |
h1 { | |
letter-spacing: 8px; | |
} | |
h5 { | |
letter-spacing: 3px; | |
} | |
.hr-light { | |
border-top: 3px solid #fff; | |
width: 80px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment