-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (41 loc) · 818 Bytes
/
Copy pathstyle.css
File metadata and controls
47 lines (41 loc) · 818 Bytes
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
body {
font-size: 340px;
background-image: url("https://s5.static.brasilescola.uol.com.br/be/2022/04/parede-grafite.jpg");
background-size: cover;
text-decoration: white;
text-align: center;
text-transform: uppercase;
}
a {
color: rgb(61, 60, 60);
}
.bt1 {
background-color: rgb(224, 223, 223);
padding: 3px 3px;
border: none;
border-radius: 5px;
width: 300px;
height: 180px;
}
.bt2 {
background-color: rgb(224, 223, 223);
padding: 3px 3px;
border: none;
border-radius: 5px;
width: 300px;
height: 180px;
}
.bt3 {
background-color: rgb(224, 223, 223);
padding: 3px 3px;
border: none;
border-radius: 5px;
width: 300px;
height: 180px;
}
li:hover{
color: rgb(0, 59, 99);
}
header li{
list-style-type: none;
}