2023 WDB: Introduction to Bootstrap 4 -- Day 9

In this next section, we are covering Bootstrap 4. It seems that it will be a very complicated subject so I will be working on the topic in parts.

Today, I will be installing Bootstrap and playing with some of its styles.

On going to the Bootstrap section, I noticed that the newest version is Bootstrap 5 and not 4.


The Bootstrap 5 link for CSS

 <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">

This was the first page before Bootstrap 5:


This is the same page after Bootstrap 5:







Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle