How do you draw a circle using HTML5 and CSS3?
Is it also possible to put text inside?
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.
You can’t draw a circle per se. But you can make something identical to a circle.
You’d have to create a rectangle with rounded corners (via
border-radius) that are one-half the width/height of the circle you want to make.