Code: Select all
background-color: rgba(170, 215, 0, 0.85);
border-radius: 50%;
width: 250px;
height: 250px; But what if I want it to be roughly 80% the width of a phone handset? I cannot set a size, because I Want it to be 80% of a larger phone and smaller phone. So how do you set the circle to be a perfect circle... and respond to screensize?