Some of the items in my list are more than one line and I’ve been trying to increase the vertical spacing only between the bullet points/rows. However, everything I’ve tried increases the vertical spacing throughout the entire list.
Also, can those using Firefox see the background image?
If anyone has workaround for these issues, I’d greatly appreciate it! Thanks!
Hey, just looked at it. I am on Firefox and I don’t see a background image.
As for the spacing I believe it looks good as is. But if you wanted to adjust it you could possibly wrap those lines in a <span> tag and apply some extra margin or padding. There could be potential problems with that method when the user adjusts the viewport, which the line length would change.
Nice tribute page @dbk. Maya Angelou would be pleased.
There’s a horizontal scroll bar at the bottom of your page making it seem unresponsive. Maybe you may want to look at that. Adjusting your width property or setting the overflow should address that.
Welcome to the forums @dbk. Your page looks good. Some things to revisit;
Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
I wasn’t able to see the background image in FF at first. When I changed the protocol in the background image link to https then the background image appeared.