Daily Shaarli

All links of one day in a single page.

May 14, 2022

Pug in 5 Minutes - I'm Jhey Tompkins!
4 Cool Hover Effects That Use CSS Text Shadow | CSS-Tricks - CSS-Tricks

The way it is written is smart 👍‍

.hover-1 {
  --h: 1.2em;   

  line-height: var(--h);
  color: #0000;
  text-shadow: 
    0 calc(-1*var(--_t, 0em)) #000, 
    0 calc(var(--h) - var(--_t, 0em)) #1095c1;
  overflow: hidden;
  transition: .3s;
}
.hover-1:hover {
  --_t: var(--h);
}
I won free load testing

A feedback after a DDoS attack.

🇪🇺 Zug-Direktverbindungen

Finds all the direct train desserving a specified city 👍‍