mix-blend-mode CSS property will decides how a text/ element should display on page depends on the parent elements background.
Category: CSS
Presentational Attributes vs Inline Styles
Presentational Attributes works almost like inline styles but there is striking difference between them. It is advisable to use them specifically on SVGs and IMG tags.
Flexible SASS @mixin for each viewport (Breakpoint)
Useful tips on @mixin for SASS for the Breakpoint. I have updated the @mixin for the breakpoint to include any last minute changes to target any width/viewport just by entering the pixel width at the time of @include.
The Ultimate Cheat-Sheet On Mixin – SASS
Using SASS (SCSS) gives you power to use features which are not available in CSS yet. SASS makes the CSS easy and enjoyable. SASS is nothing but a re-usable code which we will have to compile before publishing it to production/ live.
Align Content Vertically Center with CSS
We know text-align: center & margin: 0 auto to have the text or content block to put horizontally center. But in CSS3, we have transform property which helps us to put the content vertically center.