Skip to content

Instantly share code, notes, and snippets.

@tesfayegari
Created November 2, 2019 20:20
Show Gist options
  • Save tesfayegari/d79e4454e1b521536ef8dbf1c13919b2 to your computer and use it in GitHub Desktop.
Save tesfayegari/d79e4454e1b521536ef8dbf1c13919b2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>Bootstrap Tutorial</h1>
<p>Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.</p>
</div>
<img src="http://placehold.it/500x500" style="width: 100%;" alt="thumbnail">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment