CSS Fix for 100vh in Mobile WebKit

WebKit handles 100vh in a way that differs from other browsers, which can complicate some layouts. But using -webkit-fill-available might be a good enough alternative to get by. | Continue reading


@allthingssmitty.com | 3 years ago

Zero-based date, Christmas, and emoji

Not every method in JavaScript's Date object returns a zero-based number. Here's a tip will help you understand that a little better. | Continue reading


@allthingssmitty.com | 5 years ago