bootstrap 4 - usmanlivebootstrap 4 free front-end framework html and css based design templates...

39
Bootstrap 4 CREATE SOME AWESOMENESS

Upload: others

Post on 15-Oct-2020

2 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Bootstrap 4CREATE SOME AWESOMENESS

Page 2: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Bootstrap 4Free front-end framework

HTML and CSS based design templates◦ typography,

◦ forms,

◦ buttons,

◦ tables,

◦ navigation,

◦modals, image carousels and many other

Usman Akram http://usmanlive.com CUI LAHORE 2

Page 3: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Why use bootstrapEasy to use:

Responsive features:

Mobile-first approach:

Browser compatibility:

Usman Akram http://usmanlive.com CUI LAHORE 3

Page 4: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Bootstrap CDN or b4-$ with b4 VC plugin<!-- Latest compiled and minified CSS --><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">

<!-- jQuery library --><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

<!-- Popper JS --><script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>

<!-- Latest compiled JavaScript --><script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>

Usman Akram http://usmanlive.com CUI LAHORE 4

Page 5: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Containers

Usman Akram http://usmanlive.com CUI LAHORE 5

Page 6: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

.container

Extra small<576px

Small≥576px

Medium≥768px

Large≥992px

Extra large≥1200px

max-width 100% 540px 720px 960px 1140px

Usman Akram http://usmanlive.com CUI LAHORE 6

Page 7: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

.container .p-3 .my-3 .bg-dark .text-white

Usman Akram http://usmanlive.com CUI LAHORE 7

Page 8: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Responsive Containers

Class Extra small<576px

Small≥576px

Medium≥768px

Large≥992px

Extra large≥1200px

.container-sm 100% 540px 720px 960px 1140px

.container-md 100% 100% 720px 960px 1140px

.container-lg 100% 100% 100% 960px 1140px

.container-xl 100% 100% 100% 100% 1140px

Usman Akram http://usmanlive.com CUI LAHORE 8

Page 9: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Bootstrap 4 Grid System

Usman Akram http://usmanlive.com CUI LAHORE 9

Page 10: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Grid Classes.col-◦ (extra small devices - screen width < 576px)

.col-sm-◦ (small devices - screen width => 576px)

.col-md-◦ (medium devices - screen width => 768px)

.col-lg-◦ (large devices - screen width => 992px)

.col-xl-◦ (xlarge devices - screen width => 1200px)

Usman Akram http://usmanlive.com CUI LAHORE 10

Page 11: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Three Equal Columns<div class="row">

<div class="col">.col</div>

<div class="col">.col</div>

<div class="col">.col</div>

</div>

Usman Akram http://usmanlive.com CUI LAHORE 11

Page 12: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Responsive Columns<div class="row">

<div class="col-sm-3">.col-sm-3</div><div class="col-sm-3">.col-sm-3</div><div class="col-sm-3">.col-sm-3</div><div class="col-sm-3">.col-sm-3</div>

</div>

On mobile phones or screens that are less than 576px wide, the columns will automatically stack on top of each other:

Usman Akram http://usmanlive.com CUI LAHORE 12

Page 13: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Un Equal Coloumns<div class="row">

<div class="col-sm-4">.col-sm-4</div><div class="col-sm-8">.col-sm-8</div>

</div>

Usman Akram http://usmanlive.com CUI LAHORE 13

Page 14: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Built In Responsive<div class="row">

<div class="col-6 col-md-4">.col-6 .col-md-4</div>

<div class="col-6 col-md-4">.col-6 .col-md-4</div>

<div class="col-6 col-md-4">.col-6 .col-md-4</div>

</div>

Usman Akram http://usmanlive.com CUI LAHORE 14

Page 15: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

row align-items-start align-items-center align-items-end

Usman Akram http://usmanlive.com CUI LAHORE 15

Page 16: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

row justify-content-start …

Usman Akram http://usmanlive.com CUI LAHORE 16

