Created
September 28, 2013 13:36
-
-
Save ramsesoriginal/6742157 to your computer and use it in GitHub Desktop.
Untitled
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
/*Logo new*/ | |
html { | |
background-color: red; | |
} | |
svg { | |
max-width: 100%; | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<svg width="3000" height="1200" xmlns="http://www.w3.org/2000/svg" version="1.1"> | |
<defs> | |
<style type="text/css"><![CDATA[ | |
* { | |
stroke: white; | |
fill: transparent; | |
} | |
rect { | |
fill: white; | |
fill-opacity: 0.2; | |
} | |
]]></style> | |
</defs> | |
<rect x="1000" y="100" width="1000" height="1000"/> | |
<line x1="1500" x2="1500" y1="450" y2="750"/> | |
<line x1="1350" x2="1650" y1="600" y2="600"/> | |
<polyline points="900 100, 400 100, 400 600, 900 600, 400 1100"/> | |
<polyline points="2100 100, 2600 100, 2600 600, 2100 600, 2600 1100"/> | |
</svg> |
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
// alert('Hello world!'); |
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","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment