Bootstrap - What the hell is it

23
Bootstrap CSS What the hell is it @LaplanteWebDev

Transcript of Bootstrap - What the hell is it

Page 1: Bootstrap - What the hell is it

Bootstrap CSSWhat the hell is it

@LaplanteWebDev

Page 2: Bootstrap - What the hell is it
Page 3: Bootstrap - What the hell is it
Page 4: Bootstrap - What the hell is it

Example

Page 5: Bootstrap - What the hell is it
Page 6: Bootstrap - What the hell is it

Example

• <div class=“container-fluid”></div>

• Full Width of page

• <div class=“container”></div>

• Fixed width on page

Page 7: Bootstrap - What the hell is it
Page 8: Bootstrap - What the hell is it
Page 9: Bootstrap - What the hell is it

EASY MODE

• Link To Bootstrap using their CDN

• <link rel="stylesheet" href=“https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">

• <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>

Page 10: Bootstrap - What the hell is it

HARD MODE

• Install with your favorite package manager

• npm install bootstrap

• bower install boostrap

Page 11: Bootstrap - What the hell is it
Page 12: Bootstrap - What the hell is it
Page 13: Bootstrap - What the hell is it

Example• <a class="btn btn-default" href="#"

role="button">Link</a>

• <button class="btn btn-default" type="submit">Button</button>

• <input class="btn btn-default" type="button" value="Input">

• <input class="btn btn-default" type="submit" value="Submit">

Page 14: Bootstrap - What the hell is it
Page 15: Bootstrap - What the hell is it

Example

• <img src="..." class="img-responsive" alt="Responsive image”>

• <img src="..." alt="..." class="img-rounded">

• <img src="..." alt="..." class="img-circle">

• <img src="..." alt="..." class="img-thumbnail">

Page 16: Bootstrap - What the hell is it
Page 17: Bootstrap - What the hell is it
Page 18: Bootstrap - What the hell is it

Example

• <span class="glyphicon glyphicon-search" aria-hidden="true"></span>

Page 19: Bootstrap - What the hell is it
Page 20: Bootstrap - What the hell is it

Example Time

Page 21: Bootstrap - What the hell is it
Page 22: Bootstrap - What the hell is it

Questions

Page 23: Bootstrap - What the hell is it

Resources

• http://getbootstrap.com/

• http://lapweb.info/1K5emHU

• https://wrapbootstrap.com/

• http://lapweb.info/1K5evel