I like it a lot. The minimalist design is so gorgeous!
But, when you paste the code for the <head>. Using your order. Causing the following error in Google Chrome v85
util.js:68 Uncaught TypeError: Cannot read property 'fn' of undefinedat util.js:68
at util.js:10
at bootstrap.min.js:6
at bootstrap.min.js:6
To solve the error, you move jquery.min.js so it's above bootstrap.min.js
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
Tcip () - 4 years ago - Reply 0
Thanks for that! Now I know how to make tabs. whenever I need them
miguelpt2018 () - 4 years ago - Reply 0