DEV Community

Cover image for 🎩 HTML Hacks - 10 Bizarre Tricks That Actually Work
Adam Marsden
Adam Marsden

Posted on

🎩 HTML Hacks - 10 Bizarre Tricks That Actually Work

Hey everyone ✌️ Here's a quick look at this week's newsletter:

☠️ Is Flat Design Dead?

πŸ“– Typography in UI

✨ JavaScript Who? Coding with Less"

Enjoy this week's edition πŸ‘‹ - Adam at Unicorn Club.


Sponsored by AdventJS

Crack the Code this Holiday with AdventJS!

AdventJS is an engaging and festive coding event for the holiday season. It presents a digital advent calendar, where each day from December 1st to the 25th reveals a new coding challenge.

Participants can solve these creative and stimulating problems using JavaScript or TypeScript!

Unwrap Your First Challenge Now!


πŸ–ŒοΈ CSS

You don't need JavaScript for that

It's one of the core principles of web development and it means that you should Choose the least powerful language suitable for a given purpose.

Oh No, Overflow!

The overflow CSS property (shorthand for overflow-x and overflow-y) controls what happens when the stuff you put inside a box is bigger than the box itself.

Using :has as a previous sibling selector

I got very excited this week when I finally used :has. The trouble with it has been browser support, which isn't yet high enough to use it in production code.

🎨 Design

Is the flat design trend finally over?

Designers might be at a crossroads with flat design and more detailed and three-dimensional design elements.

User Interface Typography

This book is about how to do good user interface typography, from basic things and principles to building layout and various design elements.

πŸ§‘β€πŸ’» Dev

HTML & CSS for a One-Time Password Input

The design and user experience was considered, like using the arrow keys to move between the inputs and handling β€œpaste”.

10 Weird HTML Hacks

Many of these code quirks shouldn’t work, but somehow they do.

HTML Web Components Are Having a Moment

If you’ve missed the buzz around β€œHTML Web Components,” then consider these excellent articles.

πŸ”₯ Promoted Links

Share with 2,000+ readers, book a classified ad.

Join a community of developers, testers, and hackers

Subscribe today for FREE and get exclusive tips, tricks, and killer command line cheats to hack your apps and APIs.

Support the newsletter

If you find Unicorn Club useful and want to support our work, here are a few ways to do that:

πŸš€ Forward to a friend

πŸ“¨ Recommend friends to subscribe

πŸ“’ Sponsor or book a classified ad

β˜•οΈ Buy me a coffee

Thanks for reading ❀️

@AdamMarsdenUK from Unicorn Club

Top comments (0)