Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>CSS Test Reference</title>
<style>
div {
border-width: 5px;
border-color: green;
color: green;
margin-bottom: 2px;
}
</style>
<p>Test passes if all the border colors are green</p>
<div style="border-style: inset">
inset
</div>
<div style="border-style: outset">
outset
</div>
<div style="border-style: ridge">
ridge
</div>
<div style="border-style: groove">
groove
</div>