Как сделать дивинг влево в CSS

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