Untitled
unknown
plain_text
2 years ago
1.7 kB
10
Indexable
.navbar-nav{
margin: 0 auto;
}
.navbar-brand {
margin-left: 150px;
color: #dd845a;
margin-right: 30%; /* Add space after the logo */
}
.navbar-brand i {
color: #dd845a;
}
.navbar-nav .nav-item {
margin-left: 10px;
}
.navbar-nav .nav-item .nav-link {
padding: 10px 10px;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.feature {
width: 1500px;
height: 300px;
background: url(light_bulb.jpg);
background-position: top right;
background-size: cover;
background-color: #dd845a;
color: #fff;
text-shadow: 1px 1px 8px #000
}
.container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.logo {
font-size: 36px;
font-weight: bold;
margin-bottom: 20px;
}
.tagline {
font-size: 48px; /* Adjust the size as needed */
margin-bottom: 20px;
}
.container{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.container-h1 {
font-size: 3em; /* Adjust font size as needed */
font-weight: bold;
}
.container-p {
font-size: 1.2em; /* Adjust font size as needed */
margin: 20px 0;
}
.btn {
display: inline-block;
background-color: #ff9900; /* Adjust the button color as needed */
color: white;
padding: 10px 15px;
font-size: 12px;
text-decoration: none;
border-radius: 4px;
background-color: #ff9900; /* Adjust the button color as needed */
border-color: #cc7a00;
}
.btn:hover {
background-color: #cc7a00; /* Adjust the hover color as needed */
}
Editor is loading...
Leave a Comment