-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
90 lines (78 loc) · 1018 Bytes
/
style.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
body
{
background-color: #F3F5FC;
}
*
{
margin: 0px;
padding: 0px;
}
html
{
font-size: 16px;
}
#persona
{
max-height: 100%;
max-height: 100%;
display: inline-block;
}
.persona-ahorcada
{
width: 100vw;
text-align: center;
margin-top: 4rem;
margin-bottom: 2rem;
height: 16.75rem;
}
.adivina
{
text-align: center;
color: #06316C;
font-size: 1.8rem;
}
.letra
{
display: inline-block;
vertical-align: middle;
text-align: center;
}
.adivinada
{
width: 4.5rem;
height: 4.5rem;
border-bottom: solid 1px #06316C;
margin-left: 0.4rem;
line-height: 4.5rem;
}
.fallado
{
text-align: center;
margin-top: 1rem;
color: #242D34;
}
.fallida
{
margin-left: 1rem;
}
[type="button"]
{
width: 15rem;
padding: 1rem;
border-radius: 1rem;
border: solid 1px #0A3871;
color: #0A3871;
background: inherit;
cursor: pointer;
}
.btn-azul
{
background-color: #0A3871;
color: #FFFFFF;
border-color: #000000;
}
.botones
{
text-align: center;
margin-top: 3rem;
}