-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcs.css
More file actions
91 lines (83 loc) · 1.48 KB
/
cs.css
File metadata and controls
91 lines (83 loc) · 1.48 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
body {
background-image: url("cs.png");
}
#text1 {
position: absolute;
top: 110px;
left: 430px;
width: 220px;
height: 100px;
border-radius: 10px;
background-color: #E9EDC9;
border-color: #E9EDC9;
}
#text2 {
position: absolute;
top: 30px;
left: 90px;
width: 220px;
height: 100px;
border-radius: 10px;
background-color: #D2DDAB;
border-color: #D2DDAB;
}
#text3 {
position: absolute;
top: 315px;
left: 860px;
width: 220px;
height: 100px;
border-radius: 10px;
background-color: #E9EDC9;
border-color: #E9EDC9;
}
#text4 {
position: absolute;
top: 530px;
left: 880px;
width: 220px;
height: 100px;
border-radius: 10px;
background-color: #ccd5ae;
border-color: #ccd5ae;
}
#enter4 {
position: absolute;
top: 640px;
left: 970px;
size-adjust: 10%;
height: 25px;
width: 75px;
background-color: #617847;
color: #fff6d8;
}
#enter3 {
position: absolute;
top: 425px;
left: 950px;
size-adjust: 10%;
height: 25px;
width: 75px;
background-color: #617847;
color: #fff6d8;
}
#enter2 {
position: absolute;
top: 140px;
left: 180px;
size-adjust: 10%;
height: 25px;
width: 75px;
background-color: #617847;
color: #fff6d8;
}
#enter1 {
position: absolute;
top: 220px;
left: 520px;
size-adjust: 10%;
height: 25px;
width: 75px;
background-color: #617847;
color: #fff6d8;
}