Search⌘ K
AI Features

Copying the Main CSS File

Explore how to locate, copy, and paste the main CSS file from a Bootstrap theme to another project. Learn to use browser DevTools for editing styles within the layout and update CSS for customized designs.

We'll cover the following...

In the previous lesson, we successfully located the theme.bundle.css file and unminified it. In this lesson, we'll describe how to extract and use the markup and styles from Bootstrap's starter layouts on other projects. We’ll present the results of this activity in a coding playground in a later lesson.

Copy the file

To copy the file, click inside the file and press "CTRL + A". The entire file will be selected.

Now, we need to copy the file. The easiest way is to press ...