-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSTYLE.CSS
More file actions
87 lines (83 loc) · 1.38 KB
/
STYLE.CSS
File metadata and controls
87 lines (83 loc) · 1.38 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
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
#header{
background-color:white;
width: 99%;
height: 13%;
position: absolute;
}
.logo{
height: 14%;
width: 10%;
padding: 5px;
position: absolute;
top: 0%;
}
.lista{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
padding: 35px ;
position:absolute;
top: 0%;
left: 20%;
list-style-type: none;
}
.lista1{
padding: 0px 40px;
display: inline-block;
}
.lupa{
height: 4%;
width: 2%;
padding: 40px;
position: absolute;
top: 0%;
left: 70%;
}
.carro{
height: 4%;
width: 2%;
padding: 40px;
position: absolute;
top: 0%;
left: 78%;
}
body{
background-color:black ;
}
.titulo{
font-size: 40px;
font-family: Georgia, 'Times New Roman', Times, serif;
position: absolute;
padding: 10%;
color: white;
}
.casco{
width: 30%;
height: 40%;
position: relative;
left: 50%;
padding: 10%;
border-radius: 50%;
}
#caracteristicas{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
padding: 16% 11% ;
position:absolute;
color: white;
}
#footer{
background-color:white;
width: 99%;
height: 20%;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
.redes{
height: 30px;
width: 30px;
position: relative;
top:30px;
padding: 30px;
left: 70%;
}