Skip to content

Instantly share code, notes, and snippets.

@digitallysavvy
Last active May 9, 2019 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitallysavvy/2843e62ef150976462395ca8222e63ed to your computer and use it in GitHub Desktop.
Save digitallysavvy/2843e62ef150976462395ca8222e63ed to your computer and use it in GitHub Desktop.
The Bootstrap and custom CSS include tags
<!-- Bootstrap and Font Awesome CSS Libraries -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment