Increase The Space Between The Navigational Buttons
-
I am trying to increase the space between the navigational buttons.
https://www.bubblemaids.comAlso the buttons appear to be “squashed at the bottom”. I would like for them to be horizontally balanced with the text.
I would also like for the “Contact Us” button to be white.
Thank you in advance.
DeirdI used the following code
button {
color: #fafafa;
background-color: #8296AD;
border-top-left-radius: 14px;
border-top-right-radius: 14px;
border: medium none;
margin: 35px 0 0 35px;
padding: 10px 35px;
cursor: pointer;
font-family: inherit;
font-size: 1em;
line-height: 1;
position: relative;
text-align: center;
text-decoration: none;
}
- The topic ‘Increase The Space Between The Navigational Buttons’ is closed to new replies.