All css3 Tags
Barbajs with GSAP Animation
I always wanted my simple web application to have a badass fluid and smooth transitions between the pages and act like a Single Page Application (SPA). So, I encountered Barba js.
Next.Js boilerplate with TailwindCSS and SASS
NextJs is an awesome framework built by Zeit to create Web Applications. It has many great features and advantages, which can make
Nice Looking CSS Toggles
A pure CSS library that provides you with a variety of nice-looking toggles.
Simple CSS trick to create a smooth scrolling effect
We use different jquery library or write plain vanilla javascript to achieve a smooth scrolling effect. I love CSS. And I wonder can we achieve this effect by using just CSS properties. Then I encounter this native CSS feature \`scroll-behavior\`.
Understanding CSS Variables
CSS variables, or “CSS Custom Properties”. It allows you to work with variables directly in CSS. They are very useful for reducing repetition in CSS, and also for powerful runtime effects like theme switching and has various poly filling future CSS features.