-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
98 lines (83 loc) · 1.32 KB
/
estilo.css
File metadata and controls
98 lines (83 loc) · 1.32 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
88
89
90
91
92
93
94
95
96
97
98
body {
max-width: 600px;
margin: 60px auto 0;
font-family: sans-serif;
line-height: 1.5;
}
h2 {
border-top: solid 10px lightgray;
margin-top: 50px;
padding-top: 50px;
text-transform: uppercase;
letter-spacing: 1px;
}
h2 span {
font-family: Georgia, serif;
font-style: italic;
font-size: 18px;
color: grey;
display: inline-block;
margin-left: 100px;
}
p {
color: #444444;
}
#primeiro {
font-size: 18px;
font-weight: bold;
}
.blue {
color:blue;
}
[nome=menor]{
border: dotted 1px black;
}
footer {
margin-bottom: 100px;
}
ol {
margin: 0;
padding: 0;
margin-bottom: 60px;
list-style: none;
}
li {
background-color: grey;
border-radius: 4px;
margin-bottom: 10px;
}
li a {
text-decoration: none;
}
li a:visited {
color: inherit;
}
li a:hover {
color:blue;
font-size: 18px;
}
.final{
width: 50px;
height: 50px;
border-radius: 3px;
border: none;
color:white;
background-color: black;
font-size: 24px;
margin: auto 15px;
}
.final:nth-child(1){
background-color: #00ffffb0;
}
.final:nth-child(2){
background-color: red;
}
.final:nth-child(3){
background-color: yellow;
}
.final:nth-child(4){
background-color: green;
}
.final:nth-child(5){
background-color: grey;
}