We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb627f commit bd5f901Copy full SHA for bd5f901
index.html
@@ -26,12 +26,13 @@
26
27
td { text-align: center; }
28
29
-td:hover{
30
- transform: rotate(-90deg) scaleY(1) scaleX(-1) scale(1.2); /*made a nice hovering effect as we hover on the blocks*/
+td:hover {
+ /* Scale the squares to be bigger when we hover over a table cell */
31
+ transform: rotate(-90deg) scaleY(1) scaleX(-1) scale(1.2);
32
border: 2px solid maroon;
33
}
34
-td{ transition: 1s; }
35
+td { transition: 1s; }
36
37
/*
38
td { --left-padding: 0.5vw; }
0 commit comments