Skip to content

Instantly share code, notes, and snippets.

@ElenaMLopez
Created November 15, 2017 07:43
Show Gist options
  • Save ElenaMLopez/11aff77403cb0d3207ca54ba1058996e to your computer and use it in GitHub Desktop.
Save ElenaMLopez/11aff77403cb0d3207ca54ba1058996e to your computer and use it in GitHub Desktop.
Etiqueta para poner el viewport en el html y poder hacer una web responsive.
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment