I am trying to modify the following code from this dabblet:
.ctrl {
position: absolute;
top: 50%;
left: 50%;
font: 1.5em/1.13 Verdana, sans-serif;
transition: .5s;
}
1.5em
seems to refer to the font size and the position
, top
, and left
attributes seem to center the item.
What does the /1.13
refer to?