-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage4.css
63 lines (57 loc) · 943 Bytes
/
page4.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
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,900|Yrsa:400,500,600,700&display=swap");
body {
background: black;
font-family: "Yrsa", serif;
color: white;
transition: all 300ms ease;
}
.guy img {
width: 250px;
height: auto;
position: absolute;
top: 300px;
right: 400px;
cursor: pointer;
}
.mirror img {
width: 500px;
height: auto;
position: absolute;
right: 450px;
top: 90px;
z-index: -5;
}
#mirror-img {
filter: invert(1);
}
.container {
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.body {
display: flex;
position: relative;
}
.body img {
width: 230px;
height: auto;
position: absolute;
top: 290px;
left: -10px;
}
.scribble {
position: relative;
}
.scribble img {
width: 230px;
height: auto;
z-index: -10;
left: 0px;
top: 195px;
position: absolute;
}
#scribble {
display: none;
}