SLIDE 13 Responsive CSS usage: Bootstrap example
In the HTML head, include CSS, e.g.:
<!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="// netdna. bootstrapcdn .com/ bootstrap /3.1.1/ css/bootstrap.min.css">
Use their CSS templates, e.g., specify viewport:
<meta name="viewport" content="width=device -width , initial - scale =1">
Use components (e.g., icons, buttons, drop-down menus, etc.) Also has Javascript (jQuery plugins – will talk about this later) Your website will look clean (example)
CS 370, Günay (Emory) Responsive Webapps & Mobile Apps Spring 2014 7 / 17