| ๐ Under perpetual construction | https://defaced.dev |
| ๐ Discover the horrors that await! | https://thetypingoftheregex.com |
| ๐ด Horseman | https://gethorseman.app |
| ๐ GitHub Sponsors | https://github.com/sponsors/workeffortwaste |
| ๐ Under perpetual construction | https://defaced.dev |
| ๐ Discover the horrors that await! | https://thetypingoftheregex.com |
| ๐ด Horseman | https://gethorseman.app |
| ๐ GitHub Sponsors | https://github.com/sponsors/workeffortwaste |
๐ข Every Layout version 3.1.7.14 (we lost count) is now available!
We have two words for you: CONTAINER and QUERIES
This update is free to all existing subscribers so please promote far and wide, then we might actually earn some beer tokens ๐ฌ
๐ผ โI AM LEAVINGโ
A new video on Webbed Briefs.
Here's what I'll do today and it would be great if you would join me.
On the website you're working on today, find a stylesheet and add the following rule.
```
*, *:hover {
cursor: none !important;
}
```
That forces you to use the keyboard. If you find something that makes it hard or impossible to do using the keyboard, fix it! Not just for yourself but for everyone relying on keyboard accessibility.
Edit: fixed code formatting