Created
August 1, 2012 16:48
-
-
Save Lin4ipsum/3228655 to your computer and use it in GitHub Desktop.
EasyLiving.html
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
<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