Wie man in CSS ein Div in der Spitze links macht

div{
	position: absolute;
  	top: 0;
  	left: 0;
}
Cloudy Caribou