Skip to content

Instantly share code, notes, and snippets.

@adamazing
Created March 21, 2014 09:41
Show Gist options
  • Save adamazing/9682796 to your computer and use it in GitHub Desktop.
Save adamazing/9682796 to your computer and use it in GitHub Desktop.
A Pen by Adam Henley.
<h1 class="">My Summer Vacation</h1>
<p>This summer I went to Camp Smurfabunch. I was there for 2 weeks and had mega fun times. I was the fastest kayaker in the whole camp and won a first place ribbon. I learned to tie knots, dive off a pier, and lick toads.</p>
<p>I met new friends Ketchel, Caleb, and Sarah. I hope they come visit me later this summer but even if they can't &mdash; I'll see them next summer.</p>
<hr>
<p>Later that summer I got to go to Wisconsin Dells with my family. We stayed at The Wilderness which has both inside and outside water parks. My mom was scared to go down the four-person funnel ride, but she did anyway and ended up liking it.</p>
<p>We went go karting at Mt. Zues (or something, I can't remember the name but there was an old god dude holding a lightning bolt as the logo). I beat my brother and dad on the first 2 laps but dad pulled ahead and beat me on the last lap.</p>
<hr>
<p>The last thing I did this summer was go shopping for school clothes and supplies. I got a Trapper Keeper with KISS on it. And like fifty erasers because I make mistakes a lot lololol.</p>
<p>I don't want to go back to school but I know once I get used to it, it will be fine again. I'd rather just go down waterslides all day.</p>
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
@import url(http://fonts.googleapis.com/css?family=The+Girl+Next+Door&text=My%20Summer%20Vacation);
@ink-color: lighten(rgb(11, 43, 91),15%);
body {
padding: 0.25rem;
max-width: 500px;
margin: 0 auto;
font-family: 'Gloria Hallelujah', cursive;
color: @ink-color;
.background-image(url('http://www.startextures.com/starnetblog/wp-content/uploads/2010/09/starnetblog_wrinkled_paper-sheet_seamless_texture4.jpg'));
.rotate(-0.3deg);
h1{
text-align:center;
font-family: 'The Girl Next Door', cursive;
.rotate(0.8deg);
text-shadow: 0 0 2px @ink-color;
font-weight:200;
}
hr {
border: 0;
height: 1px;
.background-image(linear-gradient(left, rgba(0,0,0,0), fade(@ink-color,90%),rgba(0,0,0,0),fade(@ink-color,90%) rgba(0,0,0,0)));
margin: 25px;
.rotate(0.3deg);
&:after{
content:'♥';
display: inline-block;
position:relative;
top:-1em;left:50%;right:0; bottom:0;
margin-left:-0.5em;
background-color:transparent;
padding: 0 0.25em;
border-radius:50%;
text-shadow: 1px 0 2px @ink-color;
}
}
p {
text-shadow: 1px 0 2px @ink-color;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment