-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaula.css
More file actions
79 lines (72 loc) · 1.15 KB
/
aula.css
File metadata and controls
79 lines (72 loc) · 1.15 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
body{
background: #5e0101
}
a{
color:#a50808 ;
}
#banner{
width: 40%;
margin: 5%;
border-radius: 100px
}
#banner1{
width: 64.5%;
}
#banner2{
width: 86.5%;
}
#banner3{
width: 50%;
}
.caixa{
position: relative;
}
header{
background-image:url(carbono.jpg);
}
nav li{
display: inline;
margin: 5px; /*espasçamento*/
}
nav a{
text-transform: uppercase;
font-weight: bold;
font-size: 30px;
text-decoration: none;
box-sizing: border-box;
border-style: outset;
border-width: 8px;
border-radius: 8px;
background: #FFFFFF;
border-color: #FFFFFF;
color:#a50808;
}
nav a:active{
color:#000000;
}
nav{
position: absolute;
top: 200px;
left: 680px;
}
.produto li{
display: inline-block;
text-align: center;
width: 23%;
vertical-align: top;
margin: 5%;
box-sizing: border-box;
border-style: outset;
border-width: 8px;
border-radius: 8px;
background: #FFFFFF;
}
.produto li:hover{
border-color:#a50808;
}
.produto li:active{
border-color:#000000;
}
.produto li:hover h2{
font-size:20px;
}