Last active
December 29, 2021 08:50
-
-
Save planetoftheweb/989aada8ada0d831ac6dfcabdb17bfaf to your computer and use it in GitHub Desktop.
This file contains 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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<link rel="stylesheet" href="css/bootstrap.min.css"> | |
<title>Bootstrap</title> | |
</head> | |
<body> | |
<div class="container"> | |
</div><!-- container --> | |
<script src="js/jquery.slim.min.js"></script> | |
<script src="js/popper.min.js"></script> | |
<script src="js/bootstrap.min.js"></script> | |
</body> | |
</html> |
Also adding a src="js/scripts.js script to match the tutorial.
The Lynda/LinkedIn videos have been updated to a later release of Bootstrap. I usually keep the repo a little bit ahead of the videos. Right now I'm updating it for the final release. The repo has already been updated.
Hello,
Thank a lot for the beautiful update!
I'm having a problem with getting the blockquote as well as bg-faded working on Safari, isn't bootstrap a cross-browser tool ?!
Note that blockquote-footer worked!
Please advise about this!
Thanks!
You have the "X-UA-Compatible" in there twice.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The popper.js is replacing the tether.js used in the Lynda videos. I suspect that the Lynda download files are all going to depend on tether.js. I'm going to replace popper.min.js with tether.min.js and see how it goes. The author shouldn't be disconnecting his downloads from the tutorial content without updating or at least posting a warning.