mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-13 04:00:56 -05:00
fix(curriculum): remove invalid size in radial gradient (#65767)
This commit is contained in:
@@ -59,7 +59,7 @@ background: radial-gradient(shape size at position, color-stop1, color-stop2, ..
|
||||
|
||||
On the syntax, the `shape` specifies the shape of gradient which could be `circle` or `ellipse`.
|
||||
|
||||
The `size` determines the size of the gradient's ending shape which could be `closest-side`, `closest-corner`, `farthest-side`, `farthest-corner`, `contain`, or `cover`.
|
||||
The `size` determines the size of the gradient's ending shape which could be `closest-side`, `closest-corner`, `farthest-side` or `farthest-corner`.
|
||||
|
||||
`position` determines the position of the gradient's center which could be specified using keywords (such as `center`, `top left`, `bottom right`) or precise values (such as `50% 50%`, `10px 20px`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user