Skip to content

codelex-io/bootstrap-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c729581 · Dec 26, 2020

History

7 Commits
Dec 25, 2020
Dec 25, 2020
Dec 26, 2020
Dec 25, 2020
Dec 25, 2020
Dec 25, 2020
Dec 25, 2020
Dec 25, 2020
Dec 25, 2020
Dec 25, 2020
Dec 25, 2020
Dec 25, 2020
Dec 25, 2020
Dec 26, 2020

Repository files navigation

Bootstrap exercises

In these exercises you will learn how to make use of pre-built HTML and CSS templates for UI interface elements such as buttons and forms.

Your task is to add Bootstrap to each index.html file and following the designs from the provided figma file create beautiful components by using Bootstrap templates.

What is Bootstrap?

Bootstrap is a powerful toolkit - a collection of HTML, CSS, and JavaScript tools for creating and building web pages and web applications. It's open-source and free to use.

Read more...

How to add Bootstrap to your project?

There are several ways of how to add Bootstrap, but for the purposes of this task, just follow the steps below:

  1. Add this link element between <head></head> tags in your index.html file

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous" />

  1. Add this script at the end inside <body></body> tags in your index.html file

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous" ></script>

Read more...

How to use Bootstrap?

Learn Bootstrap in 5 minutes

All you have to do is find the desired elements in the sidebar of Docs (check out Components) and copy paste them in your project. If some elements need additional styling, do that in styles.css files.

How to access figma files?

  1. Create a profile in figma.com.
  2. Download the provided .fig files from Assets directory.

Figma tutorial

  1. Add the downloaded .fig files to your Drafts in the figma homepage.

    Importing files into Figma

  2. Open the files from Drafts.

How to get styles from figma

Figma tutorial

How to find elements in Bootstrap documentation

Figma tutorial

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published