-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteste.css
103 lines (97 loc) · 1.43 KB
/
teste.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body{
background-color: rgb(170, 255, 244);
}
header{
background-color: rgb(72, 133, 190);
}
h1{
color: rgb(0, 0, 0);
}
h2{
color: rgb(0, 0, 0);
}
.pagina1{
text-align: center;
overflow: auto;
}
#foto1{
display: block;
float: left;
margin-right: -200px;
width: 20%;
}
#foto3{
display: block;
float: right;
margin-left: -100px;
width: 30%;
}
.header {
height: 150px;
position: relative;
}
.header img {
width: auto;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
}
ul{
margin: 0;
padding: 0;
}
li{
list-style-type: none;
display: inline-block;
margin-right: 60px;
margin-left: 60px;
}
p{
margin-right: 20px;
color: rgb(0, 0, 0);
}
.titulo1{
background: rgb(170, 255, 244);
}
.titulo2{
background: rgb(244, 244, 245);
display: flex;
}
.titulo2 {
border: 10px solid rgb(22, 1, 1);
display: inline-block;
padding: 5px;
width: 50%;
}
#foto2{
width: 50%;
}
#foto3{
width: 50%;
}
.pagina2{
text-align: center;
overflow: auto;
margin-top: 40px;
}
h3{
color: rgb(12, 1, 1);
width: -50%;
}
li{
list-style-type: none;
display: inline-block;
margin-right: 60px
}
.copyright{
color: white;
font-size: 13px;
margin: 10px;
}
footer{
text-align: center;
background-color: rgb(66, 158, 170);
padding: 2px 0;
}