-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (68 loc) · 1.12 KB
/
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
67
68
69
70
71
div.cabecalho{
box-sizing: border-box;
border: solid black;
position: fixed;
top:0;
width: 100%;
height: 50px;
background-color: black;
color: white;
text-align: center;
}
h1{
box-sizing: border-box;
text-align: center;
}
div#titulo{
margin-top: 70px;
text-decoration: underline;
}
a{
box-sizing: border-box;
margin-top: 10px;
border: solid white;
}
p{
text-align: center;
margin: 10px 5px;
width: 50%;
}
#hist{
text-align: center;
display: block;
}
p{
text-align: center;
width: 50%;
margin-left: 325px;
padding: 10px;
border-bottom: solid black;
}
body{
font-family: 'Montserrat', sans-serif;
margin: 0;
background-color: rgb(179, 179, 179);
}
#imagens{
text-align: center;
}
img{
margin-inline: 80px;
}
footer{
margin: 50px 0px 0px 0px;
text-align: center;
border: solid 1px rgb(199, 199, 199);
padding: 25px 0px 0px 25px;
}
#banner{
width: 88%;
text-align: center;
}
#icone{
position: fixed;
margin-left: 1200px;
margin-top: 80px;
width: 5%;
z-index: 2;
}