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 7392880 commit 3817472Copy full SHA for 3817472
index.html
@@ -23,6 +23,14 @@
23
dd { margin-inline-start: 0px; }
24
25
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
34
/*
35
td { --left-padding: 0.5vw; }
36
time { display: block; text-align: left; padding-left: var(--left-padding); position: absolute; top: 0.5vw; }
0 commit comments