๐ In this repository, I tried to study Bootstrap 5.1 and making calendar design without any libraries such as FullCalendar.
2022-02-16.bootstrap5.1sample.mp4
There are some differences and breaking changes between v4 and v5. For example, .right-*
is renamed to .end-*
. It's interesting.
- Tried to use
shadow
, - Tried not to use
left
norright
but to usestart
andend
those are new in v5, - Tried to use
d-grid
to make buttons block, - Tried not to use
my-1
to place spaces but to usegy-1
, - Tried to create my original navbar with dropdown menu,
- Tried to create calendar by myself,
- Tried to overwrite Bootstrap default colors,