Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
div, rect {
width: 100px;
height: 100px;
}
div {
background-color: blue;
}
rect {
fill: purple;
}
</style>
<div></div>
<svg>
<rect></rect>
</svg>