![Targeting elements using CSS nth-child pseudo-class selectors](/assets/images/posts/Targeting-elements-using-CSS-nth-child-pseudo-class-selectors.webp)
Targeting 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 post![Create simple CSS only animated loader](/assets/images/posts/CSS-only_-animated-loader.webp)
Create 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 post![Create XML sitemap using Jekyll](/assets/images/posts/Jekyll-sitemap.webp)
Create 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![Close Bootstrap mobile menu on menu item click](/assets/images/posts/Bootstrap-mobile-menu.webp)
Close Bootstrap mobile menu on menu item click
How to close mobile Bootstrap menu on one pager website when user clicks on any menu link.
Read blog post![Declaring JavaScript variables using var, let and const](/assets/images/posts/javaScript-var-let-const.webp)
Declaring JavaScript variables using var, let and const
In JavaScript, var, let and const are used to declare variables, but they have some key differences in terms of scope, hoisting, and mutability.
Read blog post