Advertisement
Guest User

Dreieck!

a guest
Dec 15th, 2011
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Dreieck :]</title>  
  5.  
  6. <style type="text/css">
  7.     #triangle
  8.     {
  9.         border-color: white white red white;
  10.         border-style: solid;
  11.         border-width: 20px;
  12.         width:0;
  13.         height:0;
  14.     }
  15. </style>
  16. </head>
  17. <body>
  18.     <div id="triangle">
  19.  
  20.     </div>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement