HTML and CSS templates👇🏻
🔹templatemo .com
🔸templated .co
🔹html5up .net
🔸mashup-template .com
🔹uideck .com
🔸onepagelove .com
🔹splawr .com
🔸W3.CSS templates
🔹tooplate .com
🔸free-css .com
🔹w3layouts .com
🔸nicepage .com
🔹html5-templates .com
🔹templatemo .com
🔸templated .co
🔹html5up .net
🔸mashup-template .com
🔹uideck .com
🔸onepagelove .com
🔹splawr .com
🔸W3.CSS templates
🔹tooplate .com
🔸free-css .com
🔹w3layouts .com
🔸nicepage .com
🔹html5-templates .com
Circle
- Pretty simple, we just need to make a square and apply the border-radius 50% in order to give it a circular shape .
- Pretty simple, we just need to make a square and apply the border-radius 50% in order to give it a circular shape .
Semi-circle
- Create a rectangle
- Apply border radius top left and top right same as height of the rectangle .
- Create a rectangle
- Apply border radius top left and top right same as height of the rectangle .
👍1
Triangle
- Creating a triangle is little bit tricky
- Set height and width as zero
- To make this, we draw a solid border and make the side border transparent
- Creating a triangle is little bit tricky
- Set height and width as zero
- To make this, we draw a solid border and make the side border transparent
Hexagon
- Creating hexagon is very easy
- We need to make two trapeziums of same size but make sure that other trapezium should be upside down
- Align them perfectly
- Creating hexagon is very easy
- We need to make two trapeziums of same size but make sure that other trapezium should be upside down
- Align them perfectly
Leaf
- Create a square
- Apply larger border-radius at top-left and bottom-right corner
- Create a square
- Apply larger border-radius at top-left and bottom-right corner
Drop
- Create a square
- Apply 50% border-radius to all the sides except one side
- Rotate in such a manner so that tip comes to top
- Create a square
- Apply 50% border-radius to all the sides except one side
- Rotate in such a manner so that tip comes to top