Responsive Css W3schools Code Example


Example 1: html responsive


<meta name="viewport" content="width=device-width, initial-scale=1.0">

Example 2: responsive html


@media (max-width: 530px){
.CLASSHERE {
padding: 10px 110px;
margin-left: 365px;
margin-bottom: 30px;
font-size: medium;
text-align: center;
}
}

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy