-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjasaleyva.css
More file actions
39 lines (31 loc) · 1.06 KB
/
jasaleyva.css
File metadata and controls
39 lines (31 loc) · 1.06 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
body {
text-align: right;
background-color: rgb(240, 226, 240);
}
.txt-parques {
font-family: "Lucida Console", "Courier New", monospace;
color: rgb(66, 0, 14);
}
.txt-comida {
font-family: Arial, Helvetica, sans-serif;
color: rgb(0, 9, 87);
}
.txt-fiestas {
font-family: "Times New Roman", Times, serif;
color: rgb(107, 4, 181);
}
.img-comida {
float: right;
margin-left: 15px;
}
.img-parques {
float: right;
margin-right: 15px;
}
.img-fiestas {
float: left;
margin-right: 15px;
}
#copyright {
text-align: center;
}