forked from ShaharEli/FirstWeekendTask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
87 lines (83 loc) · 1.6 KB
/
styles.css
File metadata and controls
87 lines (83 loc) · 1.6 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#main-doc{
background-color: rgb(123,212,170);
padding-top: 20px;
padding-left: 20px;
width: 240%;
height: 250vh;
margin-left: -10px;
margin-top: -40px;
font-family: monospace;
font-size: 25px;}
#navbar{
padding-top: 20px ;
padding-left: 20px;
margin: -10px;
margin-right: -20px;
margin-left: -30px;
margin-top: -80px;
margin-bottom: 10px;
background-color: rgb(110,110,219);
position: fixed;
text-align: center;
width: 100%;
font-size: 20px;
}
@media (min-width: 1024px){
#navbar{
text-align: left;
}}
header{
font-size: 30px;
}
#Jerusalem_Population{
background-color: green;
padding: 20px;
margin-top: 20px;
margin-bottom: -50px;
margin-left: -20px;
}
#Tel_Aviv_Population{
background-color: rgb(160, 160, 160);
padding: 20px;
margin-top: -70px;
margin-left: -30px;
margin-bottom: -60px;
}
#Haifa_Population{
background-color: red;
padding: 20px;
margin-top: -60px;
margin-left: -30px;
margin-bottom: -60px;
}
#Rishon_Letzion_Population{
background-color: blue;
padding: 20px;
margin-top: -60px;
margin-left: -30px;
margin-bottom: -60px;
}
#Petah_Tikva_Population{
background-color: rgb(54, 20, 77);
padding: 20px;
margin-top: -60px;
margin-left: -30px;
}
#other{
background-color: rgb(0, 255, 64, 0.651);
padding: 20px;
margin-left: -20px;
margin-bottom: -20px;
}
p{
font-family: 'cursive';
}
img{
border-radius: 30%;
}
#list{
font-family: 'Luminari', 'fantasy';
color: rgba(255, 0, 170, 0.651);
border: 4px dotted blue
;
}