Created
November 9, 2012 13:54
-
-
Save agriboz/4045751 to your computer and use it in GitHub Desktop.
Css Secrets "Lea Verou" Tip 4
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 { margin: 0; padding: 0; } | |
div { background: linear-gradient(white 50%, beige 50%); | |
background-origin: content-box; /* İçeriğin başladığı alan */ | |
background-size: 100% 3em; /*iki katı olması gerekiyor. line-height'in*/ | |
font-size: 120%; | |
line-height: 1.5; /* background-size - 2 katı olmalı*/ | |
} |
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
<!-- More Css Secrets Tip 4 --> | |
<div> | |
<p>Let's try that thing</p> | |
<p>Let's try that thing</p> | |
<p>Let's try that thing</p> | |
<p>Let's try that thing</p> | |
</div> |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment