list-style - what is it?
The list-style CSS shorthand property allows you to set all the list style properties at once.
how to increase square in width on hover?
div:hover -> width more than it is
div ->
transition: background-color 0.5s ease;
transition: width 0.5s ease;
What Is Webpack?
Webpack in the most simplistic terms is a tool used to consolidate multiple networked javascript files into one bundled javascript file in order to decrease web traffic
It usually is convention to name this bundled javascript file bundle.js