CSS class names are quite vague and use the actual element's name in the class i.e. ".div-sizing". Furthermore, in your Javascript the naming of functions and variables are okay because there is only one JS file. In the future though, they should be more specific so not only the evaluator, but you too can identify exactly what the main.js file is doing.
CSS class names are quite vague and use the actual element's name in the class i.e. ".div-sizing". Furthermore, in your Javascript the naming of functions and variables are okay because there is only one JS file. In the future though, they should be more specific so not only the evaluator, but you too can identify exactly what the main.js file is doing.