Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <div class="info-wrap">
  2. <h1>Simple CSS Ticker</h1>
  3. <h2>A simple horizontal scrolling news ticker built using CSS animations only.</h2>
  4. </div>
  5.  
  6. <div class="ticker-wrap">
  7. <div class="ticker">
  8. <div class="ticker__headline">Elon Musk Takes over the world</div>
  9. <div class="ticker__headline">Scientists find that AI is very clever but has no common sense!!</div>
  10. <div class="ticker__headline">Tim Berners-Lee wins virtual egg and spoon race</div>
  11. <div class="ticker__headline">Internet officially renamed "T'internet" in Yorkshire.</div>
  12. </div>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement