-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyWatch.css
78 lines (68 loc) · 1.02 KB
/
myWatch.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
body{
text-align: center;
text-transform: uppercase;
background-color: #101820ff;
margin: 0;
letter-spacing: 5px;
color: #f2aa4cff;
}
@font-face {
font-family: digitalFont;
src: url("DS-DIGII.ttf");
}
#header{
margin: 0;
padding: 10px;
color: white;
border-bottom: 1px solid orange;
}
p{
font-size: x-large;
}
#clockDisplay{
padding-top: 10px;
font-size: xxx-large;
font-family: "digitalFont";
}
#grid-container{
width: 100%;
text-align: center;
display: inline-block;
overflow-wrap: all;
align-items: center;
}
#grid-items{
}
.alarmSection{
text-align: center;
color: white;
}
.stopWatchSection{
color: white;
}
.btn{
outline: none;
cursor: pointer;
padding: 10px;
background-color: transparent;
color: white;
border: 1px solid orange;
width: 200px;
}
#alarmTime{
padding: 10px;
border: none;
width: 30%;
font-size: 20px;
margin-bottom: 10px;
outline: none;
}
#stopWatchDisplay{
margin-bottom: 10px;
font-size: xxx-large;
font-family: "digitalFont";
color: #f2aa4cff;
}
#span1{
width: 80%;
}