Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Last active December 29, 2021 08:50
Show Gist options
  • Save planetoftheweb/989aada8ada0d831ac6dfcabdb17bfaf to your computer and use it in GitHub Desktop.
Save planetoftheweb/989aada8ada0d831ac6dfcabdb17bfaf to your computer and use it in GitHub Desktop.
<!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>
@planetoftheweb
Copy link
Author

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.

@ahmedohadi
Copy link

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!

@AmericanWebbery
Copy link

AmericanWebbery commented Aug 7, 2018

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