-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
91 lines (75 loc) · 1.22 KB
/
style.css
File metadata and controls
91 lines (75 loc) · 1.22 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body{
text-align: center;
background-color: #8a71c9;
font-family: open sans, sans-serif;
color: #ffffff;
margin: 0px 0px 30px 0px;
}
h1{
font-size: 60px;
font-weight: 300;
}
h2{
font-size: 40px;
color: #2a0074;
}
h3{
font-style: italic;
font-size: 22px;
}
p{
font-size: 20px;
line-height: 1.5;
}
section{
width: 60%;
margin: 0 auto;
}
section section{
width: 100%;
}
img{
width: 100%;
}
ul{
list-style-type: none;
line-height: 2;
padding-left: 0;
}
a{
text-decoration: none;
color: #99ffff;
font-weight: 700;
}
.menu-principal{
background-color: #FF6CB5;
height: 40px;
max-width: 60%;
margin: auto;
}
.menu-principal li{
display: inline-block;
line-height: 2.5;
margin: 0 89px;
}
.menu-principal a{
text-decoration-line: underline;
font-weight: normal;
color: #FFF;
}
.infancia{
color: #04ff9f;
}
.juventude{
color: #FF9E9E;
}
.adulta{
color: #ffe36d;
}
button{
border: 1px solid transparent;
color: #000;
background-color: #41f341;
padding: 2px 20px;
border-radius: 3px;
}