01947-888 197click-to-talk

Blog

I discuss Git, web and server-related programming, and anything I use to streamline my web development workflow.

Adjacent sibling combinator in CSS

Adjacent sibling combinator in CSS

An adjacent sibling combinator is a way to select an HTML element that immediately comes after the first selector in CSS. This is the simplistic

Read More →

How to create an HTML sitemap for WordPress (without a plugin)?

Create an HTML sitemap for WordPress without any plugins

There are various ways to create an HTML sitemap for a WordPress website. Also, there are numerous plugins that you can use to create a sitemap. But I am

Read More →

Create a beautiful accordion with HTML, CSS, and JavaScript

How to create an accordion with HTML, CSS, and JavaScript

In this post, I will show you how to create an accordion with HTML, CSS & JavaScript. Also, I will give you the source code of a beautifully designed

Read More →

How to make a horizontal list using CSS?

The default list items are vertically aligned in a list format. To make a horizontal list, you need to write some CSS. In this post, I will explain &

Read More →

CSS gradient border examples & explanation

CSS gradient border examples and explanation

CSS gradient border is a great opportunity to make your content stand out. Throughout my website, I used gradient borders that helped me to focus on

Read More →

How to make a table rounded with CSS? (4 examples)

Make table rounded with CSS

It's easy to add borders to a table but making the table rounded is a bit trickier. Wood-made rounded tables are very common but it's rare when it comes

Read More →

How to rotate text & images using CSS?

Rotate text & images using CSS

You can rotate text, images, and other HTML elements using the CSS transition property. The transition has a "rotate" function that can make rotation an

Read More →

How to fix if the Yoast SEO breadcrumb shows IP instead of the domain?

Replace breadcrumb IP with domain

Recently (February 2023) I encountered a situation where the Yoast SEO breadcrumb shows IP instead of my domain name. I have been using AWS Lightsail as

Read More →

How to make a div clickable link?

make a whole div a link

There is no href attribute for the div. So to make an entire div a link, you have to wrap it inside an anchor tag. See the example HTML below. <a

Read More →

How to align text to the bottom of a div using CSS?

There are a couple of ways you can align text to the bottom of a div using CSS. In this post, I will show you a couple of ways to do it. CSS for aligning

Read More →