Advertisement
Guest User

osnewslogo_example

a guest
Dec 26th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>OSnews logo</title>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Rambla:700' rel='stylesheet' type='text/css'>
  6.  
  7. <style>
  8. body {
  9.     font-family: 'Rambla', sans-serif;
  10.     color: #8dc000;
  11.     font-size:3.0em;
  12.     background-color: #f3f3f3;
  13.     }
  14.  
  15. #logo_rest {
  16.     position: relative;
  17.     left: -0.21em;
  18.     }
  19.  
  20. #logo_dot {
  21.     color: #ff0000;
  22.     }
  23.  
  24. </style>
  25.  
  26. </head>
  27. <body>
  28. <div id="logo"><span id="logo_dot">.</span><span id="logo_o">O</span><span id="logo_rest">Snews</span></div>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement