Advertisement
plantbae

Parcial Cami

Mar 13th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>Camilo </title>
  6.  
  7. <style>
  8. #banner
  9. {
  10.  
  11.  
  12. align-self:center;
  13. display:flex;
  14. justify-content:center;
  15. background:#FFFFFF;
  16. justify-content:center;
  17.  
  18.  
  19. }
  20.  
  21. .bot
  22. {
  23. height:100px;
  24. width:150px;
  25.  
  26. align-self:center;
  27. display:flex;
  28. justify-content:center;
  29. }
  30.  
  31. .logobanner
  32. {
  33. justify-content:flex-start;
  34. width:inherit;
  35. }
  36.  
  37.  
  38. #foto
  39. {
  40.  
  41. border:#FFFFFF;
  42. background:#F5F5F8;
  43. }
  44.  
  45. .gimg
  46. {
  47. padding: 5px;
  48. display:flex;
  49. justify-content:center;
  50. align-self:center;
  51.  
  52. }
  53.  
  54. .fotoff
  55. {
  56. display: flex;
  57. -webkit-flex-direction:row;
  58. flex-direction:row;
  59. -webkit-align-items: center;
  60. align-items: center;
  61. -webkit-justify-content: center;
  62. justify-content: center;
  63. }
  64.  
  65.  
  66.  
  67. </style>
  68.  
  69. </head>
  70.  
  71. <body>
  72. <div id = "banner">
  73. <div class="bot logobanner"><img src="file:///Sin título/Users/estudiante/Desktop/Parcial Tecno/img/logo.png" width="220" height="100" alt=""/></div>
  74. <div class="bot">HOME</div>
  75. <div class="bot">PORTFOLIO</div>
  76. <div class="bot">BLOG</div>
  77. <div class="bot">SERVICES</div>
  78. <div class="bot">ABOUT</div>
  79. <div class="bot">CONTACT</div>
  80. </div>
  81.  
  82. <div id = "foto">
  83. <div class="foto fotoff"><img src="file:///Sin título/Users/estudiante/Desktop/Parcial Tecno2/img/portfolio/work5.jpg" width="955" height="460" alt=""/></div>
  84. <div class="foto fotoff"><img src="file:///Sin título/Users/estudiante/Desktop/Parcial Tecno2/img/portfolio/work5.jpg" width="240" height="115" alt=""/><img src="file:///Sin título/Users/estudiante/Desktop/Parcial Tecno2/img/portfolio/work1.jpg" width="240" height="115" alt=""/><img src="file:///Sin título/Users/estudiante/Desktop/Parcial Tecno2/img/portfolio/work6.jpg" width="237" height="115" alt=""/><img src="file:///Sin título/Users/estudiante/Desktop/Parcial Tecno2/img/portfolio/work3.jpg" width="238" height="115" alt=""/></div>
  85. <div class="foto fotoff"></div>
  86. </div>
  87.  
  88.  
  89.  
  90.  
  91. </body>
  92. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement