overte-HifiExperiments/examples/html/magBalls/magBalls.css
2015-09-03 20:09:54 -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;
}