div { width: 150px; height: 100px; background-color: green; position: fixed; top: 0; left: 0; } div:hover { background-color: red; }