SyntaxFix
Write A Post
Hire A Developer
Questions
Setting the border-radius of each side of an element to 50% will create the circle display at any size:
.circle { border-radius: 50%; width: 200px; height: 200px; /* width and height can be anything, as long as they're equal */ }