Hello, I'm trying to get spacing between my buttons. I'm not sure if its HTML or CSS.
Hello,
I was wondering if anybody could assist me in getting some space between the buttons on my website. The website is www.marksbodyshop.org I tried adding padding, margin, and border elements to the html div tags that have the buttons, but it didn't work. I also tried adding padding, margin, and border elements to the nav, nav a, and nav li parts of the css, but didn't work. Thank you, as any help would be appreciated. I attached the index.html, main.ccs, defult.css, and defult2.css files as one text file named Coding for Marksbodyshop.org.txt.
I have tried changing the position line in the nav element to fixed and relative, but still not having any luck. I also tried to add outline lines to my nav, nav li, and nav a elements. It hasn't given me any space. It's now kinda messed up. www.marksbodyshop.org
Using the inspect element your div tags for the HTML buttons on your home webpage are:
The css is located in the defult.css file. Try adding the padding or margin to these elements and you should see the desired effect.
From what I can see the #nav isn't doing anything with the buttons.
Thank you. I ended up using a method of <ul>'s, and applying the styling directly into the index.html file. I will keep your suggestion in mind though.
Bookmarks