Advertisement
xthyan

banner v

Mar 20th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="UTF-8">
  6. <title>Document</title>
  7. <style>
  8. @font-face {
  9. font-family: 'GOTHAM-L';
  10. src: url('fuentes/GOTHAM-MEDIUM.TTF');
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. /* --------- CC -----------*/
  15. .banner-content-text
  16. {
  17. margin: auto 0;
  18. display: inline-block;
  19. }
  20.  
  21. .text-banner2
  22. {
  23. vertical-align: middle;
  24. z-index: 2;
  25. display:table;
  26. margin-left:auto;
  27. margin-right:auto;
  28. text-align:center;
  29. color: white;
  30. font-family: GOTHAM-L;
  31. font-size: 3.3em !important;
  32. letter-spacing: -2px;
  33. padding: 15px 45px 15px 45px;
  34. max-width: 90%
  35. }
  36. .color1{
  37. background-color: #348cc4;
  38. }
  39. .color2{
  40. background-color: #ad007e;
  41. }
  42. .color3{
  43. background-color: #810074;
  44. }
  45. .img-responsive{
  46. display: block;
  47. max-width: 100%;
  48. height: auto;
  49. }
  50. .main-text-banner{
  51. position: relative;
  52. display: table-cell;
  53. padding-top: 0px;
  54. bottom: auto;
  55. }
  56.  
  57. /* --------- CC -----------*/
  58. </style>
  59. </head>
  60. <body>
  61. <div class="main-text-banner">
  62. <div class="text-banner2 color1">Panamericanos y Parapanamericanos</div>
  63. <div class="text-banner2 color2">Lima 2019</div>
  64. <div class="text-banner2 color3">AIMAG 2017 CEREMONIES | Photo by Luca Parisse BWS</div>
  65. </div>
  66.  
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement