scrimba
The Weekly Web Dev Challenge
The Weekly Web Dev Challenge: Gradient Generator ๐ŸŒˆ
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

The Weekly Web Dev Challenge: Gradient Generator ๐ŸŒˆ
AboutCommentsNotes
The Weekly Web Dev Challenge: Gradient Generator ๐ŸŒˆ
Expand for more info
index.js
run
preview
console
// Task: Write a function to:
// - Generate a gradient using the colors from the pickers and split percentage from the slider.
// - Use the gradient as the form background.

// Stretch goals:
// - Add more colors.
// - Add a 'Surprise Me' button which generates random gradients (and updates the inputs).
// - Check for contrast between the gradient and the text.




Console
/index.html
-1:56