01947-888 197click-to-talk

Blog

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

How to position text over an image with CSS?

How to position text over an image?

There are two main ways you can position text over an image. Such as: (1) Placing the text over the image using the CSS position property, (2) Creating a

Read More →

How to create space between flex items?

How to create space between flex items

In this post, I will show you a couple of examples to create space between flex items. Also, I will show you how to offset the space on mobile devices.

Read More →

How to right-align an image in HTML CSS?

How to right-align an image in CSS

In this post, I will show how you can align an image on the right side of a div using CSS. You will also learn to align the image on the top-right,

Read More →

How to reverse the column on mobile using CSS?

Reverse column using CSS

To reverse columns on mobile or any other screens, you can use flexbox & its order property. If this does not make sense, I will show you now. But

Read More →

How to create a preloader using HTML, CSS, JavaScript (download template)

Preloader using HTML, CSS & JavaScript

There are hundreds of ways to create a preloader for your website. But in this post, I will show you how to create a gorgeous preload spinner only using

Read More →

How to create a background slider [download template]

Background slider

The background slider is very useful when you want to create a hero section on your web page. You can create a slider with background images in many

Read More →

Computer science portfolio website example & template download

Computer science portfolio

In this post, I will show you how to create a computer science portfolio website. Also, I will explain what important things you need to include in your

Read More →

How to change hr color using CSS?

How to change hr color

The <hr> is an HTML tag that stands for "Horizontal Rule." To change the hr color, you need to write some CSS. By default, it gets style from the

Read More →

How to change an image on hover (CSS)

You can change an image on CSS hover. In this example, I will do it in a two-step process. In the first step, I will place an image over another. Finally,

Read More →

How to create a testimonial slider using HTML, CSS, JS (download)

This post will show you how to create a testimonial slider using only HTML, CSS & Javascript. The full source is available to download. So you can

Read More →