| <!DOCTYPE html> | |
| <meta charset="UTF-8"> | |
| <title>CSS Reference File</title> | |
| <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> | |
| <style> | |
| div | |
| { | |
| background-color: green; | |
| border-radius: 30px; | |
| height: 144px; | |
| margin-left: 18px; | |
| margin-top: 24px; | |
| width: 144px; | |
| } | |
| div + div | |
| { | |
| margin-top: 6px; | |
| } | |
| </style> | |
| <p>Test passes if there are two filled green rounded squares and <strong>no red</strong>. | |
| <div></div> | |
| <div></div> |