#botaocss {
font-family: Arial, Trebuchet MS;
font-size: 20px;
/* width: 500px; */ /* <== CHANGE OR REMOVE THIS */
}
#botaocss a {
display: inline-block; /* <=== CHANGE THIS */
background: #70B02C;
color: #FFFFFF;
text-shadow: 0px 1px 0px #111111;
text-align: center;
border: solid 1px #538C17;
border-radius: 5px;
box-shadow: 0px 2px 3px #A9A9A9;
padding: 10px 20px 10px 20px;
margin: 0px 0px 0px 0px;
text-decoration: none;
}
ASKER
ASKER
HTML (HyperText Markup Language) is the main markup language for creating web pages and other information to be displayed in a web browser, providing both the structure and content for what is sent from a web server through the use of tags. The current implementation of the HTML specification is HTML5.
TRUSTED BY
See https://css-tricks.com/equidistant-objects-with-css/
https://jsfiddle.net/zenxc7tq/ demos this.
Bye, Olaf.