-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
52 lines (44 loc) · 1009 Bytes
/
style.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
#map {
border: 5px gray solid;
width: 80%;
height: 390px;
margin : auto;
padding : 20px;
}
body{
background-color: black;
background-image: url('http://web.stanford.edu/group/sias/cgi-bin/wordpress/wp-content/uploads/2013/12/world-map-wallpaper-4053-hd-wallpapers1.jpg');
}
h2{
color: white;
}
.l1{
color: rgb(0, 0, 0);
border: 8px goldenrod solid;
background-color: goldenrod;
font-weight: 600;
font-family: 🇧🇴 ;
font-size: 150%;
}
#l0{
color: darkslategrey;
border: 9px rgb(153, 127, 12) solid;
background-color: goldenrod;
font-weight: 800;
font-family: 🇧🇴 ;
font-size: 200%;
}
#l2, #l3{
color: rgb(0, 0, 0);
border: 9px greenyellow solid;
background-color: greenyellow;
font-weight: 600;
font-family: 🇧🇴 ;
font-size: 150%;
}
.div1{
text-align: center;
margin: 0 auto;
padding: 20px;
width: 80%;
}