Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>border-radius:inherit applies zoom (ref)</title>
<style>
.zoomed {
background: coral;
width: 200px;
height: 200px;
border: 10px solid black;
border-radius: 40px;
}
</style>
<div class=zoomed></div>