Please help me with the adaptation)😁 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please help me with the adaptation)😁

I would like to know how to make text full width of the screen for any device. The text in my code flows down into columns as the screen shrinks. How can this be fixed? Help me please) https://code.sololearn.com/WhdhAOhb0lpB/?ref=app

3rd Nov 2021, 7:50 AM
Nikita Zapekin
Nikita Zapekin - avatar
2 Answers
+ 3
There is style named min-width / max-width, you need to use them. Also you probably need to use @media to set for each screen size More about tham: https://www.w3schools.com/cssref/pr_dim_min-width.asp https://www.w3schools.com/cssref/pr_dim_max-width.asp
3rd Nov 2021, 11:02 AM
PanicS
PanicS - avatar
+ 2
oh my god, i was finally able to fix this! Thank you very much, kind person!😁
3rd Nov 2021, 7:09 PM
Nikita Zapekin
Nikita Zapekin - avatar