-
Receive your samples by 5/16/2014
Unpack your Crowdtap Summer Drink Creation Kit and get thinking about what you'll make!
-
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.
-
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.
-
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."
Created
June 20, 2014 17:40
-
-
Save benson/54050bf393ea92e6c869 to your computer and use it in GitHub Desktop.
A Pen by benson.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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