How to change hr color using CSS?

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 →How to create an HTML navigation bar [examples & source code]

To create an HTML navigation bar, you also need a few lines of CSS to make it attractive. However, this post will give you a couple of navigation bars to
Read More →How to add borders in HTML table [CSS examples]

To add a border in the HTML table, target the <td> tag in your CSS and assign a border value for it. See the following CSS below. table tr td, table
Read More →How to remove HTML table border?

Sometimes HTML tables may get borders automatically from your web browsers or other parts of your website. So, the "border: none" value may not work
Read More →How to create multiple-color text in HTML CSS?

To create multiple-color text, you need to write CSS for the different parts of the text. In this post, I will show you how to use multi-color in a
Read More →How to make a div scrollable?

You can make a <div> scrollable using the CSS overflow property. The overflow can be used in two directions such as X & Y (horizontal &
Read More →How to create a mouse hover HTML tooltip text?

Using the "title" attribute, you can show a mouse hover text in your HTML document. Sometimes it's known as a tooltip, mouseover & help text. Once you
Read More →How to create an About Us page using only HTML CSS (download template)

In this post, I will give you an "About Us" page template to download. It was built with only HTML & CSS. But looks very professional &
Read More →