Skip to content

MickDellaert/bootstrap-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title: Bootstrap

First exercises working with a CSS framework, in this case Bootstrap:

  • Getting to know the new syntax of the Bootstrap framework
  • Applying predefined classes in CSS
  • Working with a grid

Link to the specifics of the first exercise:

The first results of my efforts: https://mickdellaert.github.io/bootstrap-grid/


  • Repository: challenge-bootstrap

  • Type of Challenge: Learning Challenge

  • Duration: 2 days

  • Deployment strategy : Github page

  • Team challenge : solo

Learning objectives

  • Learn to install and work with Bootstrap
  • Learning to use the Grid component from Bootstrap
  • Learn how to add JavaScript components.
  • Learn how easy bootstrap will make you life

Welcome to css frameworks !

From bootstrap to materialize, the world has lots of css frameworks, but what is a CSS Framework?

The what

A CSS Framework is basically a great library of CSS properties applied to general classes. It allows you to both create and fasten the UI for a website.

The why

Well, imagine you need a grid, filled with squares, each square has an icon in there and is clickable, you want that grid to be responsive as well. You are propably able to create that, but how long would that take you? Now imagine for a second, that you have a ready set list of classes that you can use to create this, without writing any CSS code... Once you would know these classnames, you would probably do this assignment in 1/10th of the time...

Before you start

Look at the list of the most popular CSS frameworks. For now bootstrap is still the most commonly used (in Belgium), though that being said, who knows whether it should be ...

A very nice benefit of bootstrap is that it is more than a CSS framework, it also comes with some often used Javascript components like a carousel, tabs, ...

During your training at BeCode you will use the bootstrap libary, but feel free to play around with other frameworks. The more you know the better!

Installation guide for bootstrap

You can find the Installation guide on the www.getbootstrap.com website. Don't forget to include the JavaScript files if you want the tooltips or Carousel to work in the exercises below!

Exercises

About

Making use of a CSS framework: Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published