@ashiqfurySubmitted over 3 years ago
Any feedback will be welcome. Feedbacks help me improve myself.
Any feedback will be welcome. Feedbacks help me improve myself.
Few suggestions I have here
• You can use rem / em instead of using pixels.
• Use rem as the unit for most of your property value. For complex layout arrangement, use percentage (%)
• Try BEM naming conventions
• BEM (which stands for Block-Element-Modifier) is a naming convention standard for CSS class names.
Your solution looks good 🎉
Great work here 👍