mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-11 19:16:11 +00:00
added logo and title
This commit is contained in:
@@ -9,4 +9,41 @@
|
||||
background-size: cover;
|
||||
background-position: top;
|
||||
clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.text-box {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.logo-box {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.heading-primary {
|
||||
color: #ffff;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.heading-primary-main {
|
||||
display: block;
|
||||
font-size: 60px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 35px;
|
||||
}
|
||||
|
||||
.heading-primary-sub {
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 17.4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user