2019-10-13 Perfect border radius Author Jens Törnell Comments Start a discussion To make an element have perfectly rounded corners, you can't use border-radius: 100%; because the element will behave like an oval. Solution .element { border-radius: 100vh; } Playground Full page border-radius: 100vh; If you like this post, please share it! Tweet this! Hover
Comments