Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Responsive codes

By // No comments:
RESPONSIVE CODES

<meta name="viewport" content="width=device-width">

@media only screen and (min-width: 1px) and (max-width: 650px){
 
}