This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-default-css-exercises
Watch
1
Star
0
Fork
You've already forked odin-default-css-exercises
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c2ee35ca7d
odin-default-css-exercises
/
foundations
/
01-css-methods
/
solution
/
solution.css
8 lines
111 B
CSS
Raw
Normal View
History
Unescape
Escape
Add solutions and templates
2021-08-29 23:22:54 +00:00
div
{
background-color
:
red
;
color
:
white
;
font-size
:
32px
;
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-15 00:25:54 +00:00
text-align
:
center
;
Add solutions and templates
2021-08-29 23:22:54 +00:00
font-weight
:
bold
;
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-15 00:25:54 +00:00
}