css - What are the steps to make a HTML design responsive? -


i learned responsive design. question steps html designer has make design responsive?

it appears responsive design using @media queries , controlling flow of elements on page if gets resized setting max-width, min-width , manipulating floating, margins , padding depending on browser window's size.

is there else besides @media query needs done responsive design?

responsive images (different images in html different situations) important one.

few important bits :

it makes lot of difference when user on mobile opens page images sized it, less data , faster loads :)

tools grunt may seem take work setup once start working easy , fast.

more reading material:

https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization

http://blog.cloudfour.com/responsive-hero-images/


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -