-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathexample.html
More file actions
4 lines (4 loc) · 722 Bytes
/
example.html
File metadata and controls
4 lines (4 loc) · 722 Bytes
1
2
3
4
<!DOCTYPE html><html lang="en"><head>
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href=
"http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/
bootstrap.min.css"></head><body><h1>Hello</h1><div class="container"><h2>Quantativity factors</h2><button type="button" class="btn btn-warning btn-lg"><h1>3.57</h1>B</button> <button type="button" class="btn btn-danger btn-lg"><h1>13.7</h1>Nutritional value</button></div> <div class="container"><h2>Inverse proportions</h2><button type="button" class="btn btn-danger btn-lg"><h1>13.7</h1>Nutritional value</button> <button type="button" class="btn btn-warning btn-lg"><h1>3.57</h1>B</button></div></body></html>