Latest solutions
Latest comments
- @KPorusSubmitted 26 days ago
- @Vektor0157Submitted 2 months agoWhat are you most proud of, and what would you do differently next time?
Это только начало, поэтому пока что всё как умею!
What challenges did you encounter, and how did you overcome them?Пока что ни с какими)
What specific areas of your project would you like help with?Хочется услышать возможные улучшения для кода)
P@Pradyumna-HegdePosted 2 months agoIn HTML code, I suggest you to use 2 spaces as a tabspace (it's 8 in your code).
In CSS code, nested BEM usage may confuse in larger codebase. For example, in your code, qr-block_text, qr-block_text__title, qr-block_text__p. It's redundant as the whole project contains only one title and paragraph.
I suggest you to study about usage of variables in CSS as it makes your CSS codebase more flexible.
0