-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (52 loc) · 1.19 KB
/
style.css
File metadata and controls
58 lines (52 loc) · 1.19 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
.text-hours {
color: purple;
}
.text-minutes {
color: orange;
}
.text-seconds {
color: orangered;
}
.clock span{
font-size: 160px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
display: inline-block; /* Display spans as inline-block */
margin: 0; /* Remove any default margins */
padding: 0; /* Remove any default paddings */
}
.zipcodeinfo {
position: absolute;
margin-left: 10px;
bottom: 0%;
}
.clock {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
white-space: nowrap;
}
/*
body {
background-image: url("https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIzLTA4L3Jhd3BpeGVsX29mZmljZV8yX3Bob3RvX29mX2FfbGlvbl9pc29sYXRlZF9vbl9jb2xvcl9iYWNrZ3JvdW5kXzJhNzgwMjM1LWRlYTgtNDMyOS04OWVjLTY3ZWMwNjcxZDhiMV8xLmpwZw.jpg");
background-repeat: repeat;
background-size: 200px;
} */
/* style.css */
#map {
height: 100vh; /* Set a fixed height */
width: 100%; /* Use the full width of the container */
z-index: -1;
}
body {
margin: 0;
padding: 0;
height: 100vh;
}
.link {
width: 100%;
height: 100vh;
z-index: 0;
}