Created
February 5, 2014 19:15
-
-
Save jalexanderfox/8830992 to your computer and use it in GitHub Desktop.
Revisions
-
jalexanderfox revised this gist
Feb 5, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ */ #testwrap { border:1px solid red; height:300px; position:relative; width:80% } #testwrap:before { content:"test"; background:blue; color:orange; } #testwrap:before { transform: rotate(90deg); @@ -25,6 +25,6 @@ top: 0px; color:#000; } h2 { /*margin-top: -5px;*/ background: pink; } -
jalexanderfox revised this gist
Feb 5, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ */ #testwrap { border:1px solid red; height:300px; position:relative; width:80% } #testwrap:before { content:"test"; } #testwrap:before { transform: rotate(90deg); @@ -14,13 +14,13 @@ transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); white-space:nowrap; display:block; left: 103%; /*right: 0px;*/ top: 0px; position: absolute; outline: solid 2px green; /* green outline for containing div */ width:auto; height:1.3em; font-family:inherit; color:#000; } -
jalexanderfox revised this gist
Feb 5, 2014 . 2 changed files with 15 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,22 @@ /** * rotated heading */ #testwrap { border:1px solid red; height:300px; position:relative; width:80% } #testwrap:before { content:"test"; display:block; } #testwrap:before { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform-origin: top left; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); white-space:nowrap; display:block; left: 100%; /*right: 0px;*/ top: 0px; position: absolute; outline: solid 2px green; /* green outline for containing div */ width:auto; @@ -19,4 +27,4 @@ div { h2 { margin-top: -5px; background: pink; } 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ <!-- content to be placed inside <body>…</body> --> <div id="testwrap"><div id="test"><h2>some longer text here bla bla you can add</h2></div></div> <!--add more text inside the h2 tag, or delete text and see what happens--> -
Ana Tudor revised this gist
Jan 21, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ <!-- content to be placed inside <body>…</body> --> <div><h2>some longer text here bla bla you can add</h2></div> <!--add more text inside the h2 tag, or delete text and see what happens--> -
Ana Tudor revised this gist
May 18, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ <!-- content to be placed inside <body>…</body> --> <div><h2>some longer text here bla bla you can add</h2></div> <!--add more text inside the h2 tag, or delete text and see wjat happens--> -
Ana Tudor revised this gist
May 18, 2012 . No changes.There are no files selected for viewing
-
Ana Tudor revised this gist
May 18, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ div { display:block; bottom:0; position: absolute; outline: solid 2px green; /* green outline for containing div */ width:auto; height:20px; font-family:inherit; -
Ana Tudor revised this gist
May 18, 2012 . 2 changed files with 7 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ /** * rotated heading */ div { writing-mode:tb-rl; transform: rotate(-90deg); transform-origin: top left; @@ -10,9 +10,13 @@ h2{ display:block; bottom:0; position: absolute; outline: solid 2px green; width:auto; height:20px; font-family:inherit; color:#000; } h2 { margin-top: -5px; background: pink; } 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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ <!-- content to be placed inside <body>…</body> --> <div><h2>some longer text here bla bla you can add</h2></div> -
Ana Tudor created this gist
May 18, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ /** * rotated heading */ h2{ writing-mode:tb-rl; transform: rotate(-90deg); transform-origin: top left; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); white-space:nowrap; display:block; bottom:0; position: absolute; outline: solid 1px red; width:auto; height:20px; font-family:inherit; color:#000; } 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ <!-- content to be placed inside <body>…</body> --> <h2>some longer text here bla bla you can add more</h2> 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}