-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
35 lines (30 loc) · 786 Bytes
/
Copy pathindex.css
File metadata and controls
35 lines (30 loc) · 786 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
body {
background-image: url(earth.jpg);
}
.container {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 1px;
border-radius: 5px;
background-color: rgb(81, 81, 81);
background-color: rgba(86, 86, 86, 0.4);
padding: 100px;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
color: white;
font-size: 50px;
}
.searching {
display: flex;
justify-content: center;
}
#Weatherin{
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
font-size: xx-large;
}
#Temp{ font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
font-size: xx-large;
text-align: center;
}