-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo_multiplica.css
89 lines (89 loc) · 1.32 KB
/
estilo_multiplica.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
body
{
background-color: #80007e;
}
.container
{
width: 600px;
background: white;
margin: 0 auto;
padding: 20px;
margin-top: 5px;
border-radius: 15px;
}
.container h1
{
text-align: center;
color: #80007e
}
.container table
{
margin-top: 30px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 22px;
}
.contiene
{
width: 30px;
background-color: #80007e;
padding: 30px;
color: white;
}
.no-contiene
{
width: 30px;
background-color: #c902c5;
padding: 1px;
}
.container-alternatives
{
display: flex;
justify-content: center;
}
.box
{
text-align: center;
width: 36px;
padding: 24px;
font-size: 24px;
color: #fff;
background-color: #c200bf;
border: 1px solid #ff00fb;
cursor: pointer;
margin: 2px;
}
.resultado
{
background-color: #ee85ec;
color: #000;
text-align: center;
padding: 15px;
border-radius: 10px;
}
* {
transition: all 0.3s;
text-align: center;
}
.frame
{
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
font-family: 'Calibri';
color: #000;
}
.button-container
{
display: flex;
justify-content: space-around;
}
.btn
{
cursor: pointer;
display: inline-block;
font-size: 60%;
padding: 20px;
}