@MoggStephen
Posted
Hi there!
This is a great fluid responsive component.
To improve on your html semantically. You can use the section element to separate the result and the summary sections.
For a small component like this one css file should be fine! If you want to start separating css files you should look into using sass and sass partials! It can be easily setup within you projects with a live sass compiler.
Also class naming should be done using '-' and not '_'. This is called hyphen delimited string and is the standard convention for class naming in html and css.
Other than that its a great second solution!
Marked as helpful
@MellowTangelo
Posted
@MoggStephen Thank you for taking time to review my code. I appreciate your comments. Also, thaks for the tip about using "-". :)