+ 3
Sir,Can I use only HTML and CSS to design full responsive website ?
2 Respuestas
+ 5
Sure! Look up for @media queries (CSS).
Using them you can set breakpoints and apply new styles depending on screen resolution.
But if you want to collapse your nav bar into so called burger icon on mobile devices - you will have to use javascript or at least jQuery.
+ 3
Thanku Sir...