Hello frontendmentor community. This was substantially a simple challenge but if you take a close look, every piece of advice is enclosed by quotes which is something my code lacks. So, how could I implement this to my code. On top of that, every piece of advice appears abruptly when a user clicks on the dice button, thus I'd like to add some fade animation to advice whenever it shows up.
Ray Mcmillan Gumbo
@RaymacmillanAll comments
- @Dan-KantSubmitted about 2 years ago@RaymacmillanPosted about 2 years ago
Hey DAN KANT.I saw that you used the <p> tag on your text but instead you can use the quote tag(<q>) which will automatically wrap your whole text into quotes.With the quote tag you will not need to put the quotations around your text
For example: <q class="quote">Everything that doesn't kill us, evolves and tries again</q>
1 - @RaymacmillanSubmitted about 2 years ago
Please help me as am not 100% certain of my code.Any suggestion on improvement will be highly appreciated
@RaymacmillanPosted about 2 years agoThank you very much!! This has been extremely helpful and i will try to use it more in my future projects.
0