In this tutorial, we will learn how to create oval shape in HTML and CSS. Sometimes when you are working on a website, you want to give different shapes to a div to make your website look good in terms of appearance. By default, the div is a rectangular-shaped box, but by using CSS border-radius
In this tutorial, we will learn how to create triangle in HTML and CSS. Shapes are not something that you are going to create in your everyday web development job. But since it’s a part of the job, you must be aware of how to create one. It is very tricky to create a triangle,
In this tutorial, we will learn how to create half circle in HTML and CSS. When you are working on a website, you may want to display some shapes such as a half circle. The half circle can be created using div element. By default, the div is a rectangular-shaped box, but by using CSS
In this tutorial, you will learn how to create rounded button in HTML and CSS. The button element is used to perform some sort of action on a webpage such as a form submission. It rarely requires one to modify the shape of a button, but sometimes you may need to do so to meet
In this tutorial, we will learn how to create circular image in HTML and CSS. When you are working on a website, you want to display an image in a circular shape and it is very easy to do by using CSS. To create a circular image, we have to use the CSS border-radius property.