diff --git a/docs/doc-fragments/docFragments.js b/docs/doc-fragments/docFragments.js index d100d2f..751b1f8 100644 --- a/docs/doc-fragments/docFragments.js +++ b/docs/doc-fragments/docFragments.js @@ -6,5 +6,5 @@ var images = require('./images'); var codeAndQuotations = require('./codeAndQuotations'); module.exports = [ - gettingStarted, commonTextualElements, images, lists, codeAndQuotations + gettingStarted, commonTextualElements, headings, images, lists, codeAndQuotations ] diff --git a/docs/v3/docs.html b/docs/v3/docs.html index b0b26e9..6fa06f5 100644 --- a/docs/v3/docs.html +++ b/docs/v3/docs.html @@ -60,6 +60,25 @@ }
Don't: Avoid altering the base font size of 16px
directly in your CSS code, as it can cause problems with the display of certain elements.
--fore-color
variable.--back-color
variable.--border-color
variable. This affects the color of <hr>
elements.--universal-margin
variable. As a rule of thumb, consider the universal margin to be the distance you want your paragraphs to have from the sides of the screen.--universal-padding
variable.--a-link-color
and --a-visited-color
variables.All of the HTML5 heading elements are styled, using a customizable ratio and simple rules, providing a clean base for your web app's titles. Apart from the headings themselves, customized rules are provided for displaying subheadings or explanatory text below your web app's headings.
<h1>Heading 1 <small>Subheading</small></h1> +<h2>Heading 2 <small>Subheading</small></h2> +<h3>Heading 3 <small>Subheading</small></h3> +<h4>Heading 4 <small>Subheading</small></h4> +<h5>Heading 5 <small>Subheading</small></h5> +<h6>Heading 6 <small>Subheading</small></h6>+
--fore-color
variable. This will affect the color of the headings' main text.--secondary-fore-color
variable. This will affect the color of subheadings.--universal-margin
variable. As a rule of thumb, consider the universal margin to be the distance you want your paragraphs to have from the sides of the screen.--heading-ratio
variable. Bear in mind that the value of this variable must be unitless to work properly.Image elements are responsive by default, without the need for any special classes or anything similar. They automatically scale down as necessary to display properly on smaller devices, while retaining their original aspect ratio, while they will never scale above their original size.