Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS Test Reference</title>
<style>
div {
border: 1px solid;
padding: 10px;
resize: both;
overflow: scroll;
width: 100px;
height: 100px;
}
</style>
<div></div>