What could be the possible improvements?
Martin de Boer
@martindb1988All comments
- @Mtc-21Submitted about 3 years ago@martindb1988Posted about 3 years ago
Good job on this one, if i can make a recommendation look into semantic html. Makes the html better readable.
Marked as helpful0 - @sofiaperezmSubmitted about 3 years ago
I would like to get advice on how to avoid repetitive code in CSS. (I am aware of the BEM theory, but I struggle in the practice). Thanks in advance :)
@martindb1988Posted about 3 years agoCSS works from top to bottom so once a style is defined the DRY method comes in place. Good use of CSS variables but i would look into your class and id naming with __ and — i found that very confusing.
Marked as helpful0 - @yousefshrpinySubmitted about 3 years ago
feel free to add any edition or any recommendation for a cleaner code
@martindb1988Posted about 3 years agoGreat job, but a few suggestions. Naming your css file css.css is rather weird also in terms of clean code your css has tabs and no tabs.
Try to be more consistent with that, clean code makes the code better readable for other devs.
2