-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (48 loc) · 782 Bytes
/
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
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;
}
h2{
color:#2a0074;
font-size: 40px;
}
.titulo-verde{
color:#04ff9f;
}
.titulo-vermelho{
color:#FF9E9E;
}
.titulo-amarelo{
color:#ffe36d;
}
section{
max-width: 60%;
margin:0 auto;
}
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;
}
a{
text-decoration: none;
color: #99ffff;
font-weight: 700;
}