0 votes
in Bootstrap by

Explain the typography and links in Bootstrap.

1 Answer

0 votes
by

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.

Related questions

+1 vote
asked Oct 30, 2020 in Bootstrap by sharadyadav1986
0 votes
asked Oct 30, 2020 in Bootstrap by sharadyadav1986
...