Hackathon: Day 3 - Bootstrap 4

Mar showed us how we can use bootstrap to make a website layout using a grid system.

Bootstrap's 5 classes:

col- (extra small devices - screen width less than 576px)
col-sm- (small devices - screen width equal to or greater than 576px)
col-md- (medium devices - screen width equal to or greater than 768px)
col-lg- (large devices - screen width equal to or greater than 992px)
col-xl- (xlarge devices - screen width equal to or greater than 1200px)
(W3Schools.com, 2018)

These commands allow us to easily design a website for multiple screen sizes and devices.

We played around with Layoutit! which is a grid editing tool for Bootstrap.
It allows you to drag and drop components to create a web page and once completed you can download the HTML, CSS and Javascript that was used in creating the page.

http://bit.ly/2ymEVIf

We played around with Bootstrap and attempted to use the bootstrap grid system ourselves in Atom.

My webpage changes when the webpage is re-sized due to the "col-6 col-sm-9" and "col-sm-3" classes. 


I edited elements of an already-existing theme on Epic Bootstrap, which was really easy to use.
This could then be downloaded as CSS and/or you are able to download the SCSS variables.



Bibliography
W3Schools.com (2018) Bootstrap 4 Grid Examples. [Online] Available at: https://www.w3schools.com/bootstrap4/bootstrap_grid_examples.asp. [Accessed: 18 October 2018].
Epic Bootstrap (2018) Bootstrap Themes. [Online] Available at: https://epicbootstrap.com/themes. [Accessed: 18 October 2018].

Comments

Popular posts from this blog

Unity Project 4: Ball platformer game

[Research] Traditional Poster Design (4CTA1214)