Source code
Revision control
Copy as Markdown
Other Tools
<!doctype HTML>
<head>
<style>
* { margin: 0 }
:root {
width: 400px;
height: 200px;
background-color: lightBlue;
border: orange 10px solid;
box-sizing: border-box;
}
}
</style>
<meta name="responsive-embedded-sizing">
</head>