What features does the Bootstrap library give us?
At the last technical meeting, in addition to creating your own template in WP, we explored databases and Oxygen Builder.
We also explained what Bootstrap is and what its capabilities are.
We learnt that Bootstrap is a library that simplifies website development with ready-made components and easy adaptation of the site in terms of responsiveness.

Bootstrap instalation
Installing Bootstrap is very easy, just download the compiled CSS and JS from the getbootstrap.com developers’ homepage and add them to the page in the standard way.
The most important new feature of the latest version of Bootstrap 5 is that it no longer requires the addition of the jQuery library to the project, which significantly reduces the page size and has an optimisation effect.