Tag: logical properties
By way of a post by Manuel Matuzović which is by way of a demo by Temani Afif.
.wrapper { margin-inline: max(0px, ((100% - 64rem) / 2)); }
You’d be doing yourself a favor to read Manuel’s breakdown of …
Manuel Matuzovic: max() Trickery originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
...
Michelle Barker with my favorite sorta blog post: short, practical, and leaves you with a valuable nugget for your time. Here, she gets into logical property shorthands in CSS, particularly those that set lengths just on a single axis, …
Logical Properties for Useful Shorthands originally published on CSS-Tricks. You should get the newsletter.
...
Many business websites need a multilingual setup. As with anything development-related, implementing one in an easy, efficient, and maintainable way is desirable. Designing and developing to be ready for multiple languages, whether it happens right at launch or is expected …
Control Layout in a Multi-Directional Website originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
...