Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>CSS Test Reference</title>
<style>
div {
width: 200px;
height: 150px;
background-color: black;
border: solid 4px;
border-image: url(support/small-border.png) 4 / 16px;
}
</style>
<div></div>