Skip to content

Instantly share code, notes, and snippets.

@librasteve
Created October 3, 2024 01:25
Show Gist options
  • Save librasteve/f6c885940e7767b05aaaa4a6b12c632a to your computer and use it in GitHub Desktop.
Save librasteve/f6c885940e7767b05aaaa4a6b12c632a to your computer and use it in GitHub Desktop.
HTML Page
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style>
.jumbotron {
background-color: #e6ffe6;
text-align: center;
}
</style>
</head>
<body>
<div class="jumbotron">
<h1>Welcome to Dunder Mifflin!</h1>
<p>
Dunder Mifflin Inc. (stock symbol <strong>DMI</strong>) is
a micro-cap regional paper and office supply distributor with
an emphasis on servicing small-business clients.
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment