My text-align (center) property doesn't seem to be working correctly with the following code snippet:
<span class="info"> i <span id="uitleg_itje">Bla bla.
</span></span>
The CSS for the info
class is as follows:
.info {
font-weight: bold;
text-align: center;
background-color: #C73C3C;
-moz-border-radius: 15px;
border-radius: 15px;
text-transform: lowercase;
letter-spacing: 4px;
color: #ffffff;
cursor: pointer;
font-size: 21px;
}
However, the current output appears like this: