-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (39 loc) · 733 Bytes
/
style.css
File metadata and controls
44 lines (39 loc) · 733 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
bodi {
background-color: brown;
}
#titulo {
font-size: 70px;
text-align: :center;
color::backdrop
}
header {
padding: 20px;
background-color: blanchedalmond;
border-bottom: 5px solid;
font-size: 35px;
color: black;
}
.texto {
font-size: 50px;
text-align: justify;
color: black;
}
.listas1 {
font-size: 50px;
text-align: center;
list-style-position:inside;
}
.listas2 {
font-size: 50px;
text-align: center;
list-style: none;
}
.inicio{
padding: 20px;
background-color: black;
border-bottom: 5px solid white;
font-size: 50px;
color: white;
display: flex;
justify-content: space-around;
}