Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
body { margin: 20px; }
#scope {
width: 200px;
height: 100px;
border: 20px solid #acf;
padding: 20px;
outline: 5px solid green;
font: 18pt monospace;
contain: layout;
}
</style>
</head>
<body>
<div id=scope>SCOPE</div>
</body>
</html>