Skip to content

Commit 3817472

Browse files
committed
made hovering effect on table contents
1 parent 7392880 commit 3817472

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
dd { margin-inline-start: 0px; }
2424

2525
td { text-align: center; }
26+
27+
td:hover{
28+
transform: rotate(-90deg) scaleY(1) scaleX(-1) scale(1.2); /*made a nice hovering effect as we hover on the blocks*/
29+
border: 2px solid maroon;
30+
}
31+
32+
td{ transition: 1s; }
33+
2634
/*
2735
td { --left-padding: 0.5vw; }
2836
time { display: block; text-align: left; padding-left: var(--left-padding); position: absolute; top: 0.5vw; }

0 commit comments

Comments
 (0)