Advertisement
aliyahscreation

Rose Quartz

Apr 14th, 2022
1,320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.61 KB | None | 0 0
  1. <style>
  2.  
  3.   .backgroundQ {
  4.     width:90%;
  5.     height:auto;
  6.     margin:auto;
  7.     padding:10px;
  8.     background-color:#FEBFD2;
  9.   }
  10.  
  11.   .backgroundbisQ {
  12.     width:100%;
  13.     height:auto;
  14.     margin:auto;
  15.     background-color:#FEE7F0;
  16.   }
  17.  
  18.   .moodboardQ {
  19.     width:100%;
  20.     height:500px;
  21.     padding:10px;
  22.     margin:auto;
  23.     box-sizing:border-box;
  24.     display:grid;
  25.     grid-gap:5px;
  26.     grid-template-columns:1fr 1fr 1fr 1fr;
  27.     grid-template-rows:1fr 1fr 1fr 1fr;
  28.     grid-template-areas:'one two three four' 'five six six seven' 'eight six six nine' 'ten eleven twelve thirteen';
  29.   }
  30.  
  31. </style>
  32.  
  33. <link href="https://fonts.googleapis.com/css2?family=Almendra&family=Caesar+Dressing&display=swap" rel="stylesheet">
  34.  
  35. <div class="backgroundQ">
  36.   <div class="backgroundbisQ">
  37.     <div class="moodboardQ">
  38.       <div style="grid-area:one;background:#ddd url(https://i.pinimg.com/736x/c9/90/cd/c990cd301b897ef8da41ae4dd5cd2aec.jpg)center;background-size:cover;"></div>
  39.       <div style="grid-area:two;background:#ddd url(https://i.pinimg.com/564x/6a/ce/e8/6acee8b38dd133c2a0184423afc51605.jpg)center;background-size:cover;"></div>
  40.           <div style="grid-area:three;background:#ddd url(https://wallpaper.dog/large/17288503.jpg)center;background-size:cover;"></div>
  41.           <div style="grid-area:four;background:#ddd url(https://i.pinimg.com/custom_covers/222x/852728579383970624_1500868782.jpg)center;background-size:cover;"></div>
  42.           <div style="grid-area:five;background:#ddd url(https://img.joomcdn.net/8b9e2e5014151df80e0b673c233e6b5d8aabc77a_original.jpeg)center;background-size:cover;"></div>
  43.       <!--BIG ONE-->
  44.             <div style="grid-area:six;background:#ddd url(https://i.pinimg.com/originals/24/e8/c5/24e8c5d181ca6cb29b440f7b970b0f3b.gif)center;background-size:cover;"></div>
  45.       <!--BACK TO THE OTHERS-->
  46.           <div style="grid-area:seven;background:#ddd url(https://p.favim.com/orig/2018/10/15/white-aesthetic-wonderland-white-minimalism-Favim.com-6412008.jpg)center;background-size:cover;"></div>
  47.       <div style="grid-area:eight;background:#ddd url(https://wallpapercave.com/uwp/uwp1576438.jpeg)center;background-size:cover;"></div>
  48.           <div style="grid-area:nine;background:#ddd url(https://img.wattpad.com/1b8d3d8d2b9ce66f554cf15d264b339d5e2ccea8/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f776174747061642d6d656469612d736572766963652f53746f7279496d6167652f5351764268486577394d323446513d3d2d3433373336313039362e313463663362633534666362346465393338363731313839353031352e6a7067?s=fit&w=720&h=720)center;background-size:cover;"></div>
  49.           <div style="grid-area:ten;background:#ddd url(https://64.media.tumblr.com/b7f5b45a57050d8d9856cc5f641efac6/tumblr_oxmxdp7Zmn1voeesio1_500.jpg)center;background-size:cover;"></div>
  50.           <div style="grid-area:eleven;background:#ddd url(https://i.pinimg.com/564x/eb/5d/49/eb5d49471644f29677cb1f045a5d0791--shades-of-white--shades.jpg)center;background-size:cover;"></div>
  51.       <div style="grid-area:twelve;background:#ddd url(https://64.media.tumblr.com/957e45f90172337e0df33eafa08d89cb/tumblr_p8ikwxcX2t1wv6aq3o1_500.jpg)center;background-size:cover;"></div>
  52.       <div style="grid-area:thirteen;background:#ddd url(https://64.media.tumblr.com/ea7165681d06304b855397cb0095fef3/tumblr_pfq5fdsVKZ1wv6aq3o1_640.jpg)center;background-size:cover;"></div>
  53.     </div>
  54.   </div>
  55. </div>
  56.  
  57.  
  58. <!-- CREDITS, DO NOT TOUCH-->
  59. <div style="margin:0 auto;text-align:center;"><a href="https://aliyahscreations.tumblr.com/" style="font-size:10px;letter-spacing:2px;color:#222;text-decoration:none; font-family:century gothic,helvetica,arial,sans-serif;font-size:12px;line-height:1.3;">© Code by Aliyah</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement