-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
72 lines (71 loc) · 1.15 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
72
body{
background-color:rgb(185, 92, 92)
}
h1{
text-align: center;
color:rgb(208, 174, 55)
}
h2{
color: rgb(185, 92, 92);
}
header{
background-color: rgba(121, 12, 8, 0.884);
height: 100px;
padding-top: 20px;
padding-bottom: 20px;
}
.pagina1{
overflow: auto;
text-align: center;
}
.header{
height: 150px;
position: relative;
border-bottom: 5px solid #d6a948;
}
header img{
width: auto;
height: 100%;
position:absolute;
top: 0;
left: 0;
object-fit: cover;
margin-right: 5px;
}
#flor{
display: block;
float: left;
margin-right: 50px;
}
.container{
overflow: auto;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
img{
float: left;
margin-right: 10px;
}
#carro2{
width: 500px;
height: 350px;
border: 5px solid rgb(208, 174, 55);
margin-top: 50px;
}
ul {
margin-left: 10px;
padding: 0;
}
li{
display: inline;
margin-right: 10px;
}
.copyright{
color: aliceblue;
font-size: 13px;
margin: 10px;
}
footer{
text-align: center;
background-color: rgb(121, 12, 8, 0.884);
padding: 2px 0;
}