Skip to content

Commit 1c0c731

Browse files
authored
Add "top-down approach" in suggestion
1 parent 4a0c11c commit 1c0c731

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
(Suggestion) Apply CSS in this order:
3-
1. Lay out the top-level elements: <header>, <main>, <footer>.
4-
2. Lay out the articles within <main>.
5-
3. Style individual elements.
2+
(Suggestion) Use a top-down approach when applying CSS:
3+
1. Lay out the top-level elements: <header>, <main>, <footer>
4+
2. Lay out the articles within <main>
5+
3. Style individual elements
66
77
Please REMOVE this comment before submitting your work.
88
*/

0 commit comments

Comments
 (0)