-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
131 lines (118 loc) · 2.4 KB
/
style.css
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
body {
height:100%
padding: 0px;
margin:0px;
}
html {
height: 100%;
padding: 0px;
margin: 0px;
}
#mainContainer{
height: 100%;
background-image: url(hex.jpeg);
background-blend-mode: lighten;
background-position: bottom;
background-color: black;
}
#logoBox{
width: 130px;
background-image: url(marvel_logo.png);
background-size: cover;
padding: 40px;
margin-left: 20px;
position: fixed;
}
#textSection{
height: 220px;
width: 100%;
background-image: url(https://static0.srcdn.com/wordpress/wp-content/uploads/2021/02/WandaVision-90s-Intro.jpg);
background-blend-mode: lighten;
background-color: #B92E30;
background-position: center;
/* position: fixed; */
left:0px;
color: #000;
text-align: center;
font-family: "Gill Sans";
padding-top: 2px;
margin-top: 2px;
font-style: italic;
}
#contentContainer{
/* padding-left: 250px;
padding-right: 250px; */
height: 100%;
}
#headerSection{
height:160px;
width:100%;
text-align: center;
padding-top: 10px;
color: white;
}
h1{
margin: 10px;
color: #C61A23;
}
h3{
margin: 0px;
font-family: "Gill Sans"; font-weight: normal;
}
h4{
margin: 5px;
}
h2{
font-family: "Gill Sans"; font-weight: normal;
position:relative; top: -20px;
}
#mediaGallery{
height: 370px;
background-image: url(wandavision_bg.jpg);
background-color: black;
}
#navigationMenu{
height: 50px;
width: 100%;
background-image: url(https://static0.srcdn.com/wordpress/wp-content/uploads/2021/02/WandaVision-90s-Intro.jpg);
background-blend-mode: lighten;
background-position: bottom;
background-color: #B92E30;
position: relative;
font-style: normal;
/* padding: 20px; */
}
.bottomButton {
background-image: url(static.jpg);
background-blend-mode: screen;
background-size: cover;
display: inline;
margin: 20px;
padding: 5px;
color: black;
font-weight: bolder;
border-style: dashed;
position: relative; top: 15px;
}
#imageGallery{
height: 1000px;
width: 100%;
background-image: url(helicopter.jpeg);
background-blend-mode: lighten;
background-position: center;
background-color: black;
background-size: cover;
}
.thumbnail{
margin: 10px;
padding: 10px;
border-style: solid;
border-color: #B92E30;
position: relative; top: 10px;
}
h5{
margin:0px;
font-family: "Gill Sans";
color: #fff;
position: relative; top:10px;
}