Advertisement
aliyahscreation

Agapè

May 9th, 2022
1,522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 22.81 KB | None | 0 0
  1. <style>
  2.  
  3.   .backgroundA {
  4.     width:95%;
  5.     margin:auto;
  6.   }
  7.  
  8.   .headerA {
  9.     width:100%;
  10.     background-color:#601919;
  11.     outline:1px solid rgba(255,255,255,0.7);
  12.     outline-offset:-5px;
  13.   }
  14.  
  15.   .titleA {
  16.     padding:5px 0 15px 0;
  17.     font:50px Mea Culpa;
  18.     text-align:center;
  19.     color:white;
  20.   }
  21.  
  22.   .lineA {
  23.     width:65%;
  24.     margin:auto;
  25.     border-bottom:1px solid rgba(255,255,255,0.3);
  26.   }
  27.  
  28.   .quoteA {
  29.     width:90%;
  30.     padding:15px;
  31.     margin:auto;
  32.     font:35px Tangerine;
  33.     color:#ddd;
  34.     text-align:center;
  35.   }
  36.  
  37.   .navA {
  38.     width:10%;
  39.     background-color:rgba(255,255,255,0.7);
  40.     border:1px solid black;
  41.   }
  42.  
  43.   .navA a {
  44.     text-decoration:none;
  45.   }
  46.  
  47.   .linkA {
  48.     width:60px;
  49.     height:60px;
  50.     padding:2px;
  51.     margin:60px auto;
  52.     background-color:#601919;
  53.     clip-path:polygon(50% 0, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0 50%, 15% 15%);
  54.   }
  55.  
  56.   .linkbisA {
  57.     width:50px;
  58.     height:50px;
  59.     background:#ccc url(https://zupimages.net/up/22/15/3yfs.jpg)center;
  60.     background-size:cover;
  61.     clip-path:polygon(50% 0, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0 50%, 15% 15%);
  62.     text-align:center;
  63.     padding:5px;
  64.     font:30px Yomogi;
  65.     color:#000;
  66.   }
  67.  
  68.   .boxA {
  69.     width:90%;
  70.     height:700px;
  71.     overflow:hidden;
  72.   }
  73.  
  74.   .pageA {
  75.     width:100%;
  76.     height:700px;
  77.     background-color:#FDE9E0;
  78.   }
  79.  
  80.   .pagebisA {
  81.     width:100%;
  82.     height:700px;
  83.     background-color:#FDE9E0;
  84.     overflow:auto;
  85.   }
  86.  
  87.   .pagebisA::-webkit-scrollbar {
  88.      width:7px;
  89.      height:7px;
  90.      box-shadow: inset 0 0 5px #FDE9E0;
  91.     }
  92.  
  93.   .pagebisA::-webkit-scrollbar-thumb {
  94.      background: #601919;
  95.      border-radius: 4px;
  96.   }
  97.  
  98.   .idleftA {
  99.     width:55%;
  100.   }
  101.  
  102.   .idrightA {
  103.     width:45%;
  104.   }
  105.  
  106.   .subtitleA {
  107.     padding:5px;
  108.     text-align:center;
  109.     font:40px Felipa;
  110.   }
  111.  
  112.   .idinfobackA {
  113.     width:90%;
  114.     height:530px;
  115.     margin:10px auto;
  116.     padding:35px 0;
  117.     background:url(https://zupimages.net/up/22/15/a1by.png)center;
  118.     background-size:cover;
  119.   }
  120.  
  121.   .idinfoA {
  122.     width:80%;
  123.     height:520px;
  124.     margin:auto;
  125.     padding:5px;
  126.     overflow:auto;
  127.     font:22px Klee One;
  128.   }
  129.  
  130.   .idinfoA::-webkit-scrollbar {
  131.      width:7px;
  132.      height:7px;
  133.      box-shadow: inset 0 0 5px #FDE9E0;
  134.     }
  135.  
  136.   .idinfoA::-webkit-scrollbar-thumb {
  137.      background: #601919;
  138.      border-radius: 4px;
  139.   }
  140.  
  141.   .idinfoA > span {
  142.     font-weight:bold;
  143.     color:#601919;
  144.   }
  145.  
  146.   .idimgA {
  147.     width:90%;
  148.     height:400px;
  149.     margin:20px auto;
  150.     display:grid;
  151.     grid-gap:5px;
  152.     grid-template-columns:1fr 1fr;
  153.     grid-template-rows:1fr 1fr;
  154.     grid-template-areas:'one one' 'two three';
  155.   }
  156.  
  157.   .idimprA {
  158.     width:calc(90% - 30px);
  159.     height:190px;
  160.     padding:15px;
  161.     margin:30px auto;
  162.     background-color:rgba(255,255,255,0.6);
  163.     border:1px solid #601919;
  164.     text-align:justify;
  165.     overflow:auto;
  166.   }
  167.  
  168.   .idimprA::-webkit-scrollbar {
  169.      width:7px;
  170.      height:7px;
  171.      box-shadow: inset 0 0 5px #FDE9E0;
  172.     }
  173.  
  174.   .idimprA::-webkit-scrollbar-thumb {
  175.      background: #601919;
  176.      border-radius: 4px;
  177.   }
  178.  
  179.   .idimprA span {
  180.     font:40px Felipa;
  181.   }
  182.  
  183.   .perspartA {
  184.     width:33%;
  185.     padding:10px;
  186.   }
  187.  
  188.   .perboxA {
  189.     background-color: #601919;
  190.     border:solid 1px black;
  191.     padding:5px;
  192.     margin:auto;
  193.   }  
  194.  
  195.   .pertitleA {
  196.     width:200px;
  197.     height:40px;
  198.     padding-bottom:5px;
  199.     margin:auto;
  200.     background-color: rgba(255,255,255,0.4);
  201.     font:30px Klee One;
  202.     text-align:center;
  203.   }
  204.  
  205.   .perlistA {
  206.     list-style-type: circle;
  207.     list-style-position: inside;
  208.     margin:10px 0 0 -30px;
  209.     font-size:20px;
  210.     color:white;    
  211.   }
  212.  
  213.   .pertraitA {
  214.     display:flex;
  215.     text-align:center;
  216.   }
  217.  
  218.   .traitA {
  219.     padding:5px 0 10px 0;
  220.       margin:5px;
  221.       background:rgba(96,25,25,0.5);
  222.       flex:50%;
  223.       transition: all 1s ease-in-out;
  224.     -moz-transition: all 1s ease-in-out;
  225.     -webkit-transition: all 1s ease-in-out;
  226.     -ms-transition: all 1s ease-in-out;
  227.     -o-transition: all 1s ease-in-out;
  228.       color:#000;
  229.       font:20px Klee One;
  230.       text-transform:uppercase;
  231.   }
  232.  
  233.   .traitA:hover {
  234.       background:rgba(96,25,25,0.8);
  235.       color: rgb(0,0,0,0)
  236.   }
  237.  
  238.   .traitA > p {
  239.       transition: all 0.5s ease-in-out;
  240.     -moz-transition: all 0.5s ease-in-out;
  241.     -webkit-transition: all 0.5s ease-in-out;
  242.     -ms-transition: all 0.5s ease-in-out;
  243.     -o-transition: all 0.5s ease-in-out;
  244.       opacity:0;
  245.       font-size:20px;
  246.       margin-top:-30px;
  247.       margin-bottom:-5px;
  248.     cursor:pointer;
  249.   }
  250.  
  251.   .traitA:hover > p {
  252.       opacity:1;
  253.       color: #fff;
  254.   }
  255.  
  256.   .perstriviaA {
  257.     width:75%;
  258.     max-height:350px;
  259.     overflow:auto;
  260.     margin:auto;
  261.     margin-top:15px;
  262.     background-color:rgba(255,255,255,0.6);
  263.     border:2px dashed #666;
  264.   }
  265.  
  266.   .perstriviaA::-webkit-scrollbar {
  267.      width:7px;
  268.      height:7px;
  269.      box-shadow: inset 0 0 5px #FDE9E0;
  270.     }
  271.  
  272.   .perstriviaA::-webkit-scrollbar-thumb {
  273.      background: #601919;
  274.      border-radius: 4px;
  275.   }
  276.  
  277.   .perstriviaA li {
  278.     font-size:20px;
  279.   }
  280.  
  281.   .appleftA {
  282.     width:60%;
  283.   }
  284.  
  285.   .apprightA {
  286.     width:40%;
  287.   }
  288.  
  289.   .galleryA {
  290.     height:680px;
  291.     margin:10px;
  292.     display:grid;
  293.     grid-gap:0px;
  294.     grid-template-columns:1fr 1fr 1fr;
  295.     grid-template-rows:1fr 1fr 1fr 1fr;
  296.     grid-template-areas:'one one two' 'three four two' 'five four six' 'five seven seven';
  297.   }
  298.  
  299.   .appboxA {
  300.     width:95%;
  301.     margin:auto;
  302.     font:20px Klee One;
  303.   }
  304.  
  305.   .appboxA > b {
  306.     color:#601919;
  307.   }
  308.  
  309.   .ableftA {
  310.     width:60%;
  311.   }
  312.  
  313.   .abrightA {
  314.     width:40%;
  315.   }
  316.  
  317.   .abboxA {
  318.     width:90%;
  319.     height:600px;
  320.     padding:10px;
  321.     margin:auto;
  322.     background-color:rgba(0,0,0,0.4);
  323.     overflow:auto;
  324.   }
  325.  
  326.   .abboxA::-webkit-scrollbar {
  327.     width:7px;
  328.     height:7px;
  329.     box-shadow: inset 0 0 5px #FDE9E0;
  330.     }
  331.  
  332.   .abboxA::-webkit-scrollbar-thumb {
  333.     background: #444;
  334.     border-radius: 4px;
  335.   }
  336.  
  337.   .ablabelA {
  338.     text-align:center;
  339.     font:23px Klee One;
  340.     color:#fff;
  341.   }
  342.  
  343.   .abstatA {
  344.     height: 25px;
  345.     margin-bottom: 15px;
  346.     padding:5px 20px;
  347.     font-size:20px;
  348.     color:#fff;
  349.   }
  350.  
  351.   .abimgA {
  352.     width:90%;
  353.     height:200px;
  354.     margin:10px auto;
  355.     border:1px solid #fff;
  356.     outline:1px solid rgba(255,255,255,0.7);
  357.     outline-offset:-10px;
  358.   }
  359.  
  360.   .polaroidaA {
  361.     flex:33%;
  362.     margin:2% 5%;
  363.     height:130px;
  364.     box-shadow:5px 5px 8px 1px rgba(0,0,0,0.3);
  365.     border:10px solid #fff;
  366.     border-bottom:80px solid #fff;
  367.     transform:rotate(-4deg);
  368.   }
  369.  
  370.   .polaroidaA > b {
  371.     display: flex;
  372.     text-align:center;
  373.     margin: 135px 0px 0 15px;
  374.     font:30px Tangerine;
  375.   }
  376.  
  377.   .polaroidaA > i {
  378.     margin-left:7px;
  379.     font-size:18px;
  380.   }
  381.  
  382.   .polaroidbA {
  383.     flex:33%;
  384.     margin:2% 5%;
  385.     height:130px;
  386.     box-shadow:5px 5px 8px 1px rgba(0,0,0,0.3);
  387.     border:10px solid #fff;
  388.     border-bottom:80px solid #fff;
  389.     transform:rotate(2deg);
  390.   }
  391.  
  392.   .polaroidbA > b {
  393.     display: flex;
  394.     text-align:center;
  395.     margin: 135px 0px 0 15px;
  396.     font:30px Tangerine;
  397.   }
  398.  
  399.   .polaroidbA > i {
  400.     margin-left:7px;
  401.     font-size:18px;
  402.   }
  403.  
  404.   .polaroidcA {
  405.     flex:33%;
  406.     margin:2% 5%;
  407.     height:130px;
  408.     box-shadow:5px 5px 8px 1px rgba(0,0,0,0.3);
  409.     border:10px solid #fff;
  410.     border-bottom:80px solid #fff;
  411.     transform:rotate(-1deg);
  412.   }
  413.  
  414.   .polaroidcA > b {
  415.     display: flex;
  416.     text-align:center;
  417.     margin: 135px 0px 0 15px;
  418.     font:30px Tangerine;
  419.   }
  420.  
  421.   .polaroidcA > i {
  422.     margin-left:7px;
  423.     font-size:18px;
  424.   }
  425.  
  426. </style>
  427.  
  428.  
  429. <link href="https://fonts.googleapis.com/css2?family=Felipa&family=Klee+One&family=Mea+Culpa&family=Tangerine&family=Yomogi&display=swap" rel="stylesheet">
  430.  
  431.  
  432. <div class="backgroundA">
  433.   <!--HEADER-->
  434.   <div class="headerA">
  435.     <div class="titleA">An amazing Name</div>
  436.     <div class="lineA"></div>
  437.     <div class="quoteA">
  438.       - An amazing quote, as long as you want. Yes, as long as you want, like this, or maybe a little bit longer, it's your choice.
  439.     </div>
  440.   </div>
  441.   <div style="display:flex;">
  442.     <!--NAVIGATION-->
  443.     <div class="navA">
  444.       <a href="#1"><div class="linkA"><div class="linkbisA">I</div></div></a>
  445.       <a href="#2"><div class="linkA"><div class="linkbisA">P</div></div></a>
  446.       <a href="#3"><div class="linkA"><div class="linkbisA">A</div></div></a>
  447.       <a href="#4"><div class="linkA"><div class="linkbisA">A</div></div></a>
  448.       <a href="#5"><div class="linkA"><div class="linkbisA">R</div></div></a>
  449.     </div>
  450.     <!--BOX-->
  451.     <div class="boxA">
  452.       <!--IDENTITY-->
  453.       <a id="1"></a>
  454.       <div class="pageA">
  455.         <div style="display:flex;">
  456.           <div class="idleftA">
  457.             <div class="subtitleA">Identity</div>
  458.             <!--INFOBOX-->
  459.             <div class="idinfobackA">
  460.               <div class="idinfoA">
  461.                 <span>Full Name -</span> An amazing Name<br/>
  462.                 <span>Nicknames -</span> Some nice Nicknames<br/>
  463.                 <span>Birthday -</span> XX Month<br/>
  464.                 <span>Zodiac -</span> Blblbl<br/>
  465.                 <span>Nationality -</span> Blblbl<br/>
  466.                 <span>Occupation -</span> Blblbl<br/>
  467.                 <span>Label -</span> Information<br/>
  468.                 <span>Label -</span> Information<br/>
  469.                 <span>Label -</span> Information<br/>
  470.                 <span>Label -</span> Information<br/>
  471.                 <span>Label -</span> Information<br/>
  472.                 <span>Label -</span> Information<br/>
  473.                 <span>Label -</span> Information<br/>
  474.                 <span>Label -</span> Information<br/>
  475.                 <span>Label -</span> Information<br/>
  476.               </div>
  477.             </div>
  478.           </div>
  479.           <div class="idrightA">
  480.             <!--IMGRIGHT-->
  481.             <div class="idimgA">
  482.                   <div style="grid-area:one;background:#ddd url(https://data.whicdn.com/images/301146886/original.gif)center;background-size:cover;"></div>
  483.               <div style="grid-area:two;background:#ddd url(https://i.pinimg.com/originals/4d/44/df/4d44df313eaf04c00d83bf4c8d005821.gif)center;background-size:cover;"></div>
  484.                   <div style="grid-area:three;background:#ddd url(https://64.media.tumblr.com/2d2d08c628a04d1df65639a2bc3b71ae/tumblr_ouhwqyCnJJ1wtkce2o2_400.gifv)center;background-size:cover;"></div>
  485.               </div>
  486.             <!--FIRST IMPRESSION-->
  487.             <div class="idimprA">
  488.               <center><span>First Impression</span></center>
  489.               Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi.  
  490.             </div>
  491.           </div>
  492.         </div>
  493.       </div>
  494.      
  495.       <!--PERSONALITY-->
  496.       <a id="2"></a>
  497.       <div class="pageA">
  498.         <div class="subtitleA">Personality</div>
  499.         <div style="display:flex;">
  500.           <!--LEFT PART-->
  501.           <div class="perspartA">
  502.             <!--LIKE-->
  503.             <div class="perboxA">
  504.               <!--TITlE-->
  505.               <div class="pertitleA">Like</div>
  506.               <!--LIST-->
  507.               <ul class="perlistA">
  508.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4); border-top:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  509.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  510.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  511.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  512.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  513.               </ul>
  514.             </div>
  515.           </div>
  516.           <!--MIDDLE PART-->
  517.           <div class="perspartA">
  518.             <!--TRAITS LINE-->
  519.                   <div class="pertraitA">
  520.                       <!--TRAIT-->
  521.                       <div class="traitA">
  522.                           Trait
  523.                           <p>XX%</p>
  524.                       </div>
  525.               <!--TRAIT-->
  526.                       <div class="traitA">
  527.                           Trait
  528.                           <p>XX%</p>
  529.                       </div>
  530.             </div>
  531.             <!--TRAITS LINE-->
  532.                   <div class="pertraitA">
  533.                       <!--TRAIT-->
  534.                       <div class="traitA">
  535.                           Trait
  536.                           <p>XX%</p>
  537.                       </div>
  538.               <!--TRAIT-->
  539.                       <div class="traitA">
  540.                           Trait
  541.                           <p>XX%</p>
  542.                       </div>
  543.             </div>
  544.             <!--TRAITS LINE-->
  545.                   <div class="pertraitA">
  546.                       <!--TRAIT-->
  547.                       <div class="traitA">
  548.                           Trait
  549.                           <p>XX%</p>
  550.                       </div>
  551.               <!--TRAIT-->
  552.                       <div class="traitA">
  553.                           Trait
  554.                           <p>XX%</p>
  555.                       </div>
  556.             </div>
  557.             <!--TRAITS LINE-->
  558.                   <div class="pertraitA">
  559.                       <!--TRAIT-->
  560.                       <div class="traitA">
  561.                           Trait
  562.                           <p>XX%</p>
  563.                       </div>
  564.               <!--TRAIT-->
  565.                       <div class="traitA">
  566.                           Trait
  567.                           <p>XX%</p>
  568.                       </div>
  569.             </div>
  570.           </div>
  571.           <!--RIGHT PART-->
  572.           <div class="perspartA">
  573.             <!--DISLIKE-->
  574.             <div class="perboxA">
  575.               <!--TITlE-->
  576.               <center><div class="pertitleA">Dislike</div></center>
  577.               <!--LIST-->
  578.               <ul class="perlistA">
  579.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4); border-top:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  580.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  581.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  582.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  583.                 <li style="border-bottom:1px solid rgba(255,255,255,0.4);">Blblbl</li>
  584.               </ul>
  585.             </div>
  586.           </div>
  587.         </div>
  588.         <!--TRIVIA-->
  589.         <div class="perstriviaA">
  590.           <ul>
  591.             <li>Blurb blurb blurb blurb blurb blurb</li>
  592.             <li>Blurb blurb blurb blurb blurb blurb</li>
  593.             <li>Blurb blurb blurb blurb blurb blurb</li>
  594.             <li>Blurb blurb blurb blurb blurb blurb</li>
  595.             <li>Blurb blurb blurb blurb blurb blurb</li>
  596.             <li>Blurb blurb blurb blurb blurb blurb</li>
  597.             <li>Blurb blurb blurb blurb blurb blurb</li>
  598.             <li>Blurb blurb blurb blurb blurb blurb</li>
  599.             <li>Blurb blurb blurb blurb blurb blurb</li>
  600.             <li>Blurb blurb blurb blurb blurb blurb</li>
  601.             <li>Blurb blurb blurb blurb blurb blurb</li>
  602.             <li>Blurb blurb blurb blurb blurb blurb</li>
  603.             <li>Blurb blurb blurb blurb blurb blurb</li>
  604.             <li>Blurb blurb blurb blurb blurb blurb</li>
  605.             <li>Blurb blurb blurb blurb blurb blurb</li>
  606.             <li>Blurb blurb blurb blurb blurb blurb</li>
  607.           </ul>
  608.         </div>
  609.       </div>
  610.      
  611.       <!--APPEARANCE-->
  612.       <a id="3"></a>
  613.       <div class="pageA">
  614.         <div style="display:flex;">
  615.           <!--LEFT PART-->
  616.           <div class="appleftA">
  617.             <!--GALLERY-->
  618.             <div class="galleryA">
  619.                   <div style="grid-area:one;background:#ddd url(https://64.media.tumblr.com/372625d63f23da50b551c1caf2836025/tumblr_inline_p3ata3sQhi1ts1epz_250.gif)center;background-size:cover;"></div>
  620.               <div style="grid-area:two;background:#ddd url(https://c.tenor.com/bMgHQvVUB_0AAAAC/janesloan-happy.gif)center;background-size:cover;"></div>
  621.                   <div style="grid-area:three;background:#ddd url(https://64.media.tumblr.com/0ea83783325f99c671353723e6d5382f/4dc236e9ac36ff24-54/s250x400/e5cef36397d9ef4296bbe3956453672160839d65.gif)center;background-size:cover;"></div>
  622.                   <div style="grid-area:four;background:#ddd url(https://64.media.tumblr.com/53fe9eebebcd8eae0a51d39fabfb6b43/4dc236e9ac36ff24-ee/s400x600/7a7e7cb63e1b587f35ba58f5686cde9c869866e7.gif)center;background-size:cover;"></div>
  623.                   <div style="grid-area:five;background:#ddd url(https://64.media.tumblr.com/e1125ddb2e2feabd737f1fd6af481baa/tumblr_ouy3seVOK21wsid2ao1_r1_250.gif)center;background-size:cover;"></div>
  624.                   <div style="grid-area:six;background:#ddd url(https://64.media.tumblr.com/c1919b45355dbd52835d18dbb1ac6d91/8fc3ef7352cc9295-25/s250x400/64fd210e74707735dc20be9374439fee3b3f3125.gif)center;background-size:cover;"></div>
  625.                   <div style="grid-area:seven;background:#ddd url(https://64.media.tumblr.com/18e38ba73e63010d9fbcea6e3f10cd03/tumblr_inline_p93e5162p41sgt9bm_250.gif)center;background-size:cover;"></div>
  626.               </div>
  627.           </div>
  628.           <!--RIGHT PART-->
  629.           <div class="apprightA">
  630.             <div class="subtitleA">Appearance</div>
  631.             <!--APPEARANCE INFO-->
  632.             <div class="appboxA">
  633.               <b>Hairs - </b> Blurb blurb blurb<br/>
  634.               <b>Eyes - </b> Blurb blurb blurb<br/>
  635.               <b>Skin - </b> Blurb blurb blurb<br/>
  636.               <b>Building - </b> Blurb blurb blurb
  637.               <br/><br/>
  638.               <b>Favorite clothes - </b> Blurb blurb blurb<br/>
  639.               <b>Piercings - </b> Blurb blurb blurb<br/>
  640.               <b>Tatoos - </b> Blurb blurb blurb
  641.               <br/><br/>
  642.               <b>Label - </b> Blurb blurb blurb<br/>
  643.               <b>Label - </b> Blurb blurb blurb<br/>
  644.             </div>
  645.           </div>
  646.         </div>
  647.       </div>
  648.      
  649.       <!--ABILITIES-->
  650.       <a id="4"></a>
  651.       <div class="pageA">
  652.         <div style="display:flex;">
  653.           <!--LEFT PART-->
  654.           <div class="ableftA">
  655.             <div class="subtitleA">Abilities</div>
  656.             <!--STATS BOX-->
  657.             <div class="abboxA">
  658.               <!--EACH STAT-->
  659.               <div class="ablabelA">Talent</div>
  660.               <div class="abstatA" style="background: linear-gradient(to right, #601919 80%, 55%, #FDE9E0);">80%</div>
  661.               <!--EACH STAT-->
  662.               <div class="ablabelA">Talent</div>
  663.               <div class="abstatA" style="background: linear-gradient(to right, #601919 80%, 55%, #FDE9E0);">80%</div>
  664.               <!--EACH STAT-->
  665.               <div class="ablabelA">Talent</div>
  666.               <div class="abstatA" style="background: linear-gradient(to right, #601919 80%, 55%, #FDE9E0);">80%</div>
  667.               <!--EACH STAT-->
  668.               <div class="ablabelA">Talent</div>
  669.               <div class="abstatA" style="background: linear-gradient(to right, #601919 80%, 55%, #FDE9E0);">80%</div>
  670.               <!--EACH STAT-->
  671.               <div class="ablabelA">Talent</div>
  672.               <div class="abstatA" style="background: linear-gradient(to right, #601919 80%, 55%, #FDE9E0);">80%</div>
  673.               <!--EACH STAT-->
  674.               <div class="ablabelA">Talent</div>
  675.               <div class="abstatA" style="background: linear-gradient(to right, #601919 80%, 55%, #FDE9E0);">80%</div>
  676.               <!--EACH STAT-->
  677.               <div class="ablabelA">Talent</div>
  678.               <div class="abstatA" style="background: linear-gradient(to right, #601919 80%, 55%, #FDE9E0);">80%</div>
  679.               <!--EACH STAT-->
  680.               <div class="ablabelA">Talent</div>
  681.               <div class="abstatA" style="background: linear-gradient(to right, #601919 80%, 55%, #FDE9E0);">80%</div>
  682.             </div>
  683.           </div>
  684.           <!--RIGHT PART-->
  685.           <div class="abrightA">
  686.             <!--IMG-->
  687.             <div class="abimgA" style="background:#ddd url(https://64.media.tumblr.com/ffa53de08a890e7b0aa72c3756568ab7/tumblr_pbojfxrFkc1qisc9uo2_500.gif)center;background-size:cover;"></div>
  688.             <!--ABILITIES INFO-->
  689.             <div class="appboxA">
  690.               <b>Label - </b> Blurb blurb blurb<br/>
  691.               <b>Label - </b> Blurb blurb blurb<br/>
  692.               <b>Label - </b> Blurb blurb blurb
  693.               <br/><br/>
  694.               <b>Label - </b> Blurb blurb blurb<br/>
  695.               <b>Label - </b> Blurb blurb blurb
  696.               <br/><br/>
  697.               <b>Label - </b> Blurb blurb blurb
  698.             </div>
  699.             <!--IMG-->
  700.             <div class="abimgA" style="background:#ddd url(https://68.media.tumblr.com/138eaf715e575d230597f525886fcf61/tumblr_ousx6yc6YE1snti9mo2_r2_500.gif)center;background-size:cover;"></div>
  701.           </div>
  702.         </div>
  703.       </div>
  704.      
  705.       <!--RELATIONS-->
  706.       <a id="5"></a>
  707.       <div class="pagebisA">
  708.         <div class="subtitleA">Relations</div>
  709.         <!--POLAROID LINE-->
  710.         <div style="display:flex;">
  711.           <!--POLAROID A-->
  712.               <div class="polaroidaA" style="background:#ddd url(https://64.media.tumblr.com/63abe37b6f7793192ea0aa0c92aa579f/tumblr_oszpxhCrS81qiiay5o2_250.gif)center;background-size:cover;">
  713.             <b style="color:#000;">An amazing name</b>
  714.             <i>Relation's type</i>  
  715.           </div>
  716.           <!--POLAROID B-->
  717.               <div class="polaroidbA" style="background:#ddd url(https://64.media.tumblr.com/91fd0b1c0131bda1844fa25472ec8366/tumblr_inline_pcjmt3vfJs1snxgfy_400.gif)center;background-size:cover;">
  718.             <b style="color:#000;">An amazing name</b>
  719.             <i>Relation's type</i>  
  720.           </div>
  721.           <!--POLAROID C-->
  722.               <div class="polaroidcA" style="background:#ddd url(https://64.media.tumblr.com/da0b8ac6d2da4e2fa6a8de363cbf9382/tumblr_inline_p0elb6iMtB1tcosbh_400.gif)center;background-size:cover;">
  723.             <b style="color:#000;">An amazing name</b>
  724.             <i>Relation's type</i>  
  725.           </div>
  726.         </div>
  727.         <!--POLAROID LINE-->
  728.         <div style="display:flex;">
  729.           <!--POLAROID C-->
  730.               <div class="polaroidcA" style="background:#ddd url(URL)center;background-size:cover;">
  731.             <b style="color:#000;">An amazing name</b>
  732.             <i>Relation's type</i>  
  733.           </div>
  734.           <!--POLAROID A-->
  735.               <div class="polaroidaA" style="background:#ddd url(URL)center;background-size:cover;">
  736.             <b style="color:#000;">An amazing name</b>
  737.             <i>Relation's type</i>  
  738.           </div>
  739.           <!--POLAROID B-->
  740.               <div class="polaroidbA" style="background:#ddd url(URL)center;background-size:cover;">
  741.             <b style="color:#000;">An amazing name</b>
  742.             <i>Relation's type</i>  
  743.           </div>
  744.         </div>
  745.       </div>
  746.     </div>
  747.   </div>
  748. </div>
  749.  
  750.  
  751. <!-- CREDITS, DO NOT TOUCH-->
  752. <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