Skip to content

Instantly share code, notes, and snippets.

@Lin4ipsum
Created August 1, 2012 16:48
Show Gist options
  • Save Lin4ipsum/3228655 to your computer and use it in GitHub Desktop.
Save Lin4ipsum/3228655 to your computer and use it in GitHub Desktop.
EasyLiving.html
<style>
p {
border-style: dashed;
border-width: 1px;
border-color: orange;
margin: 0px;
padding-left: 10%;
padding-right: 10%;
text-align: justify;
}
.highlight {
background: yellow;
margin-top: 15px;
margin-bottom: 15px;
}
</style>
<p>What a beautiful summer like day! </p>
<p>Let's go to the park. </p>
<p class="highlight">
Or maybe to the beach...
</p>
<p>Let's swim in the water.</p>
<p>And feed seaguls.</p>
<p>bbq and </p>
<p class="highlight">
Hope that summer never ends...
</p>
<p>sun is shinning </p>
<p>living is easy </p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment