Changing the order of solution css file

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.
This commit is contained in:
James 2021-09-14 20:25:54 -04:00 committed by GitHub
parent 6a5fb855ca
commit c4a0283357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
div {
text-align: center;
background-color: red;
color: white;
font-size: 32px;
text-align: center;
font-weight: bold;
}
}