-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
127 lines (101 loc) · 1.89 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
body{
font-family: 'Righteous', cursive;
box-sizing: border-box;
}
#degital{
position: absolute;
margin-top: -60px;
color: rgba(129, 5, 5, 0.932);
}
#main_div{
display: flex;
justify-content: center;
background-color: rgba(129, 5, 5, 0.932);
width: 200px;
margin: auto;
justify-content: space-evenly;
position: relative;
padding: 15px;
border-radius: 10px;
margin-top: 200px;
}
span{
color: orangered;
}
#hours, #second, #msec{
width: 40px;
text-align: center;
padding: 0px;
}
.btn{
margin: auto !important;
justify-content: space-around;
justify-content: center;
align-content: center;
width: 300px;
text-align: center;
}
.man{
display: flex;
width: 180px;
align-content: center;
justify-content: center;
background-color: rgb(240, 228, 234);
height: 60px;
position: relative;
margin-top: 0;
margin-left: 0;
text-align: center;
}
h1{
text-align: center;
margin-top: 10px;
}
#stop{
position: absolute;
margin-top: -90px;
margin-left: -15px;
height: 15px;
border: none;
outline: none;
background-color: orangered;
color: white;
}
#start{
height: 15px;
border: none;
outline: none;
margin-top: -15px;
margin-right: 0px;
position: fixed;
margin-left: -65px;
background-color: orangered;
color: white;
}
#reset {
height: 15px;
margin-left: 18px;
margin-top: -15px;
position: absolute;
border: none;
outline: none;
background-color: orangered;
color: white;
}
#msec{
font-size: 16px;
}
#second{
font-size: 24px;
margin-top: 25px;
margin-left: 28px;
font-style: normal;
}
#hours{
text-align: center;
padding-left: 30px;
}
#ganta{
padding-left: 10px;
}