Try my "Random Quote Machine"

https://codepen.io/DKPK/pen/eYgBQoy

HI @amejl172 !

You might consider renaming that button from tap undefined to something like
Change Country.

1 Like

I have made the buttons text different now.
Thanks for the feedback.

Anyone knows how to make a new line.
This is what I tried

{`Change Country \n
           `}

if you want the numbers of clicks to show on the different line than the “Change country” text you can simply insert a linebreak <br/> between the two.

You can also use flexbox by changing the button CSS to display: flex; flex-direction: clumn;

1 Like

Solved the problem. Thanks :+1:

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