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 .
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
Heart
- Create a rectangle and apply circular border at top
- Rotate it 45deg
- Create another same rectangle with circular border and rotate in 45deg in other direction
- Align both of them
- Create a rectangle and apply circular border at top
- Rotate it 45deg
- Create another same rectangle with circular border and rotate in 45deg in other direction
- Align both of them
Star
- Create two triangle upside down
- Align second triangle in the middle of the first one
- Create two triangle upside down
- Align second triangle in the middle of the first one