forked from technojam/world-clock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
107 lines (103 loc) · 2.22 KB
/
Style.css
File metadata and controls
107 lines (103 loc) · 2.22 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
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
/* #222831 -- darkest blue
#30475e -- medium blue
#f2a365 -- orange peace for headings or underlines
#ececec -- white compulsory */
*{
margin: 0%;
padding: 0%;
}
body{
background-color: #222831;
}
nav{
height: 50px;
display: block;
padding-top: 50px;
width: auto;
margin: 0 auto;
text-transform: uppercase;
background-color: #525861;
text-align: center;
}
.nav{
color: white;
}
/* The navigation bar */
.navbar {
overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a:hover {
background: #ddd;
color: black;
}
.main {
margin-top: 30px;
}
header {
padding: 50px 16px 10px;
background: rgb(31, 27, 27);
color: #f1f1f1;
text-align: center;
}
.underline{
text-decoration: underline;
text-underline-position: under;
text-decoration-color: #f2a365;
}
.box{
position: relative;
align-self: center;
}
.box select{
background: #2f3640;
color: antiquewhite;
padding: 10px;
width: 250px;
margin-top: 5px;
font-size: 15px;
border: none;
border-radius: 7pt;
outline: none;
}
p{
text-align: center;
font-size: 50px;
}
.faq{
color: #ececec;
margin: 5%;
text-decoration: underline;
text-decoration-color: #f2a365;
font-size: 30px;
}
#clock{
width: 600px;
margin-left: 30%;
margin-top: 3%;
margin-bottom: 2%;
font-size: 70px;
border: 2px solid white;
align-items: center;
text-align: center;
align-items: center;
color: white;
}
#map{
width: 70%x;
height: 400px;
padding: 18px;
margin-left: 100px;
margin-right: 100px;
}