Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style>
body { margin: 20px; }
#target {
width: 200px;
height: 100px;
border: 20px solid #acf;
outline: 10px solid #4ca;
padding: 20px;
font: 18pt monospace;
contain: layout;
}
</style>
</head>
<body>
<div id=target>Hello</div>
</body>
</html>