0
How to make oval?
We learnt to make circle by setting border-radius half of div. But how to make oval shape by same trick?
2 Answers
+ 2
try something like
width: 20px;
height: 10px;
border: 1px solid #000;
border-radius: 5px;
+ 1
border-radius: 100%