Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Backgrounds and Borders Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
html {
padding-left: 170px;
}
div {
background-color: green;
height: 60px;
left: 0px;
position: absolute;
top: 0px;
width: 60px;
}
</style>
<body>
<p>Test passes if there is a filled green square at the left of the page and <strong>no red</strong>.</p>
<div></div>
</body>