-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
63 lines (57 loc) · 974 Bytes
/
styles.css
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
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
body
{
text-align: center;
align-content: center;
font-family: 'Righteous', cursive;
background-color: #312E81
;
font-weight: 300;
font-size: 20px;
margin: 0.2rem;
}
.main
{
background-color: #A78BFA
;
margin: auto;
padding-left: 1rem;
padding-right: 1rem;
padding-bottom: 0.2rem;
padding: auto;
border-radius: 1rem;
color: white;
width: 24rem;
}
#location
{
font-family: 'Righteous', cursive;
font-size: 20px;
background-color: whitesmoke;
border: 0px;
margin: 0px;
height: 2.5rem;
width: 15rem;
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
text-align: center;
}
span
{
display: inline;
}
img
{
padding: 0rem;
margin: 0rem;
height: 150px;
width: 150px;
}
.temp
{
font-size: 60px;
}
.temp-min
{
margin-right: 0.5rem;
}