Location : Vijayapura
Date : 24-08-2020
Event Type : Seminar
Event Timing : 10:00 AM To 6:00 PM
Reboot builds upon Normalize, providing many HTML elements with somewhat opinionated styles using only element selectors. Additional styling is done only with classes. For example, we reboot some <table>
styles for a simpler baseline and later provide .table
, .table-bordered
, and more.
Here are our guidelines and reasons for choosing what to override in Reboot:
rem
s instead of em
s for scalable component spacing.margin-top
. Vertical margins can collapse, yielding unexpected results. More importantly though, a single direction of margin
is a simpler mental model.rem
s for margin
s.font
-related properties to a minimum, using inherit
whenever possible.