0
How get auto fit a webpage in every screen
which language can help me for it
5 odpowiedzi
+ 4
Yeah, bootstrap is ok , but is you want to code it yourself
you have to use media queries .
for example:
@media screen and (max-width: 767px) {
/* in here you add your rules */
}
I personally use max-width: 767px for all small screens
GOOD LUCK !
+ 3
ur welcome @Yeasin
+ 1
tanx abdel bro
0
Not sure but i guess it's Bootstrap.
0
abdel i just saw a web site script , they use jquery for auto fit screen with what it's call cdn. do u know anything about it