Here is the link to my code: https://jsfiddle.net/krbomcj5/
The code is concise and should be easy for CSS experts to understand.
The problem I'm encountering is that there is no space between .main-content
and .head-content
.
I have managed to create a space by adding padding to .main-content
.
What is a better approach to achieve this spacing between .main-content
and .head-content
?