-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (81 loc) · 1.31 KB
/
style.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
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
div{
background-color: #181530;
width: 100%;
padding: 0;
height: 150px;
text-align: center;
}
h1{
margin: 0;
padding: 40px 0 0 0;
color: white;
font-size: 50px;
font-family: 'Righteous', cursive;
}
.slide{
/*position: */
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
width: 250px;
text-align: center;
color: red;
background: #888888;
outline: none;
opacity: .7;
}
.slide:hover {
opacity: 1;
}
.slide::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
background: #e80c22;
cursor: pointer;
}
.c{
width: 640px;
align-content: center;
text-align: center;
padding: 10px;
}
canvas{
width: 640px;
padding: 20px auto;
}
button{
outline: none;
width: 150px;
background-color: #ff6055;
padding: 10px;
border-radius: 5px;
border: none;
text-decoration:none;
cursor: pointer;
font-weight: 600;
font-size: 15px;
color: #333333;
}
p{
font-size: 40px;
letter-spacing: 3px;
word-spacing: 7px;
font-family: 'East Sea Dokdo', cursive;
color: #181530;
}
#sp{
position: absolute;
left: 700px;
top: 210px;
}
#an{
position: absolute;
left: 700px;
top: 310px;
}
#po{
position: absolute;
left: 700px;
top: 410px;
}