forked from 4GeeksAcademy/html-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
67 lines (66 loc) · 1.05 KB
/
style.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
55
56
57
58
59
60
61
62
63
64
65
66
67
*{
font-size:22px;
font-family: "Sevillana", cursive;
}
#padre{
background-color: grey;
}
#header{
background-color: white;
}
#header h1{
text-align:center;
padding-bottom: 20px;
font-size: 30px;
}
#body1{
background-color: white;
margin-left: 33%;
width: 33%;
margin-top: 40px;;
}
#body-header1 span{
margin-top: 24px;
margin-left: 294px;
}
.body2-3{
background-color: white;
margin-left: 33%;
width: 33%;
}
#body-header2 span{
margin-top: 24px;
margin-left: 282px;
}
#body-header3 span{
margin-top: 24px;
margin-left: 198px;
}
#body4{
background-color: white;
margin-left: 33%;
margin-bottom:40px;
width: 33%;
}
#body-header4 span{
margin-top: 24px;
margin-left: 249px;
}
#body-header1, #body-header2, #body-header3, #body-header4{
display:flex;
}
.ajuste{
width: 470px;
height: 250px;
object-fit: cover;
}
p{
text-align: justify;
margin-left: 15px;
margin-right: 15px;
margin-top: 0%;
padding-bottom:15px;
}
h2{
text-align: left;
}