This website requires JavaScript.
Explore
Help
Sign in
punkfairie
/
odin-css-exercises
Watch
1
Star
0
Fork
You've already forked odin-css-exercises
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
58b26e7858
odin-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 16:22:54 -07: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-14 17:25:54 -07:00
text-align
:
center
;
Add solutions and templates
2021-08-29 16:22:54 -07: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-14 17:25:54 -07:00
}
Reference in a new issue
Copy permalink