Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face {font-family: England Signature; src: url(https://cdn.statically.io/gh/Audreyscodes/fonts/43f5ea93/England%20Signature.ttf);}
- /*Scrollbar*/
- ::-webkit-scrollbar {width: 4px;}
- ::-webkit-scrollbar-track {background:#999;}
- ::-webkit-scrollbar-thumb {background: #926DB7;}
- ::-webkit-scrollbar-thumb:hover {background: #D3C4E2;}
- .header {
- background:url('https://i.postimg.cc/fR2KLjsS/tumblr-inline-opz7e1u-XYi1slw02g-540.gif')center;
- width:500px;
- height:175px;
- justify-content:center;
- align-items:center;
- display:flex;
- outline:1px solid #FFF;
- outline-offset:-5px
- }
- .background {
- background:#FFF;
- width:498px;
- border:1px dotted #000;
- font:14px Karla
- }
- .title {
- font-family:courier new,monospace;
- text-transform:uppercase;
- text-align:right;
- font-size:11px;
- letter-spacing:3px;
- margin-right:15px
- }
- /* Style the tab */
- .tab {
- overflow: hidden;
- width:498px;
- margin-top:0px;
- border-bottom:1px dotted #000;
- }
- /* Style the buttons that are used to open the tab content */
- .tab button {
- float: center;
- border: none;
- outline: none;
- cursor: pointer;
- padding: 10px;
- transition: 0.3s;
- background-color: rgba(255, 255, 255, 0);
- width: 20%;
- font-size: 20px;
- margin-left:20px;
- margin-right:-5px;
- }
- /* Change background color of buttons on hover */
- .tab button:hover {
- background-color: none;
- }
- /* Create an active/current tablink class */
- .tab button.active {
- background-color: none;
- color: none;
- }
- /* Style the tab content */
- .tabcontent {
- display: none;
- overflow:auto;
- background-color:#FFF;
- width:100%
- }
- .identity {
- -webkit-mask: url(https://i.imgur.com/eqJ13gg.png);
- mask: url(https://i.imgur.com/eqJ13gg.png);
- -webkit-mask-size:auto 40px;
- width: 40px;
- height: 40px;
- background-color: #d59c45;
- transition:0.7s
- }
- .identity:hover {
- background-color: #9b461f;
- transition:0.7s
- }
- .identity:active {
- background-color: #9b461f;
- }
- .perso {
- -webkit-mask: url(https://i.imgur.com/rUGTpBa.png);
- mask: url(https://i.imgur.com/rUGTpBa.png);
- -webkit-mask-size:auto 40px;
- width: 40px;
- height: 40px;
- background-color: #d59c45;
- transition:0.7s
- }
- .perso:hover {
- background-color: #9b461f;
- transition:0.7s
- }
- .physic {
- -webkit-mask: url(https://i.imgur.com/Ff3q28e.png);
- mask: url(https://i.imgur.com/Ff3q28e.png);
- -webkit-mask-size:auto 40px;
- width: 40px;
- height: 40px;
- background-color: #d59c45;
- transition:0.7s
- }
- .physic:hover {
- background-color: #9b461f;
- transition:0.7s
- }
- .relation {
- -webkit-mask: url(https://i.imgur.com/myrcvbW.png);
- mask: url(https://i.imgur.com/myrcvbW.png);
- -webkit-mask-size:auto 40px;
- width: 40px;
- height: 40px;
- background-color: #d59c45;
- transition:0.7s
- }
- .relation:hover {
- background-color: #9b461f;
- transition:0.7s
- }
- .infos {
- flex:45%;
- }
- .sideimg {
- background:url('https://i.postimg.cc/j21Zwx6Y/tenor.gif')center;
- flex:45%;
- height:160px;
- outline:1px solid #FFF;
- outline-offset:-5px
- }
- .flex {
- display:flex;
- margin:10px
- }
- .img {
- width:100%;
- height:250px;
- outline:1px solid #FFF;
- outline-offset:-10px;
- flex:30%
- }
- .textright1 {
- opacity:0;
- transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -webkit-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- text-align:justify;
- padding:10px;
- margin-left:100px;
- margin-top:0px;
- font:13px Karla;
- height:40px;
- overflow:hidden
- }
- .MHD:hover > .textright1 {
- opacity:1;
- transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -webkit-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- margin-left:10px;
- }
- .textright2 {
- opacity:0;
- transition: all .9s ease-in-out;
- -moz-transition: all .9s ease-in-out;
- -webkit-transition: all .9s ease-in-out;
- -ms-transition: all .9s ease-in-out;
- -o-transition: all .9s ease-in-out;
- text-align:justify;
- padding:10px;
- margin-left:100px;
- margin-top:0px;
- font:13px Karla;
- height:40px;
- overflow:hidden
- }
- .MHD:hover > .textright2 {
- opacity:1;
- transition: all .9s ease-in-out;
- -moz-transition: all .9s ease-in-out;
- -webkit-transition: all .9s ease-in-out;
- -ms-transition: all .9s ease-in-out;
- -o-transition: all .9s ease-in-out;
- margin-left:10px;
- }
- .textright3 {
- opacity:0;
- transition: all 1.1s ease-in-out;
- -moz-transition: all 1.1s ease-in-out;
- -webkit-transition: all 1.1s ease-in-out;
- -ms-transition: all 1.1s ease-in-out;
- -o-transition: all 1.1s ease-in-out;
- text-align:justify;
- padding:10px;
- margin-left:100px;
- margin-top:0px;
- font:13px Karla;
- height:40px;
- overflow:hidden
- }
- .MHD:hover > .textright3 {
- opacity:1;
- transition: all 1.1s ease-in-out;
- -moz-transition: all 1.1s ease-in-out;
- -webkit-transition: all 1.1s ease-in-out;
- -ms-transition: all 1.1s ease-in-out;
- -o-transition: all 1.1s ease-in-out;
- margin-left:10px;
- }
- .textright4 {
- opacity:0;
- transition: all 1.3s ease-in-out;
- -moz-transition: all 1.3s ease-in-out;
- -webkit-transition: all 1.3s ease-in-out;
- -ms-transition: all 1.3s ease-in-out;
- -o-transition: all 1.3s ease-in-out;
- text-align:justify;
- padding:10px;
- margin-left:100px;
- margin-top:0px;
- font:13px Karla;
- height:40px;
- overflow:hidden
- }
- .MHD:hover > .textright4 {
- opacity:1;
- transition: all 1.3s ease-in-out;
- -moz-transition: all 1.3s ease-in-out;
- -webkit-transition: all 1.3s ease-in-out;
- -ms-transition: all 1.3s ease-in-out;
- -o-transition: all 1.3s ease-in-out;
- margin-left:10px;
- }
- .textleft1 {
- opacity:0;
- transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -webkit-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- text-align:justify;
- padding:10px;
- margin-right:100px;
- font:13px Karla;
- height:40px;
- overflow:hidden
- }
- .MHD:hover > .textleft1 {
- opacity:1;
- transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -webkit-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- margin-right:10px;
- }
- .textleft2 {
- opacity:0;
- transition: all .9s ease-in-out;
- -moz-transition: all .9s ease-in-out;
- -webkit-transition: all .9s ease-in-out;
- -ms-transition: all .9s ease-in-out;
- -o-transition: all .9s ease-in-out;
- text-align:justify;
- padding:10px;
- margin-right:100px;
- font:13px Karla;
- height:40px;
- overflow:hidden
- }
- .MHD:hover > .textleft2 {
- opacity:1;
- transition: all .9s ease-in-out;
- -moz-transition: all .9s ease-in-out;
- -webkit-transition: all .9s ease-in-out;
- -ms-transition: all .9s ease-in-out;
- -o-transition: all .9s ease-in-out;
- margin-right:10px;
- }
- .textleft3 {
- opacity:0;
- transition: all 1.1s ease-in-out;
- -moz-transition: all 1.1s ease-in-out;
- -webkit-transition: all 1.1s ease-in-out;
- -ms-transition: all 1.1s ease-in-out;
- -o-transition: all 1.1s ease-in-out;
- text-align:justify;
- padding:10px;
- margin-right:100px;
- font:13px Karla;
- height:40px;
- overflow:hidden
- }
- .MHD:hover > .textleft3 {
- opacity:1;
- transition: all 1.1s ease-in-out;
- -moz-transition: all 1.1s ease-in-out;
- -webkit-transition: all 1.1s ease-in-out;
- -ms-transition: all 1.1s ease-in-out;
- -o-transition: all 1.1s ease-in-out;
- margin-right:10px;
- }
- .textleft4 {
- opacity:0;
- transition: all 1.3s ease-in-out;
- -moz-transition: all 1.3s ease-in-out;
- -webkit-transition: all 1.3s ease-in-out;
- -ms-transition: all 1.3s ease-in-out;
- -o-transition: all 1.3s ease-in-out;
- text-align:justify;
- padding:10px;
- margin-right:100px;
- font:13px Karla;
- height:40px;
- overflow:hidden
- }
- .MHD:hover > .textleft4 {
- opacity:1;
- transition: all 1.3s ease-in-out;
- -moz-transition: all 1.3s ease-in-out;
- -webkit-transition: all 1.3s ease-in-out;
- -ms-transition: all 1.3s ease-in-out;
- -o-transition: all 1.3s ease-in-out;
- margin-right:10px;
- }
- .trait {
- padding:10px;
- margin:5px;
- background:rgb(0,0,0,0.3);
- flex:25%;
- transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- color:#000;
- outline:1px solid;
- font-family:courier new,monospace;
- text-transform:uppercase
- }
- .trait:hover {
- background:rgb(0,0,0,0.5);
- transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- color: rgb(0,0,0,0)
- }
- .trait > p {
- transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- opacity:0;
- font-size:20px;
- margin-top:-20px;
- margin-bottom:-5px;
- transform:rotate(-380deg);
- cursor:pointer
- }
- .trait:hover > p{
- opacity:1;
- transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- color: #FFF;
- transform:rotate(0deg)
- }
- .picture, .picture * {
- box-sizing: border-box;
- transition: .8s;
- border-radius:50%;
- }
- .picture {
- width: 130px;
- height:130px;
- box-shadow:1px 1px 10px #000;
- border:7px solid #FFF;
- border-radius:50%;
- }
- .picture > div > div {
- flex: 1;
- border: 1px solid #000;
- box-shadow: inset 0 0 0 5px #FFF9;
- border-radius:50%;
- }
- .picture > div > div:hover {
- box-shadow: inset 0 0 0 125px #FFF9;
- border-radius:50%;
- }
- .picture > div > div > div {
- padding: 5px;
- background: rgb(255,255,255,0.8);
- font-size: 12px;
- font-family:courier new,monospace;
- text-transform:uppercase;
- text-align: center;
- align-items:center;
- justify-content:center;
- display:flex;
- hyphens: auto;
- overflow: auto;
- transform: scale(0);
- height: 115px;
- border-radius:50%;
- }
- .picture > div > div:hover > div {
- transform: scale(1);
- border-radius:50%;
- }
- .type {
- margin-top:-30px;
- margin-bottom:-10px;
- font:40px England Signature;
- padding:5px
- }
- .credits:hover {
- letter-spacing:3px;
- text-shadow: 2px 1px 5px #000;
- transition:0.5s;
- }
- </style>
- <link href="https://fonts.googleapis.com/css2?family=Karla&display=swap" rel="stylesheet">
- <center>
- <div class="header" style="background-size:cover"><div style="background:#fff;padding:3px 10px;font-size:12px;letter-spacing:2px;font-weight:bold;text-transform:uppercase;color:#000;">
- Maria Marianova Korfova
- </div></div>
- <div class="background">
- <div class="tab">
- <button class="tablinks" onclick="openCity(event, '1')" id="defaultOpen"><div class="identity"></div></button>
- <button class="tablinks" onclick="openCity(event, '2')"><div class="perso"></div></button>
- <button class="tablinks" onclick="openCity(event, '3')"><div class="physic"></div></button>
- <button class="tablinks" onclick="openCity(event, '4')"><div class="relation"></div></button>
- </div>
- <!--IDENTITY - TAB 1-->
- <div id="1" class="tabcontent">
- <br>
- <div class="title">Identity</div>
- <div style="display:flex">
- <div class="infos">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">NAME: Maria Korfova</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">NICKNAME: Mimi, Mims</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">BIRTHDAY: December 23th</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">IG BIRTHDAY: Wednesday, week 4</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- </div>
- <div class="sideimg" style="background-size:cover;margin:10px"></div>
- </div>
- <div style="background:url('https://i.postimg.cc/5NwPgCV6/2d6fb3a9e8022edec57137222e85a88c.gif')center;width:480;height:150px;background-size:cover;margin:10px;outline:1px solid #FFF;
- outline-offset:-5px"></div>
- <div style="display:flex">
- <div class="infos">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">STAR SIGN:Capricorn</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">GENDER:Female</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">ORIENTATION:Straight</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">STATUS:Sadly single</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- </div>
- <div class="infos">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">INSTITUTE:Lightwood</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">JOB:AM-Demonology</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">OCCUPATION:Shadowhunter in training</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">WEAPON BY CHOICE:Whip</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- </div>
- </div></div>
- <br>
- <!--PERSONALITY - TAB 2-->
- <div id="2" class="tabcontent">
- <div class="title">Personality</div>
- <div class="flex">
- <div class="trait">SHY
- <p>66%</p></div>
- <div class="trait">SARCASTIC
- <p>100%</p></div>
- <div class="trait">KIND
- <p>72%</p></div>
- <div class="trait">CREATIVE
- <p>93%</p></div>
- </div>
- <div class="flex">
- <div class="trait">INTELIGENT
- <p>84%</p></div>
- <div class="trait">TALKATIVE
- <p>70%</p></div>
- <div class="trait">MOODY
- <p>92%</p></div>
- <div class="trait">AMBITIOUS
- <p>93%</p></div>
- </div>
- </div>
- <!--PHYSIC - TAB 3-->
- <div id="3" class="tabcontent">
- <div class="title">Appearance</div>
- <div class="flex">
- <div class="img" style="background:url('https://64.media.tumblr.com/c5f8b9774990d9b4dfd5e3cc27507cdd/tumblr_inline_opz7hdL3wc1slw02g_540.gif')center;background-size:cover;"></div>
- <div class="MHD" style="flex:65%;">
- <div class="textright1">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">HAIR:Brown</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center></div>
- <div class="textright2">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">EYES:Dark Brown</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center></div>
- <div class="textright3">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">HEIGHT:160 cm</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- </div>
- <div class="textright4">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">BUILD:Medium</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- </div>
- </div>
- </div>
- <br>
- <div class="flex">
- <div class="MHD" style="flex:65%;">
- <div class="textleft1">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">SKIN:Almond</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center></div>
- <div class="textleft2">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">TATTOO:None</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center></div>
- <div class="textleft3">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">PIERCING:None</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- </div>
- <div class="textleft4">
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:10px;margin-left:6px;margin-bottom:-5px"></div></center>
- <div style="display:flex">
- <div style="clip-path: polygon(0 10%, 70% 10%, 100% 50%, 70% 90%, 0 90%);width:40px;height:40px;background:#6a1d2f;flex:15%;margin-left:10px"></div>
- <div style="flex:85%;justify-content:center;align-items:center;display:flex;">EAR PIERCING:4(Total)</div>
- </div>
- <center>
- <div style="width:225px;border-top:1px solid #666;margin-top:-5px;margin-left:6px;margin-bottom:5px"></div></center>
- </div>
- </div>
- <div class="img" style="background:url('https://64.media.tumblr.com/e2d489f94f45d08a1284add4aac6f934/tumblr_inline_opz8d9sCec1slw02g_540.gif')center;background-size:cover;"></div>
- </div>
- </div>
- <!--RELATIONS - TAB 4-->
- <div id="4" class="tabcontent">
- <div class="title">Relations</div>
- <div class="flex" style="justify-content:space-between">
- <div class="picture">
- <div><div style="background: url(https://thumbs.gfycat.com/DemandingOrdinaryGallinule-small.gif)center;background-size:cover">
- <div>
- Best Friend
- </div></div></div>
- </div>
- <div class="picture">
- <div><div style="background: url(https://i.pinimg.com/originals/58/0e/32/580e32f00f55fc847b078aefb580bf8e.gif)center;background-size:cover">
- <div>
- Best Friend
- </div></div></div>
- </div>
- <div class="picture">
- <div><div style="background: url(https://img.wattpad.com/9418df98ac4e9889856ed7c3ce4d0ce6ca63081a/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f776174747061642d6d656469612d736572766963652f53746f7279496d6167652f396947527862773438545a3337513d3d2d3634333235323638392e313535653231333334623738653737323532313535353633363234342e676966?s=fit&w=720&h=720)center;background-size:cover">
- <div>
- Best Friend
- </div></div></div>
- </div>
- </div>
- <div class="flex" style="justify-content:space-between">
- <div class="type">Rebeca Goldwell</div>
- <div class="type">Nicole Lightpen</div>
- <div class="type">Scarlett Moon</div>
- </div>
- <div class="flex" style="justify-content:space-between">
- <div class="picture">
- <div><div style="background: url(https://media.tumblr.com/26f94d37de3d0cfbb86582680bbe44c2/tumblr_inline_mlh1b49TIz1qz4rgp.gif)center;background-size:cover">
- <div>
- Friend
- </div></div></div>
- </div>
- <div class="picture">
- <div><div style="background: url(https://64.media.tumblr.com/0213d701ad6bb9b3f19e46001d880353/ebd3c64ad0b28e82-7e/s250x400/771c2a6bc81a5d45bfd5ecbd0f69fc71ad92346b.gifv)center;background-size:cover">
- <div>
- Friend
- </div></div></div>
- </div>
- <div class="picture">
- <div><div style="background: url(https://multimodesign.com/wp-content/uploads/2020/03/185_n_COTTODESTE-BLACK-WHITE-black-minimale.jpg)center;background-size:cover">
- <div>
- Type of relation
- </div></div></div>
- </div>
- </div>
- <div class="flex" style="justify-content:space-between">
- <div class="type">Liberty Jones</div>
- <div class="type">Angela Bathory</div>
- <div class="type">Name</div>
- </div>
- </div>
- </div>
- <!-- Credits DO NOT REMOVE-->
- <a class="credits" href="https://audreyscodes.tumblr.com" style="text-decoration:none;color:#000;transition:0.5s"><div style="display:block;font-size:9px;color:#000;text-transform:uppercase;text-decoration:none;font-family:arial;text-align:center;padding:20px;">© By Audrey's Codes</div></a>
- <br><br><br>
- </center>
- <script>
- document.getElementsByClassName('tablinks')[0].click()
- function openCity(evt, cityName) {
- var i,
- tabcontent,
- tablinks;
- tabcontent = document.getElementsByClassName("tabcontent");
- for (i = 0; i < tabcontent.length; i++) {
- tabcontent[i].style.display = "none";
- }
- tablinks = document.getElementsByClassName("tablinks");
- for (i = 0; i < tablinks.length; i++) {
- tablinks[i].className = tablinks[i].className.replace(" active", "");
- }
- document.getElementById(cityName).style.display = "block";
- evt.currentTarget.className += " active";
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement