-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb-dhtml.css
More file actions
53 lines (53 loc) · 779 Bytes
/
web-dhtml.css
File metadata and controls
53 lines (53 loc) · 779 Bytes
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
#Cover {
background-color: white;
}
#Cover h2 {
position: absolute;
top: 210px;
left: 70px;
font-size: 100px;
color: black;
}
#Cover h3#h31 {
position: absolute;
top: 440px;
left: 70px;
color: black;
font-size: 40px;
}
#Cover h3#h32 {
position: absolute;
top: 500px;
left: 70px;
color: black;
font-size: 40px;
}
#Cover h3#h33 {
position: absolute;
top: 570px;
left: 70px;
color: black;
font-size: 30px;
}
#Cover img {
position: absolute;
width: 250px;
top: 50px;
left: 50px;
}
#Cover .arrow {
width: 452px;
height: 452px;
transform: rotate(45deg);
position: absolute;
top: 93px;
left: 450px;
border-top: 1px solid;
border-right: 1px solid;
}
.slide p {
margin: 0 0 16px;
}
.slide small {
font-size: smaller;
}