0
Can i first select the device width and write diff-2 code according to that . Because i am having some issue with bootstrap .
Bootstrap making responsive but not up to my exception level so what should i do ? should i go for any framework or write different codes . Guys please help ..
2 Respuestas
+ 1
If you want to hard code your CSS styles for different devices you can use CSS media queries. This video should get you started with the basics:
https://www.youtube.com/watch?v=5xzaGSYd7jM
+ 1
thanks Thomas that is really helpful .