<!doctype html> <meta charset="utf-8"> <title>CSS Test Reference</title> <style> div { background: green; margin-left: 100px; width: 100px; height: 100px; } </style> <div></div>