-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilos.css
50 lines (41 loc) · 940 Bytes
/
estilos.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
body {
text-align: center;
font-family: 'Times New Roman', Times, serif;
margin: 0;
background-image: url("fundo1.jpg");
background-attachment: fixed;
background-size: 100%;
background-repeat: no-repeat;
background-color: black;
}
h2 {
color: blue;
}
.voltar{
text-align: right;
}
.menu{
background-color: rgb(3, 117, 3);
list-style: nome;
text-align: right;
margin: 0;
}
.menu li{
display: inline-block;
}
.menu li a{
padding: 10px 20px;
display: inline-block;
text-decoration: none;
}
.menu li a:hover{
background-color: rgb(41, 8, 161);
color: blueviolet;
}
table{
width: 60%;
border: lpx solid rgb(112, 6, 6);
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
}