-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
81 lines (71 loc) · 1.45 KB
/
styles.css
File metadata and controls
81 lines (71 loc) · 1.45 KB
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
@import url("https://fonts.googleapis.com/css2?family=Khula:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
body {
background: #ef594a;
margin-left: auto;
margin-right: auto;
text-align: center;
height: 100px;
width: 100%;
margin: 0px;
padding: 0px;
}
.time {
font-family: "Khula", sans-serif;
color: rgb(240, 248, 255);
left: 0;
line-height: 200px;
margin-top: -100px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
font-size: 1000%;
}
.button1 {
border: 1px solid #9b0000;
background-color: #9b0000;
color: #ffffff;
padding: 5px 10px;
}
.button1:hover {
border: 1px solid #000000;
background-color: #ff0000;
color: #ffffff;
padding: 5px 10px;
}
.button1:disabled,
.button1[disabled] {
border: 1px solid #999999;
background-color: #cccccc;
color: #666666;
}
.button2 {
border: 1px solid #009c6e;
background-color: #009c6e;
color: #ffffff;
padding: 5px 10px;
}
.button2:hover {
border: 1px solid #000000;
background-color: #04d6d6d2;
color: #ffffff;
padding: 5px 10px;
}
.button2:disabled,
.button2[disabled] {
border: 1px solid #999999;
background-color: #cccccc;
color: #666666;
}
div {
padding: 5px 10px;
}
/* //the blue-ish colour: 009b9b */
/*
#container {
margin: 20px;
width: 400px;
height: 8px;
position: relative;
} */