+ 1
How can i make my website responsive.
Give me simple answers and suggestions
6 ответов
+ 1
With the @media query ie:
@media screen and (max-width: 800px) {
.rightcolumn {
width: 100%;
padding: 0;
}}
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
https://www.w3schools.com/css/css3_mediaqueries_ex.asp
+ 1
Where can i view your website?
You have to put them inside of your css file. I would recommend you to do it at the end of the file.
0
can you check my website
0
confused where i put media queries in my codes
0
okk
0
check in my codes #sololearn prototype