@extends('layouts.default') {{-- Page title --}} @section('title') Typography @parent @stop {{-- page level styles --}} @section('header_styles') @stop @section('content')

Typography

Background colors

Headings are the first thing you ll see or read in a document. We wanted to make them perfect in both size and colour.

Solid colors

.bg-* can apply to any element, where * is a color name.

.bg-primary .bg-secondary .bg-success .bg-info .bg-warning .bg-danger .bg-dark .bg-light

Border colors

.border-* can apply to any element, where * is a color name.

.border-primary .border-secondary .border-success .border-info .border-warning .border-danger .border-dark .border-light

Border Classes

Bootstrap provides different border classes to use easily and apply the .border-* classes to get borders.

.border-top

border-top

.border-right

border-right

.border-bottom

border-bottom

.border-left

border-left
{{--.border-top--}} {{--.border-right--}} {{--.border-bottom--}} {{--.border-left--}}

Text colors

.text-* can apply to any element, where * is a color name. Please note that you can safely add these classes to an

.text-primary .text-secondary .text-success .text-info .text-warning .text-danger .text-dark .text-light
{{--
--}} {{--

Hover colors

--}} {{--

.hover-* can apply to any element, where * is a color name. Please note that you can safely add these classes to an

--}} {{--
--}} {{--
--}} {{--.text-primary--}} {{--.text-secondary--}} {{--.text-success--}} {{--.text-info--}} {{--.text-warning--}} {{--.text-danger--}} {{--.text-dark--}} {{--.text-light--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Gradient backgrounds colors

--}} {{--

.text-* can apply to any element, where * is a color name. Please note that you can safely add these classes to an

--}} {{--
--}} {{--
--}} {{--.bg-gradient-primary--}} {{--.bg-gradient-secondary--}} {{--.bg-gradient-success--}} {{--.bg-gradient-info--}} {{--.bg-gradient-warning--}} {{--.bg-gradient-danger--}} {{--.bg-gradient-dark--}} {{--.bg-gradient-light--}} {{--
--}} {{--
--}} {{--
--}}
@stop @section('footer_scripts') @stop