Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
CSS3 Logo
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="sumo" data-source="post: 353760" data-attributes="member: 42057"><p>Not everyone in the world has the very basic knowledge of being able to create a logo, or have a friend that can. Never fear, this can be done with simple CSS3. You can modify the gradients in the code to your preferences. I hope this helps others save time like it helped me.</p><p>HTML:</p><p>[HTML]<div class="green">Logo</div>[/HTML]</p><p>CSS: </p><p>[CODE].green {</p><p> background: -webkit-linear-gradient(#8CE06E, #61964E); /* Gradient colors: Top to Bottom */</p><p> -webkit-background-clip: text; </p><p> -webkit-text-fill-color: transparent;</p><p>font-size: 43px;</p><p>font-family: Luckiest Guy;</p><p>text-align: center;</p><p>}[/CODE]</p><p>Preview:</p><p><img src="http://i.imgur.com/auVx5tW.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>I originally made this (I'm not saying I came up with the method, I'm saying I didn't copy/paste) for my forums, so that I could quickly add a logo to theads, without opening photoshop. If there's any other coders out there reading this, maybe you could help me out... What I would like to do:</p></blockquote><p></p>
[QUOTE="sumo, post: 353760, member: 42057"] Not everyone in the world has the very basic knowledge of being able to create a logo, or have a friend that can. Never fear, this can be done with simple CSS3. You can modify the gradients in the code to your preferences. I hope this helps others save time like it helped me. HTML: [HTML]<div class="green">Logo</div>[/HTML] CSS: [CODE].green { background: -webkit-linear-gradient(#8CE06E, #61964E); /* Gradient colors: Top to Bottom */ -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 43px; font-family: Luckiest Guy; text-align: center; }[/CODE] Preview: [img]http://i.imgur.com/auVx5tW.png[/img] I originally made this (I'm not saying I came up with the method, I'm saying I didn't copy/paste) for my forums, so that I could quickly add a logo to theads, without opening photoshop. If there's any other coders out there reading this, maybe you could help me out... What I would like to do: [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
CSS3 Logo
Top