Skip to content

How to make a div in top left in CSS?

div{
	position: absolute;
  	top: 0;
  	left: 0;
}
See also  Python code snippet - How to say that an input needs to be a number ?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.