To continue on my previous post here are some more tweets with little Css tips that might help you in your projects.
Prevent users from selecting text.
User-select docs: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
Css :is()
:is() docs: https://developer.mozilla.org/en-US/docs/Web/CSS/:is
Css viewport units.
Css logical properties.
Css logical properties docs: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties
Subscribe and Follow
Subscribe to my Youtube channel.
Thanks for reading/watching and stay safe
Never knew user select property, thanks Stephan.