Approach | It provides the various HTML elements with opinionated styles that are only utilized with element selectors. |
Page defaults | Reboot is a powerful set of default styles that helps us normalize and standardize how webpages are rendered on different browsers and devices. |
Native font stack | Native font stack includes a native/system font stack that is intended to deliver consistent and appealing typography across several devices and platforms. |
Headings and paragraphs | Headings and paragraphs are used for removing the default margin that has been provided by HTML header tags which are margin-bottom: .5rem and for paragraph margin-bottom: 1rem. |
Lists | Lists facilitate different kinds of lists, namely, unordered lists, ordered lists, & description lists, that remove the margin-top property & a margin-bottom property with a value of 1rem. |
Inline code | Inline code is used to wrap the code in actual code form. To do so we can use the HTML code tag. |
Code blocks | Code blocks are used to put the code inside of <pre> tag, according to official docs |
Variables | Variables facilitate the <var> tag that is used to indicate the variables. |
User input | Reboot is a collection of element-specific CSS that changes in a single file, kickstart Bootstrap provides an elegant, consistent, and simple baseline to build upon. |
Tables | Tables are designed to style captions, borders, alignment, and much more. |
Forms | Reboot Forms are used to reboot form elements, that take it to the base style where there will be no effect of HTML tags inherited. |
Pointers on buttons | Reboot is a collection of element-specific CSS that changes in a single file, kickstart Bootstrap provides an elegant, consistent, and simple baseline to build upon. |
Misc elements | Misc elements are some other tags that are used to reset browser defaults and can be used when we do not want to specify CSS explicitly. |
Address | Reboot is a collection of element-specific CSS that changes in a single file, kickstart Bootstrap provides an elegant, consistent, and simple baseline to build upon. |
Blockquote | Reboot Blockquote is used to remove the default margin of the HTML blockquote tag element. |
Inline elements | Inline elements are used to put some elements abbreviations or short forms of an element that receive basic styling to make it different than other text. |
HTML5 [hidden] attribute | Reboot HTML5 [hidden] attribute is used to hide the section you want to not be rendered on the web page. |