Someone shows me a html to use div tag to show some text with background image included
-
2021-01-21 12:27
You can give margin
from top
and bottom
like this:
margin: 10px 0;
Above will apply 10px
margin from top and bottom. You can also use individual properties such as margin-top
and margin-bottom
.