-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
90 lines (74 loc) · 1.1 KB
/
Copy pathestilo.css
File metadata and controls
90 lines (74 loc) · 1.1 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
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 0;
}
#area-cabecalho {
background-color: #f7b600;
padding: 15px;
text-align: center;
}
h1 {
color: #4e4e4e;
font-size: 2.5em;
}
h2 {
color: #565656;
background: #CCC;
padding: 5px;
}
header {
padding: 20px;
}
header h1 {
color: #333;
font-size: 24px;
}
header h2 {
color: #555;
font-size: 18px;
}
nav {
margin-top: 10px;
}
nav a {
text-decoration: none;
color: #555;
margin: 0 10px;
}
section {
background-color: #fff;
padding: 20px;
margin: 20px;
}
section h1 {
color: #d9a441;
font-size: 24px;
}
section p {
text-align: justify;
line-height: 1.5;
}
section ul {
text-align: left;
margin-top: 10px;
}
section ul li {
margin-bottom: 5px;
margin: 15px;
}
img {
width: 200px;
display: block;
margin: 0 auto;
margin-top: 40px;
}
footer {
background-color: #f2f2f2;
padding: 10px;
color: #555;
}
.branco{
color: white;
}