Is it possible to have a div resize for mobile devices using just CSS? If so could somebody please show me a working example so I can work out how to do it myself?
Thank you
Is it possible to have a div resize for mobile devices using just CSS? If so could somebody please show me a working example so I can work out how to do it myself?
Thank you
You can use media query like below for particular device i.e phone, tab etc Following is just example
CSS
HTML
Otherwise you can set width of div in percentage instead of pixel i.e