blob: b860304f04fe22498eb5b43d9de00d7e261353bb [file] [log] [blame] [edit]
<!doctype html>
<title>CSS Test Reference</title>
<link rel="author" href="mailto:[email protected]" title="Emilio Cobos Álvarez">
<style>
body, html {
margin: 0;
padding: 0;
background: green;
}
.purple-square {
background: purple;
width: 50px;
height: 50px;
}
</style>
<div class="purple-square"></div>