@LG2GAMESubmitted about 2 years ago
Arturo Muñoz
@arturo0427All comments
- @arturo0427Posted about 2 years ago
Hello @LG2GAME, hope you are well!
My first recommendation is that you should use the HTML semantic elements which are:
<main></main>
and<article></article>
, I leave you this link of w3schools where you can acquire more knowledge on this subject.My second recommendation is that you should use the BEM methodology, so that you have more control and clarity when writing your CSS classes. BEM
I hope it is helpful. Excellent work!
Marked as helpful0