-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (47 loc) · 882 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
60
61
62
63
64
65
66
body {
background-color: #000000;
}
header {
background-color: #cc9999;
}
main {
background-color: #9494c9;
}
footer{
background-color: #cc99cc
}
#banner {
width: 100%
}
nav li {
display:inline;
margin:10px;
}
p {
text-align:justify;
font-size: 1.5em;
padding: 30px;
color: #000000;
font-style:italic;
}
/*Faz as configurações para todos os títulos, entre vírgulas*/
h1,h2,h3 {
margin: 10px;
height: 10px;
font-size: 1.5em;
font-height: bold;
padding: 20px;
color:#4f4723
/*chamando a fonte impostada do google font*/
font-family: 'Rubik Bubbles', cursive;
}
.itens {
margin-left:20%;
height:20px;
font-size: 15px;
}
#especial{
font-weight: bolder;
color: darkblue;
font-style: italic;
}