Skip to content

Commit

Permalink
Changing the order of solution css file
Browse files Browse the repository at this point in the history
As learners are reading the requirement for exercises, they will tend to follow the order of requirements listed when styling elements, so it makes sense for the solution to match the same order.
  • Loading branch information
kashura authored Sep 15, 2021
1 parent 6a5fb85 commit c4a0283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundations/01-css-methods/solution/solution.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
div {
text-align: center;
background-color: red;
color: white;
font-size: 32px;
text-align: center;
font-weight: bold;
}
}

0 comments on commit c4a0283

Please sign in to comment.