bootstrap

This commit is contained in:
max 2023-02-02 04:40:37 +00:00
parent 8c9be96f41
commit 24b6c661ef

View file

@ -52,12 +52,14 @@ h3 {
<div class="bgimg-1">
<div class="caption">
<span class="border">FULL PAGE</span><br>
<span class="border">BACKGROUND IMAGE</span>
<span class="border">WTFxUS</span><br>
<span class="border">Coming Soon</span>
</div>
</div>
<p style="padding:5px 15px">This example creates a full page background image. Try to resize the browser window to see how it always will cover the full screen (when scrolled to top), and that it scales nicely on all screen sizes.</p>
<p style="padding:5px 15px">Bottom Text</p>
</body>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</html>