-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
58 lines (47 loc) · 1.07 KB
/
estilo.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
53
54
/* Especificidad = 001 */
body {
font: 15px Optima, sans-serif; /*Familia sans-serif*/
font-weight: 500;
line-height: 1.8;
margin: 10px 40px 10px;
color: black;
background-color: rgb(250, 179, 158);
text-align: justify;
}
/* Especificidad = 001 */
h1 {
background-color:#897cad;
color: black;
text-transform: uppercase;
padding:25px 50px 25px;
text-align: center;
}
/* Especificidad = 001 */
h2 {
background-color: rgb(221, 159, 159);
color: rgba(40, 16, 128, 0.856);
font-weight: 600;
}
/* Especificidad = 001 */
h3 {
background-color: rgb(172, 169, 169);
color: rgba(40, 16, 128, 0.856);
font-weight: 600;
}
/* Especificidad = 001 */
a{
font: 17px Optima, sans-serif;
color: rgba(40, 16, 128, 0.856);
background-color:rgb(250, 179, 158);
}
/* Especificidad = 001 */
section {
color: black;
background-color: rgb(221, 159, 159);
border: 8px solid red;
}
/* Especificidad = 001 */
footer {
color: rgb(66, 189, 172);
background-color: aquamarine;
}