Skip to content

Commit 347aa22

Browse files
authored
Update css_style_guide.md
1 parent 1d9da66 commit 347aa22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/css_style_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Semantics first
44

5-
Want to make text look big ? Think about the reason first, maybe it is a title and `<h1-6>` should be used. Maybe it is an important word, use `<strong>`. Once the correct semantic is used, you may have a selector ready.
5+
Want to make text look big ? Think about the reason first, maybe it is a title and `<h1-6>` should be used. Maybe it is an important word, use `<strong>`. If it is a subtitle, use `body` and `overline` variant. Once the correct semantic is used, you may have a selector ready. Read the full Material Design guideline to design [Typogrrphy](https://material.io/design/typography/the-type-system.html#)
66

77
## Sub-categorize CSS
88

@@ -38,4 +38,4 @@ No units with `0` as value.
3838

3939

4040

41-
## Media Queries
41+
## Media Queries

0 commit comments

Comments
 (0)