Created
January 19, 2015 16:21
-
-
Save GeorgeTzellis/74771664c6e7d5f381b4 to your computer and use it in GitHub Desktop.
Inline references
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
/* Inline references */ | |
div { | |
position:relative; | |
width: 200px; | |
margin-left: 40px; | |
background: green; | |
} | |
span { | |
position: absolute; | |
right: -50px; | |
width: 50px; | |
background: red; | |
} |
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
<div> | |
This is some text to showcase the clipping going on. | |
It doesn't really matter<span>434 This is a longitudinal coordinate</span> what it says in<span>This is yet another longitudinal coordinate</span> here.</div> |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment