Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .background{
- position: relative;
- background-image: url('/images/poster.jpg');
- background-repeat: no-repeat;
- background-position:center top -50px;
- z-index: -1;
- background-size:cover;
- }
- .background::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.4); /* Потъмнява фона с 50% черен цвят */
- z-index: -1;
- }
- .header{
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-family: "Karla", sans-serif;
- padding: 2em 4em;
- font-size: 1.125em;
- z-index: 1111;
- }
- header img{
- width: 107px;
- height: auto;
- }
- header ul{
- display: flex;
- align-items: center;
- justify-content: center;
- gap: 2em;
- }
- header ul a {
- color: white;
- z-index: 1111;
- }
- .hero{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .hero h1{
- /* height: 100vh; */
- font-size: 5.625em;
- padding-top: 3.5em;
- padding-bottom: 2em;
- z-index: 1111;
- }
- .hero h4{
- font-size: 1.25em;
- text-align: center;
- padding-bottom: 10em;
- font-family: "Karla", sans-serif;
- font-weight: 400;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement