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.
2 parents 10a778c + 3817472 commit 4eb627fCopy full SHA for 4eb627f
index.html
@@ -25,6 +25,14 @@
25
dd { margin-inline-start: 0px; }
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*/
31
+ border: 2px solid maroon;
32
+}
33
34
+td{ transition: 1s; }
35
36
/*
37
td { --left-padding: 0.5vw; }
38
time { display: block; text-align: left; padding-left: var(--left-padding); position: absolute; top: 0.5vw; }
0 commit comments