-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
38 lines (35 loc) · 680 Bytes
/
index.css
File metadata and controls
38 lines (35 loc) · 680 Bytes
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
.but {
height:30px;width:30px;
}
div {
/* https://www.w3schools.com/css/css3_gradients.asp */
background-image: radial-gradient(blue,red);
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
text-align: center;
}
#title {
font-size: 24px;
color: blue;
font-family: 'Limelight', cursive;
}
p, label {
font-size: 16px;
font-family: 'Abril Fatface', cursive;
}
button, input {
font: 14px;
font-family: 'Permanent Marker', cursive;
}
#time, #minutes, #seconds {
color: blue;
}
#button1{
background-color: blue;
}
#button2{
background-color: red;
}