Category Shape

Creating Circle using HTML and Width and Height CSS

Circle is created by rounded borders of the element. Circle is a basic shape and is super simple to create using HTML and CSS. In this article we will learn about using border radius. CSS Properties Definitions The CSS width property specifies…

Creating Trapezoid using HTML and CSS

Trapezoid is created by having two parallel sides and two non parallel sides. Creating trapezoid using CSS and HTML is a intermediate tutorial. CSS Properties Definitions The border-bottom property specifies the bottom parallel side. The border-left property specifies the unparallel…

Creating Triangle using HTML and CSS

Triangle can be created by using border left, border right, border bottom. Triangle is a simple shape which is created by using CSS and HTML. CSS Properties Definitions The CSS border-left is property specified to remove left side The CSS…

Creating Diamond using HTML and CSS

In most games the reward system is given in the form of Diamonds one of the best example is Free Fire Diamond. Which allows buying in-game items such as characters, items, emotes etc., We will creating Diamond using CSS and…