+ 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
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
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...