Skip to content

Instantly share code, notes, and snippets.

@benson
Created June 20, 2014 17:40
Show Gist options
  • Save benson/54050bf393ea92e6c869 to your computer and use it in GitHub Desktop.
Save benson/54050bf393ea92e6c869 to your computer and use it in GitHub Desktop.
A Pen by benson.
  1. Receive your samples by 5/16/2014

    Unpack your Crowdtap Summer Drink Creation Kit and get thinking about what you'll make!

  2. Create a summer drink recipe using your Crowdtap Kit

    Get creative and make your own brand-new concoction or dig up your favorite summer drink recipe and serve it in your Crowdtap Mason Jar.

  3. Take pictures/videos and share your creation on social media

    Take pictures of your drink in its new Crowdtap Mason Jar and share it on Facebook, Twitter, Instagram, Pinterest, and your blog! Share the recipe and tell the world how you'll be staying cool this summer with Crowdtap.

  4. Report back to Crowdtap with photos and links by 5/11/3014

    We'll be asking you to fill out a quick report on your kit and your drink creation. Be sure to report back before the deadline to remain eligible for future samplings. Great reports will get bonus point and a star."

body {
color: #444;
ol {
counter-reset: numList;
margin-left: 30px;
li {
margin: 16px 0 0;
padding-left: 10px;
position: relative;
p {
font-size: 14px;
margin: 0;
line-height: 16px;
&:first-child {
font-weight: bold;
font-size: 18px;
}
}
&:before {
background: #00afd8;
border-radius: 999px;
color: #ffffff;
content: counter(numList);
counter-increment: numList;
float: left;
font: bold 12px sans-serif;
height: 20px;
left: -24px;
line-height: 20px;
position: absolute;
text-align: center;
top: 2px;
width: 20px;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment