-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
43 lines (42 loc) · 890 Bytes
/
Copy pathcss.css
File metadata and controls
43 lines (42 loc) · 890 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
36
37
38
39
40
41
42
43
*{
text-transform: capitalize;
font-family: 'Permanent Marker', cursive;
}
.display{
text-align: center;
margin:20px;
padding:20px;
color:white;
}
p{
margin: 10px;
padding: 10px;
FONT-SIZE:20PX;
}
.class{
text-align: center;
margin:20px;
padding:7px;
}
.name{
text-align:center;
font-size: 50px;
color: white;
}
body{
background: url(img/thunderstorm-3440450_1920.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.city{
width:50%;
padding:10px;
margin:10px;
background: none;
border:none;
border-bottom: 2px solid white;
color:white;
text-align:center;
font-size: 30px;
}