-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage1.css
More file actions
115 lines (101 loc) 路 1.46 KB
/
Copy pathpage1.css
File metadata and controls
115 lines (101 loc) 路 1.46 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
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,900|Yrsa:400,500,600,700&display=swap");
.face {
position: relative;
}
.eye {
display: flex;
flex-direction: column;
align-items: center;
}
.eye img {
max-width: 122px;
}
.eyebrow img {
max-width: 200px;
}
.mouth img {
max-width: 173px;
position: absolute;
top: 240px;
left: 97px;
}
.nose img {
max-width: 100px;
position: absolute;
top: 75px;
left: 135px;
}
#eye1 {
position: absolute;
right: 0;
}
#eye2 {
position: absolute;
left: 0;
}
.frame-1 {
/* margin: 0; */
display: flex;
justify-content: center;
}
body {
opacity: 1;
transition: 1s opacity;
background: white;
color: black;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: "Yrsa", serif;
}
body.fade {
opacity: 0;
transition: none;
}
#intro-text {
height: 660px;
display: flex;
justify-content: center;
align-items: center;
}
#text1 {
/* display: none; */
}
#text2 {
/* display: none; */
}
.face {
display: none;
position: relative;
width: 380px;
height: 320px;
opacity: 0;
}
#main {
margin-top: 200px;
display: none;
position: relative;
align-items: center;
justify-content: center;
}
.main-text {
margin-right: 180px;
width: 55%;
text-align: left;
}
#body1 {
opacity: 0;
}
#body2 {
opacity: 0;
}
#body3 {
opacity: 0;
}
#body4 {
opacity: 0;
}
#author {
opacity: 0;
}