CSS Framework

Use a CSS framework like Bootstrap with Transcrypt.

Using Bootstrap

Many CSS frameworks make styling applications a little easier, especially if we find graphic design challenging. We’ll take a quick look at Bootstrap, a popular CSS framework with several predefined CSS classes, which can help maintain the consistency of the visual aspects of our application. Bootstrap has a lot of features, so for now we’ll focus on the CSS classes it has and give us an idea on how to incorporate them into our Python web application.

Adding Bootstrap to the project

Bootstrap generally relies on a grid ...