CSS Display inline, block, and inline-block
In this post, we will discuss the difference between three common CSS display properties:
inline
block
inline-block
1. inline
Inline elements do not start from a new line. You can not set width or height values for them. Even if you set a value, it...
shounak.hashnode.dev1 min read