Created
May 12, 2012 13:55
-
-
Save jcsrb/2666636 to your computer and use it in GitHub Desktop.
Code Forward
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
/* Code Forward */ | |
@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700); | |
body{ | |
background-color: #bec4b5; | |
background-image: url('http://jakob.cosoroaba.ro/demos/Tools/miniplayer/dot.png'), url('http://30.media.tumblr.com/tumblr_lvsuuuw7lI1qe0eclo1_r8_500.gif'); | |
background-size: auto, cover; | |
font-family: 'Old Standard TT', serif; | |
} | |
#svg3214{ | |
position: absolute; | |
top:50%; | |
left:50%; | |
margin-top:-125px; | |
margin-left:-125px; | |
transform: scale(0.25); | |
opacity: 0.9; | |
} | |
#title{ | |
top:50%; | |
margin-top: 120px; | |
width: 100%; | |
text-align: center; | |
position: absolute; | |
font-size: 72pt; | |
font-weight: normal; | |
color: rgba(0,0,0,0.8); | |
} |
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
<svg | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:cc="http://creativecommons.org/ns#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns="http://www.w3.org/2000/svg" | |
version="1.1" | |
width="1000" | |
height="1000" | |
id="svg3214"> | |
<defs | |
id="defs5498" /> | |
<metadata | |
id="metadata5594"> | |
<rdf:RDF> | |
<cc:Work | |
rdf:about=""> | |
<dc:format>image/svg+xml</dc:format> | |
<dc:type | |
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
<dc:title></dc:title> | |
</cc:Work> | |
</rdf:RDF> | |
</metadata> | |
<g | |
id="layer1"> | |
<path | |
d="M 500,0 C 223.85763,0 0,223.85763 0,500 c 0,276.14237 223.85763,500 500,500 276.14237,0 500,-223.85763 500,-500 C 1000,223.85763 776.14237,0 500,0 z M 322.90625,300 375,360 239.59375,500 375,640 322.90625,700 125,500 322.90625,300 z m 154.1875,0 L 675,500 477.09375,700 425,640 560.40625,500 425,360 477.09375,300 z m 200,0 L 875,500 677.09375,700 625,640 760.40625,500 625,360 677.09375,300 z" | |
id="path3225" | |
style="fill:#000000;fill-opacity:1;fill-rule:evenodd" /> | |
</g> | |
</svg> | |
<h1 id="title"> | |
CodeForward | |
</h1> |
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":"separate","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