Main Page/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
} | } | ||
.text-container { | .text-container { | ||
text-align: center; | |||
width: 100%; | |||
position: relative; | |||
height: 50px; | height: 50px; | ||
overflow: hidden; | overflow: hidden; | ||
margin: 0 auto; | |||
} | } | ||
.text { | .text { | ||
display: inline-block; | |||
width: | width: 200px; | ||
height: 100%; | height: 100%; | ||
font-size: 24px; | font-size: 24px; | ||
animation: slide 6s infinite; | animation: slide 6s infinite; |