Need a suggestion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Need a suggestion

So hello guys, I'm new at making webpages and today i planned to make responsive blog about Georgian cuisine, (not gonna lie, I have no idea why i made something about it 😀) as a little practical tutorial... So yeah, page is done, with extremely bad design, it was hard to make good interface, that supports PC with really big monitor, and only 6 inch smartphone, (stuff I used while developing) so i need suggestions for this kind of blogs (?) and hope you will help me 🙂🙂 Code: https://code.sololearn.com/WB3NuV8Dd4NN/?ref=app

5th Jun 2020, 3:59 PM
Jumberiko Kilasonia
Jumberiko Kilasonia - avatar
2 Answers
+ 1
So, do you know the @media on css? It's use like this: @media screen and(min-width: 300px){ /*Here you put what you want your website to do when the width of the screen is bigger than 300 px*/ } I don't know if you understood and if not, let me know and I'll try again
5th Jun 2020, 4:20 PM
Alexandre
Alexandre - avatar
0
Alexandre thanks for a help! Actually I've never heard of it, but i get what you mean, i think i would have opportunity to customise webpage UI differently for mobiles and PCs, (for example) and yeah, it's great news :D Thanks again, I will search more about it...
5th Jun 2020, 6:04 PM
Jumberiko Kilasonia
Jumberiko Kilasonia - avatar