CSS Unit Property
let me demonstrate to you with a quick example
p{
font-size:16px;
}
now, we describe the above code, here we will get font size as property and its value is 16 and its unit is px(pixel).
Some import CSS unit has written below these units are oft...
deveshvishnoi.hashnode.dev3 min read