Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue about linear-gradient in CSS #97

Open
rickyjohw opened this issue Jul 30, 2023 · 0 comments
Open

Issue about linear-gradient in CSS #97

rickyjohw opened this issue Jul 30, 2023 · 0 comments

Comments

@rickyjohw
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant