Skip to content

Commit 9b95d2b

Browse files
Añadimos comentarios
1 parent 72768a5 commit 9b95d2b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

style.css

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ button:hover{
4040
transform: scale(1.09,1.09);
4141
}
4242

43+
button:disabled{
44+
background-color: #536354;
45+
border-radius: 10px;
46+
color: white;
47+
font-size: 15px;
48+
cursor: pointer;
49+
}
50+
4351
#canvas {
4452
background: url('imagenes/background_lvl2.png') center;
4553
background-repeat: no-repeat;

0 commit comments

Comments
 (0)