Update
This commit is contained in:
@@ -29,5 +29,35 @@
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(image/business-2717063_1920.jpg) center/cover no-repeat fixed;
|
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(image/business-2717063_1920.jpg) center/cover no-repeat fixed;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: stretch;
|
||||||
|
}
|
||||||
|
.navbar{
|
||||||
|
background: rgba(0, 0, 0, 0.6);
|
||||||
|
padding: 1.2rem;
|
||||||
|
}
|
||||||
|
.navbar-brand{
|
||||||
|
color: #fff;
|
||||||
|
font-size: 2rem;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
font-family: var(--Playfair);
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
|
.navbar-nav{
|
||||||
|
padding: 0.8rem 0 0.2rem 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.navbar-nav a{
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-family: var(--Roboto);
|
||||||
|
letter-spacing: 1px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0.4rem 0.1rem;
|
||||||
|
letter-spacing: 3px;
|
||||||
|
transition: opacity 0.5s ease;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user