initial
This commit is contained in:
35
css/custom.css
Normal file
35
css/custom.css
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
|
||||
|
||||
.text-50{
|
||||
font-size: 50px;
|
||||
}
|
||||
.web-logo{
|
||||
width: 90px;
|
||||
display: block;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
header{
|
||||
background-color: red;
|
||||
}
|
||||
@media (min-width:992px) {
|
||||
|
||||
.header-transparent .menu-fixed .main-header, .header-transparent.with-topbar .menu-fixed .main-header{
|
||||
background-color: red;
|
||||
}
|
||||
.header-transparent .menu-fixed .menu > li > a{
|
||||
color: white;
|
||||
}
|
||||
.header-transparent .menu > li > a:hover, .header-transparent .menu > li:hover a{
|
||||
color: white;
|
||||
}
|
||||
|
||||
}
|
||||
.tp-banner-container {
|
||||
margin-top: 120px;
|
||||
}
|
||||
.tp-banner{
|
||||
height: 600px !important;
|
||||
max-height: 900px !important;
|
||||
}
|
Reference in New Issue
Block a user