blob: 3f0822e8162633e4054cb24a9862928f2b827efc (
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: 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>
|