class: center middle bg-primary text-light
- Bootstrap + Font Awesome
- Centered List
- Scaled Image
- Scrolling
- Blockquote
- Columnar Layout
- Footnote
Bootstrap 4 and Font Awesome 5 are available in slides.
Bootstrap Button
.blockquote-info[
Use
.fit-content.mx-auto
to create a centered list ]
.center[
.fit-content.mx-auto[
- apple
- orange
- pear ] ]
class: center
But the image is too .text-danger[big]
class: center
class: center
img-50
img-25
class: center
Use together with .img-100
and h-75
to produce a nice overflowed image
.blockquote-primary[
This is primary blockquote's content. ]
.blockquote-primary[
> #### blockquote
> This is primary blockquote's content.
]
Available styles:
primary
, secondary
, success
, info
, warning
, danger
, light
, dark
Use Bootstrap's .row
, .col
to create columnar layout
.row[ .col-6[
- This is column 1
- apple
- orange ]
.col-6[
- This is column 2
- alpha
- beta
- see syntax on next slide ] ]
.row[
.col-6[
- This is column 1
+ apple
+ orange
]
.col-6[
- This is column 2
+ alpha
+ beta
]
]
class: row
.col-3.bg-light.sidebar[
- alpha
- beta ]
.col-9[
Note the last sidebar item will be bold italic ]
class: row
.col-3.bg-light.sidebar[
- alpha
- beta
- gamma ]
.col-9[
See syntax on next slide ]
class: row
.col-3.bg-light.sidebar[
- alpha
- beta
- gamma ]
.col-9[
class: row
.col-3.bg-light.sidebar[
### Sidebar
- alpha
- beta
- gamma
]
.col-9[
// This syntax block
...
]
]
This is an example.sup[1] of footnotes.sup[2], link to Google.sup[3] .footnote[
- Hello! World.
- Footnoting is fun
- https://google.com ]
This is an example.sup[1] of footnotes.sup[2], link to Google.sup[3]
.footnote[
1. Hello! World.
2. Footnoting is fun
3. https://google.com
]
class: center middle bg-info text-light