Create text typing effect with vanilla JavaScript
Create a text typing effect using vanilla JavaScript that loops through different words and displays one word at a time, letter by letter and then delete the word before moving on to the next one.
Read blog postCreate custom Tabbed navigation
How to create Tabbed navigation which is a common UI pattern used to organize content into separate views.
Read blog postTargeting elements using CSS nth-child pseudo-class selectors
Learn more about CSS :nth-child pseudo-class selectors which offer an incredibly flexible method for targeting elements within a container.
Read blog postCreate simple CSS only animated loader
Create simple CSS only animated loader looking like spinning circle, which is commonly used to indicate user that something is loading or getting ready.
Read blog postCreate XML sitemap using Jekyll
A website sitemap is a file or a set of files that provides information about the pages, posts, videos and other assets on your website helping search engines to discover and index your website’s content more efficiently.
Read blog post