Skip to content

Commit ff9d15e

Browse files
committed
Reformat hover effect for spacing and comments
1 parent 4eb627f commit ff9d15e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@
2626

2727
td { text-align: center; }
2828

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*/
29+
td:hover {
30+
/* Scale the squares to be bigger when we hover over a table vell */
31+
transform: rotate(-90deg) scaleY(1) scaleX(-1) scale(1.2);
3132
border: 2px solid maroon;
3233
}
3334

34-
td{ transition: 1s; }
35+
td { transition: 1s; }
3536

3637
/*
3738
td { --left-padding: 0.5vw; }

0 commit comments

Comments
 (0)