Andrew12121212 commited on
Commit
c1afd13
·
verified ·
1 Parent(s): 088f4f0

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +23 -0
static/style.css CHANGED
@@ -134,4 +134,27 @@ h2 {
134
  #resumen {
135
  margin-top: 0;
136
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  }
 
134
  #resumen {
135
  margin-top: 0;
136
  }
137
+ .resultado-celda {
138
+ text-align: center;
139
+ font-size: 1.2em;
140
+ }
141
+
142
+ .resultado-celda .emoji {
143
+ display: inline-block;
144
+ margin-bottom: 6px;
145
+ }
146
+
147
+ .botones-resultado button {
148
+ background: none;
149
+ border: none;
150
+ font-size: 1.1em;
151
+ cursor: pointer;
152
+ margin: 0 4px;
153
+ outline: none;
154
+ transition: transform 0.1s;
155
+ }
156
+
157
+ .botones-resultado button:hover {
158
+ transform: scale(1.2);
159
+ }
160
  }