1.

Explain The Typography And Links In Bootstrap?

Answer»

Bootstrap sets a basic GLOBAL DISPLAY (background), typography, and link styles:
Basic Global display − Sets background-color: #fff; on the <body> element.
Typography − Uses the @font-family-base, @font-size-base, and @line-height-base ATTRIBUTES as the TYPOGRAPHIC base
Link styles − Sets the global link color VIA attribute @link-color and apply link underlines only on :hover.

Bootstrap sets a basic global display (background), typography, and link styles:
Basic Global display − Sets background-color: #fff; on the <body> element.
Typography − Uses the @font-family-base, @font-size-base, and @line-height-base attributes as the typographic base
Link styles − Sets the global link color via attribute @link-color and apply link underlines only on :hover.



Discussion

No Comment Found