Latest solutions
Latest comments
- @OneManBanned@Facualemandi
The page is fine, no matter how you have written the code, while it works it is perfect, with practice you will improve your code.
-I recommend that you add the event to the entire Document, and from there fire the events, thus avoiding having many 'addEventListener', if you look closely, you have 10 'addEventListener', and my code only has 1 'addEventListener' and my code is considerably shorter, you can check my profile.
More than that, it's pretty good, good luck 👍
- @Pazispeace@Facualemandi
The page is quite good, I recommend you to change all the styles with CSS, for example, instead of using the <strong> tag for the font shape, you can add a class to the <p> and modify it with 'font-weight : bold' and 'color: black'.
-And to the paragraph of each one you can add a 'width: vh' and adjust it with Media query as the screen gets smaller, this is so that the letters do not move for each pixel that the screen shrinks.
Anyway, it looks pretty good 👍
Marked as helpful