Our Blog
Insights, tutorials, and updates from the team.
How to create a Thank You page in HTML CSS? (source code)
When people buy something on our website or subscribe to the newsletter, we generally redirect them to a “Thank You” page. It’s a great opportunity to engage with our audience more closely & build business relationships. In this post, I will give you a thank you page template. And I will show you how I created this only using HTML & CSS.
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 browser. In this post, I will show you how to change <hr> tag color, how to add a gradient border to it, and how to increase its thickness.
How to create a spinning animation in CSS?
The best way to create a spinning animation using CSS is to use the keyframe & animation property. You can create many different variations in the keyframe and plug it into the animation property.
How to create a multiple-page website in HTML? (downloadable template)
This post will show you how to create a multi-page website in HTML. End of it, I will also give you the full source code to download. You will also learn how to upload this static HTML website to a live domain & hosting.
Background image size (full-width, responsive, full-screen, etc)
In this post, I will show you a couple of examples based on the background-size property. After reading it, you’ll learn how to make a full-width background image, how to make it responsive for all devices, full-screen background on any screen, custom size, etc.
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 always. This post will show you a couple of solutions to remove borders.