-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (46 loc) · 780 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
/* Style sheet */
*{
font-family: sans-serif;
}
.contador{
text-align: center;
font-size: 2rem;
background-color: #eee;
}
h1{
margin: 10px;
}
.contenedorPreguntas{
padding: 15px;
text-align: center;
}
label{
text-align: center;
}
input{
display: block;
margin: 0 auto 35px;
padding: 5px;
font-size: 1rem;
width: 95%;
max-width: 500px;
background-color: transparent;
border: none;
border-bottom:2px #000 solid;
}
button{
font-size: 1.2rem;
font-weight: bold;
padding: 15px;
margin: 0 20px 20px;
width: 90%;
max-width: 280px;
border: none;
border-radius: 10px;
}
#reiniciar{
background-color: rgba(245, 76, 76, 0.792);
}
#listo{
background-color: rgb(65, 205, 65);
}