[Bootstrap] global style (2), bootstrap global style
Specific Layout
1. Title and title
Font-size margin-top margin-bottom
H1 36px 20px 10px
H2 30px 20px 10px
H3 24px 20px 10px
H4 18px 10px 10px
H5 14px 10px 10px
H6 12px 10px 10px
2. Content, p section font-size: 14px; line-height: 20px; margin-bottom: 10px;
3. highlight content. leader {margin-bottom: 20px; font-size: 16px (min-width: 768: 21px); font-weight: 300 ;}
4. mark text <mark> and. mark {padding/background-color}
5. delete text <del> built-in style in the browser
6. useless text <s> built-in style in the browser
7. Embedded text <ins> style in the browser
8. Underlined text <u> built-in style in the browser
9. small text <small> and. small {font-size: 85% ;}
10. Focus on the built-in style and tone of the browser
11. Italics <em> the Browser style has a tone.
12. highlighted text <B> the style in the browser is not in tone.
13. italic <I> the style of the browser without tone is generally used for technical words and speeches.
14. text alignment. text-left. text-center. text-right. text-justify. text-nowrap
15. uppercase and lowercase letters. text-lowercase. text-uppercase. text-capitalized
16. Abbreviations <abbr title = ""> {cursor/border-bottom}
17. Acronyms <abbr title. initialism> {font-size: 90%/uppercase}
18. address <address> {font-style}
19. Reference <blockquote> {padding/font-size/border-left}
20. Reference + naming source <footer> <cite>
21. Reference reverse style. blockquote-reverse
22. unordered list <ul> {margin-top/margin-bottom}
23. ordered list <ol> {margin-top/margin-bottom}
24. No style list. list-unstyled {padding-left/list-style}
25. inline style. list-inline {padding-left/margin-left/list-style} {display/padding}
26. definition list <dl> {margin-top/margin-bottom} {font-weight} {margin-left}
27. Define horizontal list arrangement. dl-horizontal
28. code <code> {padding/font-size/color/background-color/border-radius}
29. Enter <kbd> {padding/font-size/color/background-color/border-radius/box-shadow}
30. code block <pre> {padding/margin/font-size/color/background-color/word-break/word-wrap/border-radius}
31. Variable <var> built-in style in the browser
32. program output <samp> {font-family}