UNC BACS 200

Web Pages with HTML/CSS

Logo

Lesson 24 - Grid System

LEARN

Office Hours

Reading for Today

Today

Using Bootstrap

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet">

Bootstrap Navs

Containers

```

My First Bootstrap Page

This is some text.

```

Container Fluid

```

My First Bootstrap Page

This is some text.

```

Grid System

```

.col
.col
.col

```

12-Column Layout

```

.col-2
.col-6
.col-4

```

Mixed sizing

```

.col
.col-6
.col

```

Sizing Breakpoints

```

.col-md-3
.col-md-6
.col-md

```

BUILD

CSS Demo

Resources for Learning

Project 9 - Non-profit Blog