1 2 3 4 5
<!DOCTYPE html> <style> div { position: absolute; top: 0; left: 0; width: 100px; height: 100px; background-color: lime; } </style> <div></div>