Jak zrobić div w górę w lewo w CSS

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