How can you make shapes using a single HTML element? Any CSS technique can be used as long as it’s supported in at least one browser.
Examples of shapes would be a round shape, a triangle, six-angled and so on.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have made this fiddle with some pure html/css shapes:
– 2 triangles using a span border
– a circle with the help of border-radius
Disclaimer: I was inspired from the old google application/menu bar.
Source:
html
css