CSS3 will let you create a logo that looks like bad photoshop from the 90's
Code:
<style type="text/css">
<!--
body {font: 100px "Arial Black", Gadget, sans-serif; margin: 0px; padding-left: 5%; background: #FC0;}
.one {color: #800; text-shadow: 2px 3px 2px #B5B5B5, -3px -4px 5px #eee, 6px 0px 10px #333333;}
.two {color: #800; text-shadow: 0px -4px 3px #B5B5B5, 0px -1px 3px #FAFAFF, -4px 2px 5px #333333;}
.three {color: #FC3; text-shadow: 3px -4px 5px #0D0, 0px -1px 4px #369, -4px 2px 17px #333333;}
.four {color: rgba(10,80,90,.7); text-shadow: 0 0 3px #000, -3px -2px 3px #366, 0px -3px 4px #000, 0px -1px 10px #A00, 0 -14px 14px #ff6600;
background: -moz-linear-gradient(40% 90% 90deg, #800, #ff6600, #fc0 50%); height: 120px; width: 500px;}
.five {color: #fc0; text-shadow: -2px -3px 3px #DBC6A6, 4px 0 14px #FF9B2D, 6px 1px 10px #524D45;}
.five:hover {color: rgba(40,90,120,.4);}
-->
</style>
<body>
<p class="one">boobs18</p>
<p class="two">boobs18</p>
<p class="three">boobs18</p>
<p class="four">boobs18</p>
<p class="five">boobs18</p>
</body>
doesn't work in IE and that one gradient is only set up for FF