-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathHeader.css
More file actions
61 lines (51 loc) · 1.21 KB
/
Header.css
File metadata and controls
61 lines (51 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
@import url("https://fonts.googleapis.com/css?family=Staatliches");
.header {
background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.849)),
url(../img/BaganMyanmar.jpg);
/* background-position: 20% 85%; */
background-repeat: no-repeat;
background-size: cover;
background-position: center;
/* background-origin: content-box; */
height: 15vh;
/* mix-blend-mode: saturation; */
}
header.header {
padding-top: 0;
}
@media screen and (min-width: 1300px) {
/* .header {
background-position: 10% 80%;
} */
}
/* @media screen and (min-width: 500px) {
.header {
background-position: absolute;
margin-top: -30px;
}
} */
.headertext {
background: rgb(0, 0, 0);
letter-spacing: 7px;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Staatliches", cursive;
font-size: 6rem;
align-self: center;
text-transform: uppercase;
text-shadow: 4px 3px 0px white;
margin-top: 0;
}
h1.headertext {
margin-top: 0;
}
.nav {
background-color: rgba(0, 0, 0, 0.952);
position: relative;
bottom: -40px;
}
iframe {
border: 0px;
}