Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>CSS Transforms Reference File</title>
<link rel="author" title="Oleg Janeiko" href="mailto:oleg@the-incredible.me">
<style type="text/css">
div {
background-color: green;
float: left;
margin: 50px;
width: 30px;
height: 30px;
}
</style>
</head>
<body>
<p>The test passes if there are two green squares of the same size.</p>
<div></div>
<div></div>
</body>
</html>