InterviewSolution
Saved Bookmarks
| 1. |
What are the default Bootstrap text settings? |
|
Answer» <P>The default font size in Bootstrap 4 is 16px, with a line-height of 1.5. The default font family is "Helvetica Neue," which includes Helvetica, Arial, and other sans-serif fonts. Margin-top: 0 and margin-bottom: 1rem are also set on all <p> elements (16px by default). |
|