forked from valtdv/hackfest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopciones.css
More file actions
53 lines (46 loc) · 762 Bytes
/
opciones.css
File metadata and controls
53 lines (46 loc) · 762 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
body {
margin: 0;
font-family: "Lexend Deca", sans-serif;
background-image: url("./Media/fondo.jpg");
}
.contenedor {
display: flex;
margin-top: 10vh;
justify-content: space-between;
}
.titulo {
position: absolute;
top: 5%;
left: 35%;
font-size: 30px;
justify-content: flex-start;
}
img {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 0;
}
.boton {
padding: 15px 32px;
margin: auto;
background: rgb(148, 45, 45);
}
.boton a {
font-size: 25px;
text-decoration: none;
color: white;
text-align: center;
}
p {
font-family: "Manjari", sans-serif;
text-align: left;
font-size: 20px;
bottom: 10%;
}
.desc {
margin-left: 15%;
margin-top: 70vh;
display: block;
}