Advertisement
ItsDanyAndre

I did it all - Misceláneo

Dec 4th, 2020 (edited)
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.79 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.gstatic.com">
  2. <link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
  3. <div class="bcon1">
  4.   <div class="bbar"></div>
  5.   <div class="bcon2">
  6.     <div class="btit">Hope when the moment comes,
  7. You'll say I did it all</div>
  8.     <div class="btxt1">Cupcake ipsum dolor. Sit amet danish halvah caramels chocolate cake jelly-o pastry. Ice cream sweet roll I love marzipan.</div>
  9.  
  10.   </div>
  11.   <div class="bcon3">
  12.     <div class="bcinf1" style="background:var(--bimg1) center;">
  13.       <div class="bcinf2" style="background:var(--bfon1);">
  14.         <div class="btit2">Titulo Fabuloso</div>
  15.         <div class="btxt2">Cotton candy I love caramels I love soufflé cotton candy danish halvah. Powder candy cheesecake. Cake pudding soufflé danish. Icing macaroon liquorice gingerbread oat cake marshmallow cookie dessert.</div>
  16.       </div>
  17.     </div>
  18.     <div class="bcinf1" style="background:var(--bimg2) center;">
  19.       <div class="bcinf2" style="background:var(--bfon2);">
  20.         <div class="btit2">Titulo Fabuloso</div>
  21.         <div class="btxt2">Cotton candy I love caramels I love soufflé cotton candy danish halvah. Powder candy cheesecake. Cake pudding soufflé danish. Icing macaroon liquorice gingerbread oat cake marshmallow cookie dessert.</div>
  22.       </div>
  23.     </div>
  24.     <div class="bcinf1" style="background:var(--bimg3) center;">
  25.       <div class="bcinf2" style="background:var(--bfon3);">
  26.         <div class="btit2">Titulo Fabuloso</div>
  27.         <div class="btxt2">Cotton candy I love caramels I love soufflé cotton candy danish halvah. Powder candy cheesecake. Cake pudding soufflé danish. Icing macaroon liquorice gingerbread oat cake marshmallow cookie dessert.</div>
  28.       </div>
  29.     </div>
  30. </div>
  31.   <div class="bbar2"></div>
  32. <div id="myscr"><a href="https://mystiqueworkshop.tumblr.com/">MYSTIQUE</a></div>
  33. </div>
  34. <style>
  35. .bcon1{--bfond: #FFFFE7; --bacento: #FE9EA0; --bfon1:#FBE5EE; --bfon2: #E1F8E5;--bfon3:#E2FBFB; --btexto:#222; --bfuente: 'Montserrat'; --bimg1:url('https://placehold.it/140x150'); --bimg2:url('https://placehold.it/140x150'); --bimg3:url('https://placehold.it/140x150');}
  36. .bcon1{width: 500px; padding: 15px; height: 425px; background: var(--bfond); margin: 0 auto; color: var(--btexto);}
  37. .bbar{width: 500px; height: 30px; background: var(--bacento);}
  38. .bbar2{width: 500px; height: 30px; background: var(--bacento); margin-top: 100px;}
  39. .bcon2{display: flex; margin-top: 20px; height:50px;}
  40. .btit{font: 18px var(--bfuente); height: auto; text-transform: uppercase; width: 270px; line-height: 24px; margin-left: 10px; text-decoration: underline var(--bacento);}
  41. .btxt1{width: 180px; padding: 10px; position: absolute; margin-left: 290px; font: 11px var(--bfuente); text-align: justify; border-left: 2px solid var(--bacento);}
  42.  
  43. .bcon3{width: 500px; margin: 0 auto; margin-top: 40px; display: flex;}
  44. .bcinf1{width: 140px; height: 150px; margin: 0 auto; background-size: cover; object-fit: cover;}
  45. .bcinf2{width: 140px; height: 100px; padding: 10px; position: absolute; margin-top: 120px; margin-left: -10px;}
  46. .btit2{text-align: center; font: 15px var(--bfuente); border-bottom: 2px solid var(--bacento); border-top: 2px solid var(--bacento);margin-top: 2px; }
  47. .btxt2{width: 135px; padding: 2px;  height: 70px; margin: 0 auto; margin-top: 4px; font: 11px var(--bfuente); text-align: justify; overflow: auto;}
  48. #myscr{font-family: 'Century Gothic'; font-size: 11px; text-align: center; margin: 0 auto; margin-top: 20px;} #myscr a{color: var(--bacento);text-decoration: none;}
  49.  
  50.  
  51. .btxt2::-webkit-scrollbar{width:4px;} .btxt2::-moz-scrollbar{width:4px;}
  52. .btxt2::-webkit-scrollbar-thumb:vertical{ background-color: var(--bacento);}
  53. .btxt2::-moz-scrollbar-thumb:vertical{background-color: var(--bacento);}
  54. </style>
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement