-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchild.css
50 lines (41 loc) · 774 Bytes
/
child.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
html,
body {
margin: 0%;
padding: 0%;
box-sizing: border-box;
width: 100%;
}
.section1 {
width: 100%;
height: 90vh;
position: relative;
}
.upsidedown-container {
width: 80%;
height: auto;
margin-left: 10%;
display: flex;
flex-direction: row;
position: relative;
}
.upsidedown>img {
width: 100%;
position: relative;
}
.upsidedown {
padding-left: 2px;
}
.text1 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 60px;
position: absolute;
z-index: 2;
margin-left: 10%;
}
.text2 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 60px;
position: absolute;
z-index: 2;
color: white;
}