Advertisement
christiansg666

Mobileshop - catalogo

Jan 22nd, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <title>Smart PricePhone</title>
  4. <head>
  5. <style>
  6. ul {
  7. list-style-type: none;
  8. margin: 0;
  9. padding: 0;
  10. overflow: hidden;
  11. background-color: #333;
  12. }
  13.  
  14. li {
  15. float: left;
  16. }
  17.  
  18. li a {
  19. display: block;
  20. color: white;
  21. text-align: center;
  22. padding: 14px 16px;
  23. text-decoration: none;
  24. }
  25.  
  26. li a:hover:not(.active) {
  27. background-color: #111;
  28. }
  29.  
  30. .active {
  31. background-color: #BE007C;
  32. }
  33.  
  34. footer {
  35. display: block;
  36. font-size: 12px;
  37. text-align: center;
  38. }
  39. img {
  40. width: 350px;
  41. height: 350px;
  42. display:block;
  43. margin:auto;
  44. }
  45. </style>
  46. </head>
  47. <body>
  48.  
  49. <ul>
  50. <li><a href="/">Principal</a></li>
  51. <li><a href="pdfs/">Fichas Técnicas</a></li>
  52. <li style="float:right"><a class="active" href="privado/">Home</a></li>
  53. </ul>
  54.  
  55. <h1 align="center">Smart PricePhone</h1>
  56. </br>
  57. <img src="https://storage.needpix.com/rsynced_images/tablet-2372149_1280.png">
  58. </br>
  59. </br></br></br>
  60. <h2 align="center">Listado</h2>
  61. </br>
  62.  
  63. <p>S10+</p>
  64. <p>MiMIX20</p>
  65. <p>IphoneX</a></p>
  66.  
  67. </br>
  68. <footer>
  69. <p>Created by: Christian Sosa Gago</p>
  70. <p>Contact information: <a href="mailto:christiansgbassist@gmail.com">
  71. christiansgbassist@gmail.com</a>.</p>
  72. </footer>
  73. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement