Skip to content

Instantly share code, notes, and snippets.

@LBRapid
Created February 19, 2014 18:17
Show Gist options
  • Select an option

  • Save LBRapid/9098059 to your computer and use it in GitHub Desktop.

Select an option

Save LBRapid/9098059 to your computer and use it in GitHub Desktop.
/* Ticker Fixes */
#ticker {
margin: 0 auto;
width: 100%;
}
.demo-box.demo-4 p.tick {
display: inline-block;
overflow: hidden;
padding: 0 10px;
margin: 0 auto;
height: 96px;
border: 1px solid #1e1e1e;
border-radius: 5px;
box-shadow: 0 0 6px #969696;
color: #1e1e1e;
line-height: 1;
font-size: 4em;
text-align: center;
background-color: #3c3c3c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment