-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
32 lines (17 loc) · 1 KB
/
style.css
File metadata and controls
32 lines (17 loc) · 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
p {text-align: center; font-size: 20px; margin-left: 3%; margin-right: 3%;}
h2 {text-align: center; font-size: 30px; margin-left: 3%; margin-right: 3%;}
h3 {text-align: center; font-size: 30px; margin-left: 3%; margin-right: 3%;}
h4 {text-align: center; font-size: 30px; margin-left: 3%; margin-right: 3%;}
h1 {font-size: 32px; margin-left: 25px; margin-right: 3%;}
body {background-color:blanchedalmond;}
#baner {width: 100%;}
ol {display: inline-block;vertical-align: top; font-size: 20px; margin-left: 3%; margin-right: 23%;}
#imagem { width: 40%;}
.chamadaaopublico {font-size: 30px;}
h1 { font-size: 100px;}
header {background-color: rgb(238, 205, 156) ; padding: 1px 0 ;}
.caixa { position: relative;width: 1200px; margin: 0 auto;}
nav { position: absolute; top: 50px; right: 0;}
nav li {display: inline; margin: 0 0 0 15px;}
nav a {text-transform: uppercase; color:black; font-weight: bold; font-size: 22px; text-decoration: none;}
nav a:hover { text-decoration: underline;}