-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (55 loc) · 957 Bytes
/
style.css
File metadata and controls
55 lines (55 loc) · 957 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
44
45
46
47
48
49
50
51
52
53
54
55
h1 {
text-align: center;
color: red;
font-size: 100px;
background-color:#93C572;
}
h2 {
text-align: center;
color: bleu;
font-size: 50px;
box-shadow: 2px 2px 5px #00FFFF; background-color:#D3D3D3;
}
h3 {
text-align: center;
color: bleu;
font-size: 25px;
background-color:#93C572;
}
footer{
text-align: center;
padding: 2px;
color: red;
background-color:#93C572;
}
body{
box-shadow: 2px 2px 5px #00FFFF; background-color:#D3D3D3;
font-family: "chalk", Chalk, monospace;
}
#location {
font-size: 20px;
}
#general-ffects {
font-size: 20px;
}
#algiers{
font-size: 20px;
}
#oran{
font-size: 20px;
}
#constantine{
font-size: 20px;
}
#culture-in-algeria{
font-size: 20px;
}
#top-algerian-dishes{
font-size: 20px;
}
#algeria-is-a-huge-and-diverse-land{
font-size: 20px;
}
#diverse-land{
font-size: 20px;
}