Search

Category: UX/UI | Page 4

Add animate.css Animations to Slick Slider

In this post, we will see how to add various animations to Slick sliders using Animate.css. This is because Slick provides only two default types of animations...

Cool CSS4 Selectors which Are Soon to Come

The current status of CSS Selectors Level 4 is a kind of draft; however, modern browsers have already started implementing certain parts of the new specifications. In essence, there will never be CSS4 just as there will never be HTML6, [...]

Styling the First Letter with CSS ::first-letter

::first-letter is another useful pseudo-element that allows you to style the first letter of text within any element without the need to modify the HTML or add any specific tags like span. The method works similarly to a scenario in [...]

Better WordPress Search Mechanism with Relevanssi

Better search results with Relevanssi. If you've ever tried using the built-in search functionality of WordPress to search for content on your site, I assume you've noticed that it's an area where the popular content management system WordPress falls short.

Using CSS Gap with Flexbox

In this post, we'll see how to add spacing between flex items using the CSS property called gap, which is the shorthand for the properties row-gap & column-gap.

Dealing with WordPress Image Sizes

In this brief guide, I will explain about image sizes in WordPress and their usage in the admin interface and code level. We will also see how to create new image sizes and how to prevent generating unnecessary images based [...]

Adding CSS Scroll Animations using AOS

You’ve probably encountered websites with various animations happening as you scroll down (On Scroll Animations). So, I’ll share with you a library I came across called AOS, which allows you to easily add these animations with full CSS control over [...]