-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
116 lines (100 loc) · 1.76 KB
/
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.titulo {
padding: 15px;
width: 30vw;
margin: auto;
}
.btn {
border: 0;
color: white;
font-weight: bold;
background-color: blue;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 0.5em;
}
.text-input {
border-radius: 0.5em;
border: 3px solid rgba(0, 0, 0, 0.534);
display: block;
font-size: 12px;
font-weight: bold;
text-align: center;
padding: 0.5em;
width: 25%;
height: 50px;
margin-left: auto;
margin-right: auto;
}
.inserte-letra{
font-size: 36px;
font-weight: bold;
font-family: 'sans-serif';
text-align: center;
text-shadow: 1ex;
color:darkblue;
}
label {
font-family: 'arial';
text-align: center;
font-weight: bold;
color:rgb(3, 3, 3);
}
.campo-letra {
border: 3px solid rgba(0, 0, 0, 0.534);
border-radius: 0.5em;
font-size: 36px;
font-family: 'sans-serif';
text-align: center;
font-weight: bold;
display: block;
padding: 0.5em;
width: 50px;
height: 50px;
margin-left: auto;
margin-right: auto;
}
.canvas {
background-color: rgb(230, 224, 224);
border-radius: 2em;
border: 6px solid rgba(0, 0, 0, 0.534);
margin-left: auto;
margin-right: auto;
}
#mensajes-errores {
font-family: 'sans-serif';
text-align: center;
font-weight: bold;
color:red;
}
h2 {
font-family: 'sans-serif';
text-align: center;
font-weight: bold;
color:darkblue;
}
#requisitos-palabra {
font-family: 'sans-serif';
text-align: center;
font-weight: bold;
color:darkblue;
}
header{
background-color: rgb(108, 116, 155);
height: 3em;
color: #FFF;
margin-bottom: 1em;
}
header h1{
font-size: 2em;
text-align: center;
}
body{
background-color: rgb(196, 199, 218);
}
#desarrollado {
font-family: 'arial';
text-align: right;
font-weight: bold;
color:rgb(3, 3, 3);
}