-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (54 loc) · 901 Bytes
/
style.css
File metadata and controls
68 lines (54 loc) · 901 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
57
58
59
60
61
62
63
64
65
66
67
68
/* Comentario por Juan Felipe Torres: Docuemnten el css para saber a que parte del código se refieren con los estilos, de resto todo bien*/
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
background-color: #7c7c7c;
}
a {
color: white;
}
a:hover {
color: white;
}
#jumboh1{
color:black;
}
h1, h2, h4{
color: white;
}
li {
color: black;
}
img {
/* Rellenamos el fondo */
min-height: 100%;
min-width: 100%;
/* Escalamiento proporcional */
width: 100%;
height: auto;
/* Posicionamiento */
position: fixed;
top: 0;
left: 0;
}
.spinner-grow {
min-height: 30rem;
min-width: 30rem;
}
.showvideo {
/* Posicionamiento */
position:fixed;
top: 20%;
left: 35%;
}
#scoreButton {
background-color: #21825C;
outline-color:#21825C:
margin-bottom:1vw;
}
#scoreCard {
margin-top: 15vw;
}
#main{
margin-top: 5vw;
}