Search

Category: Development | Page 9

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 [...]

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 [...]

Enqueuing Assets (JavaScript and CSS files) in WordPress

Many of us use CSS to change the appearance of the website, and JavaScript to enhance or add functionality. However, there’s also significant importance to the method you add these assets in WordPress. Instead of directly linking these files in [...]

What is DNS (Domain Name System)?

The Domain Name System is a collection of databases that translates "Hostnames" to IP addresses. DNS can be thought of as the "phone book of the Internet."