I am attempting to create circular buttons for numbers, but I am having trouble centering the text within the button. Ideally, I would like to have 15 circular buttons numbered from 1 to 15.
Below is the code snippet:
body {
padding: 1em;
}
<link
href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
rel="stylesheet"
id="bootstrap-css"
>
<button type="button" class="btn btn-info btn-circle btn-lg">100</button>
The code snippet above was sourced from this link