Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Matt Scilipoti

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Code Rails, Drink Beer, Be Happy

This was an interesting use of CSS.
Snipped from: http://rubyonrails.com.au/

   1  
   2    <div id="beer">
   3      Code Rails,<br/>
   4      Drink Beer,<br/>
   5      Be Happy.<br/>
   6    </div>


And the CSS...
   1  
   2  #beer {main.css (line 124)
   3  background:transparent url(../images/beer.png) no-repeat scroll left top;
   4  color:#666666;
   5  font-family:"Times New Roman",serif;
   6  font-size:175%;
   7  margin-top:36px;
   8  padding:6px 0pt 12px 60px;
   9  }
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS