Random Choice Picker

Followed a tutorial from Brad Traversy and added the span after a choice is picked. I am quiet happy with the result, even though the colors could be adjusted.

https://codepen.io/luhah001/pen/PobgNWw

1 Like

Hi @luhah001 !

I think your page looks good.

I would personally add a title on the page.
Maybe something like an h1 with Random choice picker as the title.

Also, I wouldn’t use a br tag here

<br>Press enter when you're done

I would just use a p tag instead

<p>Press enter when you're done</p>

Hope that helps!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.