1@media (max-width: 530px){
2 .CLASSHERE {
3 padding: 10px 110px;
4 margin-left: 365px;
5 margin-bottom: 30px;
6 font-size: medium;
7 text-align: center;
8 }
9}
1Refer to these sites to learn:
21) https://www.w3schools.com/
32) https://www.tutorialspoint.com/index.htm
4You can also watch youtube videos.
1I woud watch a youtube tutorial or read some articles on how to do it.
2Also, strangely enough, the Khan Academy HTML tutorials helped me out
3when I first started learning.