How do i make my web page fitt different screens | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i make my web page fitt different screens

I' m new to making pages. I made one but when i did send it to my friend he said it was all over the place, the text was out of the tabs i made and the pictures were not on place. I tryed to look it up online but didnt understand it (SORRY for my bad grammar)

18th Dec 2017, 7:10 PM
BG Simeon Simeonov
BG Simeon Simeonov - avatar
1 Answer
+ 11
You have to make responsive web page to fit it into different screens.Take a look at media queries in CSS3. https://www.w3schools.com/css/css_rwd_mediaqueries.asp Otherwise use responsive web frameworks like bootstrap, bulma, etc. https://getbootstrap.com https://bulma.io
18th Dec 2017, 7:22 PM
Ranjan Bagri
Ranjan Bagri - avatar