cara membuat div di kiri atas di CSS

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