Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html><head>
<title>Square outline</title>
<style>
div { width: 50px; height: 50px;
outline: 2px solid black;
}
</style>
</head>
<body><div></div></body></html>