-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (46 loc) · 1.32 KB
/
style.css
File metadata and controls
55 lines (46 loc) · 1.32 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
body{
background-color: white;
}
h1, h2{
color:rgb(206, 52, 6);
text-align: center;
}
h1{
text-transform: uppercase;
}
p{
text-align: justify;
color:rgb(199, 52, 12);
}
header{
background-color: rgb(204, 202, 202);
}
main{
margin:auto 20%;
}
footer{
background-color: rgb(204, 202, 202);
font-style: italic;
padding: 15px;
}
.destaque{
background-color:rgb(199, 52, 12);
color:beige;
padding: 20px;
margin-bottom: 50px;
}
#img-logo{
width: 60px;
}
nav li{
display: inline;
margin-left: 20px;
margin-right: 20px;
color:rgb(199, 52, 12);
font-weight: bold;
border: 2px solid rgb(199, 52, 12);
padding: 5px;
}
nav{
float: right;
}