#2 media queries
1200px
1024px
768px
600px
@media screen and (max-width: ){} /* desktop */
in style.css :
@media screen and (max-width: ){} /* iPad landscape */
@media screen and (max-width: ){} /* iPad portrait */
@media screen and (max-width: ){} /* iPhone */
in index.html, inside :
Tuesday, May 15, 12