Skip to content

HannahHawken96/01-Bootstrap-utility-classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Background & Objectives

Practice using the Bootstrap utility classes. Learn how to use their classes to make various components.

Specs

For this exercise the HTML is already coded for you on the index.html. All you have to do is add the right Bootstrap class to have the wanted behaviour. For example:

<a href="#">I'm a link!</a>

To make this link a button you just have to add the class btn btn-primary:

<a href="#" class="btn btn-primary">I'm a button now!</a>

Further suggestions & resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published