Page 17: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Awesome Colors.text-muted, .text-primary, .text-success, .text-info, .text-warning, .text-danger, .text-secondary, .text-white, .text-dark, .text-body (default body color/often black) and .text-light

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger,

.bg-secondary, .bg-dark and .bg-light.

Usman Akram http://usmanlive.com CUI LAHORE 17

Page 18: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Colors

Usman Akram http://usmanlive.com CUI LAHORE 18

Page 19: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

.table .table-striped

Usman Akram http://usmanlive.com CUI LAHORE 19

Page 20: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

table table-dark table-hover

Usman Akram http://usmanlive.com CUI LAHORE 20

Page 21: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Contextual ClassesFirstname Lastname Email

Default Defaultson [email protected]

Primary Joe [email protected]

Success Doe [email protected]

Danger Moe [email protected]

Info Dooley [email protected]

Warning Refs [email protected]

Active Activeson [email protected]

Secondary Secondson [email protected]

Light Angie [email protected]

Dark Bo [email protected]

Usman Akram http://usmanlive.com CUI LAHORE 21

Page 22: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Contextual ClassesClass Description

.table-primary Blue: Indicates an important action

.table-success Green: Indicates a successful or positive action

.table-danger Red: Indicates a dangerous or potentially negative action

.table-info Light blue: Indicates a neutral informative change or action

.table-warning Orange: Indicates a warning that might need attention

.table-active Grey: Applies the hover color to the table row or table cell

.table-secondary Grey: Indicates a slightly less important action

.table-light Light grey table or table row background

.table-dark Dark grey table or table row background

Usman Akram http://usmanlive.com CUI LAHORE 22

Page 23: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

rounded rounded-circle img-thumbnail

Usman Akram http://usmanlive.com CUI LAHORE 23

Page 24: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

.alert-success, .alert-info, .alert-warning,

.alert-danger, .alert-primary, .alert-secondary,

.alert-light or .alert-dark:<div class="alert alert-success">

<strong>Success!</strong> Indicates a successful or positive action.

</div>

Usman Akram http://usmanlive.com CUI LAHORE 24

Page 25: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Buttons: btn btn-primary btn-lg

Usman Akram http://usmanlive.com CUI LAHORE 25

<button type="button" class="btn btn-warning">Warning</button>

Page 26: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Button Groups

Usman Akram http://usmanlive.com CUI LAHORE 26

<div class="btn-group btn-group-lg"><button type="button" class="btn btn-primary">Apple</button><button type="button" class="btn btn-primary">Samsung</button><button type="button" class="btn btn-primary">Sony</button>

</div>

Page 27: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Vertical Button Group w/ Dropdown

Usman Akram http://usmanlive.com CUI LAHORE 27

<div class="btn-group-vertical"><button type="button" class="btn btn-primary">Apple</button><button type="button" class="btn btn-primary">Samsung</button><div class="btn-group"><button type="button" class="btn btn-primary dropdown-toggle" data-

toggle="dropdown">Sony

</button><div class="dropdown-menu">

<a class="dropdown-item" href="#">Tablet</a><a class="dropdown-item" href="#">Smartphone</a>

</div></div>

</div>

Page 28: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Border<span class="border border-primary"></span>

<span class="border border-secondary"></span>

<span class="border border-success"></span>

<span class="border border-danger"></span>

<span class="border border-warning"></span>

<span class="border border-info"></span>

<span class="border border-light"></span>

<span class="border border-dark"></span>

<span class="border border-white"></span>

Usman Akram http://usmanlive.com CUI LAHORE 28

Page 29: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Border Radius<img src="..." alt="..." class="rounded">

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

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

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

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

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

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

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

Usman Akram http://usmanlive.com CUI LAHORE 29

Page 30: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Shadows<div class="shadow-none p-3 mb-5 bg-light rounded">No shadow</div>

<div class="shadow-sm p-3 mb-5 bg-white rounded">Small shadow</div>

<div class="shadow p-3 mb-5 bg-white rounded">Regular shadow</div>

<div class="shadow-lg p-3 mb-5 bg-white rounded">Larger shadow</div>

