All html5 Tags

Best Static Site Generator to use in 2020

Best Static Site Generator to use in 2020

A static site generator is a compromise between using a hand-coded static site and a full CMS. You generate an HTML-only website using raw data (such as Markdown files) and templates.

Next.Js boilerplate with TailwindCSS and SASS

Next.Js boilerplate with TailwindCSS and SASS

4 min read Feb 6 2020

NextJs is an awesome framework built by Zeit to create Web Applications. It has many great features and advantages, which can make

Simple CSS trick to create a smooth scrolling effect

Simple CSS trick to create a smooth scrolling effect

3 min read May 16 2020

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

Understanding CSS Variables

4 min read Dec 4 2017

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.