overte-Armored-Dragon/script-archive/html/magBalls/magBalls.css
2016-04-26 11:18:22 -07:00

14 lines
No EOL
224 B
CSS

.container {
display:table;
position:absolute;
width: 100%;
height: 100%;
}
span {
font-size: 25vw;
display: table-cell;
vertical-align: middle;
line-height: normal;
text-align: center;
}