Compare commits

...

2 Commits

Author SHA1 Message Date
113ea61918 completed section 2023-06-02 02:44:33 -07:00
54f62c70e9 completed margin and padding exercises 2023-06-02 02:43:31 -07:00
3 changed files with 8 additions and 2 deletions

View File

@ -830,4 +830,9 @@ p {
- Inline block elements behave like inline elements, but with block-style padding and margin
- Can be useful, but nowadays people use **flexbox** more often
#### Divs and Spans
- Block-level element, separates parts of the page for organization purposes.
- Block-level element, separates parts of the page for organization purposes.
- This is also known as a "container" element
- `Span` is an inline-level element by default, but it can be used to group text content and inline HTML elements for styling and should only be used when no other semantic HTML element is appropriate.
#### Ending exercises
- W3 schools [block-level elements in HTML with descriptions](https://www.w3schools.com/html/html_blocks.asp)
-

@ -0,0 +1 @@
Subproject commit 07e096da6ca4a659dc8ac1b5c6e67bf27b4cb139

@ -1 +1 @@
Subproject commit 50983d0f24710b7355678105f52277aca36c0b84
Subproject commit 04df1c54b148d818ae36c794914fae896055b826