CSS Box Model
Jul 21, 2022 路 8 min read 路 Have you ever heard that each element is actually sitting inside a box. What does this mean??馃馃 Let's try to understand this - Take a h1 element. Now add a background color to it. <h1> Hello Alan </h1> h1{ background-color: red; } You probab...
Join discussion



