odin-css-exercises/foundations/01-css-methods/solution/solution.css
James c4a0283357
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.
2021-09-14 20:25:54 -04:00

7 lines
111 B
CSS

div {
background-color: red;
color: white;
font-size: 32px;
text-align: center;
font-weight: bold;
}