Advertisement
andre11

indexcss

Mar 18th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>PCW</title>
  4. <style>
  5. #conteudo{
  6. background:#668;
  7. width:850px;
  8. height:1000px;
  9. margin:auto;
  10. }
  11. #topo{
  12. width:850px;
  13. height:200px;
  14. background:#666;
  15. }
  16.  
  17. #nenu{
  18. width:850px;
  19. height:50px
  20. background:#666;
  21. }
  22.  
  23. #fotop{
  24. width:630px;
  25. height:180px
  26. background:#999;
  27. float:left;
  28. }
  29.  
  30.  
  31. </style>
  32. </head>
  33. <body>
  34. <div id="conteudo">
  35.  
  36. <div id="topo">
  37. topo
  38. </div>
  39. <div id="nenu">
  40. nenu
  41. </div>
  42. <div id="fotop">
  43. foto principal
  44. </div>
  45. </div>
  46.  
  47. </body>
  48.  
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement