ysabelm / teaCosy

Builds a tea shop website from scratch.
0 stars 0 forks source link

margin auto #3

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

You can shorthand this down to: margin: 0 auto; this will set top and bottom to 0, left and right to auto. Just easier that 4 values.

https://github.com/ysabelm/teaCosy/blob/master/css/style.css#L26

ysabelm commented 6 years ago

You're absolutely right. I don't know why I didn't write this line that way :)