-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
114 lines (105 loc) · 1.43 KB
/
stylesheet.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
h1
{
color:white;
position:relative;
text-align:center;
text-shadow: #EEEE00 0 0 10px, #FF0000 5px 5px 5px;
}
#endtime
{
text-align:center;
color:white;
}
body
{
background-image: url("galaxy.jpg");
}
img
{
position:relative;
text-align:right;
padding:10px;
left:40px;
bottom:10px;
}
#head-content
{
position:absolute;
left:52%;
margin-right:-50%;
transform:translate(-50%,-50%);
font-family:cursive;
font-size:15px
}
#head-content li{
display:inline;
color:red;
padding:44px;
position:relative;
top:20px;
}
#main {
font-size: 20px;
font-family: Tahoma, Geneva, sans-serif;
font-weight: bold;
text-align: center;
text-shadow: none;
border-radius: 8px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
#main li {
display: -webkit-inline-box;
padding: 50px;
border-radius:20px;
color:white;
background-color: #8AD9FF;
}
#play
{
position:relative;
text-align:center;
top:180px;
left:350px;
}
#reset
{
position:relative;
top:180px;
left:300px;
}
input
{
position:relative;
width:75;
left:476;
}
button
{
position:absolute;
top:140px;
left:700;
}
#pause
{
position:relative;
top:180px;
left:180px;
}
#stop
{
position:relative;
top:250px;
left:150px;
}
#sec_header
{
display:none;
position:absolute;
top:170px;
left:540px;
color:white
}