blob: 91d9015a227223347715fcb0462de39a73e99011 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html><head>
<title>CSS Transforms Reference File</title>
<link href="mailto:oleg@the-incredible.me" rel="author" title="Oleg Janeiko">
<style type="text/css">
div {
background-color: green;
float: left;
margin: 50px;
width: 33px;
height: 33px;
}
</style>
</head>
<body>
<p>The test passes if there are two green squares of the same size.</p>
<div></div>
<div></div>
</body></html>
|