Skip to content

Instantly share code, notes, and snippets.

@mager
Created February 10, 2012 19:31
Show Gist options
  • Save mager/1792021 to your computer and use it in GitHub Desktop.
Save mager/1792021 to your computer and use it in GitHub Desktop.
Spotify Apps API - Play/pause with an HTML element (CSS)
<style>
#play-me {
width:600px;
height:40px;
border:1px solid #333;
font:italic 2.5em Georgia, serif;
text-align:center;color:#000;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment