Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
body {
margin: 0;
}
#changer {
width: 200px;
height: 200px;
border-shape: circle(50% at 50% 50%);
stroke: lightblue;
stroke-width: 50px;
}
</style>
<div id="changer"></div>