-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
110 lines (89 loc) · 1.64 KB
/
main.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
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
99
100
101
102
103
104
105
106
107
108
109
110
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
article {
margin: 200px auto;
width: 400px;
border-radius: 10px;
background-color: #fff;
}
body {
font-family: "Lato", sans-serif;
background-color: #d3d3d3;
font-size: 18px;
line-height: 1.5;
color: #292828;
}
h2 {
font-family: "Poppins", sans-serif;
}
.oculto {
display: none;
}
.visible {
display: block;
}
.cabecera {
margin-bottom: 100px;
}
.pie {
margin-top: 30px;
display: flex;
justify-content: space-between;
font-size: small;
color: #636363;
}
.card {
padding: 20px;
}
.absolute {
position: absolute;
top: 0px;
left: 0px;
}
.relativo {
position: relative;
margin-top: 15px;
margin-bottom: 15px;
}
.boton,
#contenedor {
border: 2px solid #d3d3d3;
border-radius: 10px;
width: 100px;
padding: 15px;
cursor: pointer;
text-transform: capitalize;
background-color: #fff;
}
.boton {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.arrow {
font-size: 18px;
}
#contenedor {
width: 150px;
margin-top: 5px;
padding: 20px 0px;
}
.option {
padding: 10px 0px 10px 20px;
}
.option:hover {
background-color: #b3b3b3;
}
.icono-247 {
width: 30px;
height: auto;
}
.rf,
.lf {
display: flex;
align-items: center;
gap: 10px;
}
.linea {
font-size: larger;
}