Skip to content

Commit

Permalink
Reformat hover effect for spacing and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyPython committed Jan 7, 2021
1 parent 4eb627f commit bd5f901
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@

td { text-align: center; }

td:hover{
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 */
transform: rotate(-90deg) scaleY(1) scaleX(-1) scale(1.2);
border: 2px solid maroon;
}

td{ transition: 1s; }
td { transition: 1s; }

/*
td { --left-padding: 0.5vw; }
Expand Down

0 comments on commit bd5f901

Please sign in to comment.