Usman Akram http://usmanlive.com CUI LAHORE 30

Page 31: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Sizing (m Margin)(p Padding)t - for classes that set margin-top or padding-top

b - for classes that set margin-bottom or padding-bottom

l - for classes that set margin-left or padding-left

r - for classes that set margin-right or padding-right

x - for classes that set both *-left and *-right

y - for classes that set both *-top and *-bottom

blank - for classes that set a margin or padding on all 4 sides of the element

Usman Akram http://usmanlive.com CUI LAHORE 31

Page 32: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Sizing (m Margin)(p Padding)0 - for classes that eliminate the margin or padding by setting it to 0

1 - (by default) for classes that set the margin or padding to $spacer * .25

2 - (by default) for classes that set the margin or padding to $spacer * .5

3 - (by default) for classes that set the margin or padding to $spacer

4 - (by default) for classes that set the margin or padding to $spacer * 1.5

5 - (by default) for classes that set the margin or padding to $spacer * 3

auto - for classes that set the margin to auto

Usman Akram http://usmanlive.com CUI LAHORE 32

Page 33: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Forms

Usman Akram http://usmanlive.com CUI LAHORE 33

Page 34: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Forms

Usman Akram http://usmanlive.com CUI LAHORE 34

<form action="/action_page.php"><div class="form-group"><label for="email">Email address:</label><input type="email" class="form-control" placeholder="Enter email" id="email">

</div><div class="form-group"><label for="pwd">Password:</label><input type="password" class="form-control" placeholder="Enter password" id="pwd">

</div><div class="form-group form-check"><label class="form-check-label">

<input class="form-check-input" type="checkbox"> Remember me</label>

</div><button type="submit" class="btn btn-primary">Submit</button>

</form>

Page 35: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Inline Form with Utilities

Usman Akram http://usmanlive.com CUI LAHORE 35

<form class="form-inline" action="/action_page.php"><label for="email" class="mr-sm-2">Email address:</label><input type="email" class="form-control mb-2 mr-sm-2" placeholder="Enter

email" id="email"><label for="pwd" class="mr-sm-2">Password:</label><input type="password" class="form-control mb-2 mr-sm-2" placeholder="Enter

password" id="pwd"><div class="form-check mb-2 mr-sm-2"><label class="form-check-label">

<input class="form-check-input" type="checkbox"> Remember me</label>

</div><button type="submit" class="btn btn-primary mb-2">Submit</button>

</form>

Page 36: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

NavBar

Usman Akram http://usmanlive.com CUI LAHORE 36

<!-- Grey with black text --><nav class="navbar navbar-expand-sm bg-light navbar-light">

<ul class="navbar-nav"><li class="nav-item active">

<a class="nav-link" href="#">Active</a></li><li class="nav-item">

<a class="nav-link" href="#">Link</a></li><li class="nav-item">

<a class="nav-link" href="#">Link</a></li><li class="nav-item">

<a class="nav-link disabled" href="#">Disabled</a></li>

</ul></nav><!-- Black with white text --><nav class="navbar navbar-expand-sm bg-dark navbar-dark">...</nav><!-- Blue with white text --><nav class="navbar navbar-expand-sm bg-primary navbar-dark">...</nav>

Page 37: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

FontAwesomehttps://fontawesome.com/start

Get your js from here

<script src="https://kit.fontawesome.com/a076d05399.js"></script>

And use something like this

<i class="fas fa-clock"></i><i class="far fa-clock"></i>

Usman Akram http://usmanlive.com CUI LAHORE 37

Page 38: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Some Icons

Usman Akram http://usmanlive.com CUI LAHORE 38

Page 39: Bootstrap 4 - UsmanLiveBootstrap 4 Free front-end framework HTML and CSS based design templates typography, forms, buttons, tables, navigation, modals, image carousels and many other

Explore Yourselfhttps://getbootstrap.com/

https://www.w3schools.com/bootstrap4/default.asp

Usman Akram http://usmanlive.com CUI LAHORE 39