Created
August 13, 2013 08:09
-
-
Save agriboz/6218911 to your computer and use it in GitHub Desktop.
Creating paper effect ??
This file contains 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
p { line-height: 1.2; | |
background-image: linear-gradient(rgba(0,0,0,0.3) 1px, transparent 1px); | |
background-size: 100% 1.2em; | |
background-position: 0 0.8; | |
font-size: 170%; | |
padding: 1em; | |
background-origin: content-box; | |
} |
This file contains 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
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem temporibus harum molestias voluptatibus voluptates nam consequuntur error est eum culpa sequi possimus iusto repudiandae magnam modi pariatur id facere nihil maiores corporis. Unde minus maiores iusto natus ea labore officia excepturi animi libero sunt perferendis nihil suscipit soluta! Vero non quo error aut vel asperiores earum distinctio corrupti modi dolore sapiente fugit ea sint. Et laborum quod sequi ea expedita optio amet quaerat alias repellat aliquam. Repellendus saepe est aspernatur asperiores veritatis nulla non quas cum voluptates dolores illum ratione officia molestiae quisquam quasi sint odit dicta itaque sunt animi.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment