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;
|
||||
}
|
5221
css/style.css
Normal file
5221
css/style.css
Normal file
File diff suppressed because one or more lines are too long
53
css/void.css
Normal file
53
css/void.css
Normal file
@@ -0,0 +1,53 @@
|
||||
.section-bg.section-bg-bottom{
|
||||
margin-top:40px;
|
||||
margin-bottom: 0px;;
|
||||
}
|
||||
.section.pb0.bg-color{
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
.box-size{
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-bottom: 15px;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.contact-div{
|
||||
margin-bottom:20px
|
||||
}
|
||||
.header-margin{
|
||||
margin:0px;
|
||||
}
|
||||
.contact-btn{
|
||||
padding:10px 20px;
|
||||
background-color: rgb(64, 169, 230);
|
||||
color:white;
|
||||
border: none;
|
||||
|
||||
}
|
||||
.contact-btn:hover{
|
||||
background-color:rgb(27, 91, 128) ;
|
||||
}
|
||||
.section-bg.space{
|
||||
margin:0px;
|
||||
}
|
||||
.about-section {
|
||||
position: relative;
|
||||
height: 100vh; /* Optional: full-screen height */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.about-section-div {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%); /* Center the div perfectly */
|
||||
font-size: 20px;
|
||||
color: white; /* assuming video background, white text is better */
|
||||
text-align: center;
|
||||
max-width: 80%; /* optional for responsiveness */
|
||||
}
|
||||
.about-section-div .h3-color{
|
||||
color:white;
|
||||
}
|
||||
|
Reference in New Issue
Block a user