Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
#ref1, #ref2 {
width: 100px;
height: 100px;
border-radius: 50px;
margin: 100px;
box-shadow: 0 0 10px 0 black;
}
</style>
<p>The following two should look the same:</p>
<div id="ref1"></div>
<div id="ref2"></div>