-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
90 lines (74 loc) · 1.1 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body{
text-align:center;
font-family:Open Sans,sans-serif;
background: linear-gradient(red,blue,green,pink,purple,gray,yellow);
color:#ffffff;
margin: 0px 0px 30px 0px;
}
button{
background: #41f341;
border: 1px solid transparent;
padding: 2px 20px;
border-radius: 3px;
}
h2{
color:#2a0074;
font-size: 40px;
}
.titulo-verde{
color:#04ff9f;
}
.titulo-vermelho{
color:#FF9E9E;
}
.titulo-amarelo{
color:#ffe36d;
}
section{
width: 60%;
margin:0 auto;
}
section section{
width: 100%;
}
h1{
font-size: 60px;
font-weight: 300;
}
h3{
font-size:22px;
font-style: italic;
}
p{
line-height: 1.5;
font-size: 20px;
}
img{
width: 100%;
}
ul{
list-style-type: none;
line-height: 2;
padding-left: 0;
}
a{
text-decoration: none;
color: #99ffff;
font-weight: 700;
}
.principal{
background: #ff6cb5;
height: 40px;
max-width: 60%;
margin: 0 auto;
}
.principal a{
color: #fff;
text-decoration: underline;
font-weight: normal;
}
.principal li{
display: inline-block;
line-height: 2,5;
margin: 0 89px;
}