Skip to content

Instantly share code, notes, and snippets.

@telwell
Created August 15, 2017 22:47
Show Gist options
  • Save telwell/fdf6f6abd178f67832ce3df2ffba375c to your computer and use it in GitHub Desktop.
Save telwell/fdf6f6abd178f67832ce3df2ffba375c to your computer and use it in GitHub Desktop.
Starter Bootstrap Code
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/styles.css">
<title>Trevor Elwell's Website</title>
</head>
<body class="container-fluid">
<div class="row justify-content-center">
<divclass="col-10">
<!-- Your code goes here -->
</div>
</div>
</body>
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment