Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE>
  2. <html>
  3. <head>
  4. <title>Prima pagian din a 12a</title>
  5. <link type="text/css" rel="stylesheet" href="stylesheet1.css">
  6. </head>
  7. <body>
  8. <div id="col_stanga">
  9. <h1>Coloana stanga</h1>
  10. <p class="albastru">paragraf albastru</p>
  11. </div>
  12. <div id="col_centru">
  13. <h1>Coloana centru</h1>
  14. <p>Un paragraf mov</p>
  15. <p class="verde">Un paragraf verde</p>
  16. </div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement