How to add space between elements with display: inline-block?
Go to aboutme.css. the raindrops look squished together if you go to the about me page. how to fix?
Voters
Go to aboutme.css. the raindrops look squished together if you go to the about me page. how to fix?
You simpley just need to change the margin size. Go to your aboutme.css and in the
.raindrop
selector, add amargin-right
of 20px or some other number of choice, making the code look like:The page looks like this now:
PS: Mark answer as correct if it helped :P
@OldWizard209 thx!
np, here to help @upsideumop