Created
August 15, 2017 22:47
-
-
Save telwell/fdf6f6abd178f67832ce3df2ffba375c to your computer and use it in GitHub Desktop.
Starter Bootstrap Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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