-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilos.css
More file actions
56 lines (46 loc) · 831 Bytes
/
estilos.css
File metadata and controls
56 lines (46 loc) · 831 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
48
49
50
51
52
53
54
55
56
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
main{
max-width: 48rem;
margin: 0 auto;
padding: 16px;
color: #171717;
}
*{
font-family: "inter", sans-serif;
/* font-weight: bold; */
}
h1{
font-size: 2.25rem;
}
h2{
font-size: 1.5rem;
}
p{
font-size: 1rem;
}
section{
width: 46rem;
/* height: 3.5rem; */
}
figcaption{
color: #525252;
}
table{
width: 46rem;
margin: 0 auto;
border-collapse: collapse;
}
table th, table td {
border: 1px solid #D4D4D4;
}
footer{
width: 46rem;
background-color: #F5F5F5;
margin: 0 auto;
padding: 24px ;
}
.pfooter, .afooter{
width: 46rem;
margin: 0 auto;
text-align: center;
}