jgthms / marksheet

Free tutorial to learn HTML and CSS
http://marksheet.io
MIT License
1.04k stars 191 forks source link

Issue about linear-gradient in CSS #97

Open rickyjohw opened 1 year ago

rickyjohw commented 1 year ago

Issue link

CSS gradients

Original Text

If you want a more specific angle, you can use a value in degrees:

  • 0deg is the default value, from top to bottom
  • 20deg is slightly diagonal, going clockwise
  • 90deg is like 3pm, from right to left
  • 180deg is from bottom to top

Should be corrected to:

If you want a more specific angle, you can use a value in degrees:

  • 0deg is the default value, from bottom to top
  • 20deg is slightly diagonal, going clockwise
  • 90deg is like 3pm, from left to right
  • 180deg is from top to bottom

Reference

MDN