Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 329 Bytes

File metadata and controls

6 lines (6 loc) · 329 Bytes
  1. Semantic HTML allows to show user the meaning to webpage by using HTML tags.
  2. display: block => it is a full page with no line breaks.
  3. display: inline => it is only as wide as the content and no line breaks.
  4. content, padding, border, and margin
  5. align-items: center => cross axis
  6. git commit -m "type message here"