#wemakedevs
Read more stories on Hashnode
Articles with this tag
Media queries allow you to apply CSS styles depending on a device's general type (such as print vs. screen) or other characteristics such as screen...
The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content. The...