-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinicio.css
66 lines (57 loc) · 1.11 KB
/
inicio.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
*{
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}
body {
background-image: url(background-inicial.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
#vantagens {
bottom: 90%;
left: 65%;
text-align: center;
color: #e6e6fa00;
font-weight: bold;
text-decoration: none;
position: absolute;
font-weight: bold;
text-decoration: none;
font-size: 40px;
}
#sobre {
bottom: 90%;
left: 5%;
text-align: center;
color: #e6e6fa00;
font-weight: bold;
text-decoration: none;
position: absolute;
font-weight: bold;
text-decoration: none;
font-size: 40px;
}
nav a:hover {
color: #d4a610;
text-decoration: underline;
}
nav a {
color: #E6E6FA;
font-weight: bold;
font-size: 35px;
text-decoration: underline;
}
footer{
color: #E6E6FA;
text-transform: uppercase;
height: 5%;
background:rgba(53, 89, 148, 0.315);
display: flex;
justify-content:center ;
align-items:center;
bottom: 0;
position: absolute;
width: 100%;
}