.jpg)
Double Blind 2023After an experimental drug trial goes horribly wrong, the surviving test subjects have to fight off sleep, and each other, to stay alive.
/* Common styles for all links */
a {
text-decoration: none;
color: #333;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
/* Blasting effect on hover for all links */
a::before {
content: '';
...