-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneratedContent.css
More file actions
115 lines (106 loc) · 1.8 KB
/
generatedContent.css
File metadata and controls
115 lines (106 loc) · 1.8 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
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
.border {
border: 1px solid red;
}
.banner:nth-child(1) {
background-image: url(../../../Desktop/Images/worship/armsout.jpg);
background-size: cover;
}
.banner:nth-child(2) {
background-image: url(../../../Desktop/Images/worship/guitar.jpg);
background-size: cover;
background-position: 0 -80px;
}
.banner:nth-child(3) {
background-image: url(./Images/bulb.jpg);
background-size: cover;
}
.banner:nth-child(5) {
background-image: url(./Images/bulb.jpg);
background-size: cover;
}
.banner-no-flex {
padding: 10%;
justify-content: center;
align-items: center;
text-align: center;
}
.portfolio {
padding-bottom: 4%;
}
.banner-no-flex h1,
.col-11 {
text-align: center;
margin: 0 auto;
}
p {
font-family: 'Josefin Slab', serif;
font-size: 1.5em;
}
.about-container p {
margin: 0 auto;
letter-spacing: 0.05em;
padding: 0 10% 10% 10%;
}
.about-container h1 {
position: relative;
top: -100px;
left: 0;
}
#header {
font-family: 'Dancing Script', cursive;
}
#footer {
color: #fff;
}
.about-container .col-10 {
float: right;
}
/*.about p {
}*/
.about-container .col-2 {
float: left;
}
.about-container .col-3 {
float: right;
}
h1 {
font-size: 5rem;
}
footer {
height: 80px;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
}
/*.col-10 {
column-count: 3;
column-gap: 1em;
}
*/
.vid-container {
position: relative;
padding-bottom: 50.8125%;
}
iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.background-container {
position: relative;
height: 0;
background-image: url(./Images/bulb.jpg);
background-attachment: fixed;
padding-bottom: 25%;
background-size: cover;
}
/*.background-container .element {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}*/