Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- /* NOTE FROM KAWAII-LAU:
- To be honest, I'm too lazy to fix this to make this understandable, so there's no label to these CSS. So if you only know HMTL, it's probably best to choose another code ^^'
- */
- .flexbox {display:flex} .row {flex-direction:row} .col {flex-direction:col} .ppad {padding:10px 20px}
- ::-webkit-scrollbar {width:6px; height:6px;
- background:var(--color-1)}
- ::-webkit-scrollbar-thumb {
- background:var(--color-4) ;
- }
- /* Changing of Colors */
- :root {--color-1:#D8C6FA;
- --color-2:white ;
- --color-3:white ;
- --color-4:#9DD5F9 ;
- --color-5:#128ED9;
- --shadow:rgba(0, 0, 0, 0.3);
- --main-font-family:'Bree Serif';
- --2-font-family:'Lora'}
- .background {
- background: var(--color-2) url(https://i.pinimg.com/564x/73/55/c3/7355c34e2812ed92e8a70c34439cb0da.jpg) center;
- background-size:50% 100%; }
- .main-box {margin-left:auto;
- margin-right:auto;
- width:600px; height:1000px;
- background:var(--color-2);
- font-family:var(--main-font-family);
- letter-spacing:0.2px}
- .hh1 { width:100%; height:200px;
- background:var(--color-1);}
- .side-bar {width:200px;
- margin:10px 10px 10px 10px;
- }
- .bar-1 { background:var(--color-3);
- width:100%; height:60px;
- border-radius:30px;
- box-shadow:0px 0px 25px var(--shadow)}
- .icons {justify-content:center}
- .soMe1, .soMe2, .soMe3 {margin:0px 2px}
- .soMe1 img, .soMe2 img, .soMe3 img {width:40px}
- .info {margin-bottom:0px}
- .caption {
- height:130px;
- padding:10px;
- font-family:var(--2-font-family);
- font-size:14px;
- font-style:italic; }
- .author {
- text-align:center;
- font-weight:bold }
- .author img {
- border-radius:20px;
- width:150px }
- .pfp { padding:5px;
- border:3px dashed var(--color-1);
- border-radius:20px;
- margin-bottom:8px; }
- .issNo {
- background:var(--color-1);
- margin:10px 0px;
- padding:2px 0px;
- text-align:center}
- .bar-footer {
- background:var(--color-1);
- height:30px;
- ; margin-top:30px}
- .bar-2 {background:var(--color-3);
- width:100%; height:500px;
- margin:30px 0px 0px 0px;
- border-radius:30px;
- box-shadow:0px 0px 25px var(--shadow);
- overflow:hidden}
- .right-box {width:360px; height:960px}
- .article {
- height:610px;
- overflow:hidden;
- text-align:justify;
- margin-top:10px}
- .article:hover {overflow:auto;}
- .article img {
- width:95%;
- margin-left:auto;
- margin-right:auto;
- display:block }
- .images {justify-content:center;
- overflow:auto; }
- .images img {width:100px; }
- .header {width:100%; height:120px;
- margin:25px 0px 60px 0px;
- padding:10px 10px 0px 10px;
- align-items:center;
- justify-content:center }
- .credits {
- width:100%;
- padding:5px 0px;
- background:var(--color-1);
- text-indent:10px;}
- .credits a {color:var(--color-5);
- text-decoration:none;
- transition:0.7s ease}
- .credits a:hover {color:#EF952F; }
- </style>
- <link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Comic+Neue:wght@700&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Lora" rel="stylesheet">
- <body>
- <div class="background">
- <div class="main-box">
- <header class="hh1">
- <div class="flexbox row">
- <div class="side-bar">
- <div class="bar-1">
- <div class="icons ppad flexbox row">
- <!-- SoMe PAGES BUTTONS -->
- <div class="soMe1">
- <a href="https://www.facebook.com/pages/category/Website/World-of-Meta-Humans-2665326473542588/" target="_blank"><img src="https://image.flaticon.com/icons/svg/2111/2111398.svg" /></a>
- </div>
- <div class="soMe2">
- <a href="https://worldofmetahumans.com" target="_blank"><img src="https://image.flaticon.com/icons/svg/124/124021.svg"/></a>
- </div>
- <div class="soMe3">
- <a href="https://worldofmetahumans.com" target="_blank"><img src="https://image.flaticon.com/icons/svg/2111/2111463.svg"/></a>
- </div>
- </div>
- </div>
- <!-- START OF BAR 2 -->
- <div class="bar-2">
- <div class="info ppad flexbox col" style="justify-content:center">
- <div class="author">
- <div class="pfp">
- <!-- AUTHOR IMAGE -->
- <img src="https://66.media.tumblr.com/54f139810a3d45b7dc4078ec758c321d/tumblr_pvzq7cZSVn1sxfhf6o4_400.gif"/></div>
- <!-- AUTHOR NAME -->
- <div class="name">
- Written by:<br>
- <span style="color:#E8139B;font-size:19px">Soojin Bae</span></div>
- </div>
- </div>
- <div class="caption">
- " I'm singing for you to make you fall deeper for me... "
- </div>
- <!-- ISSUE NO AND DATE -->
- <div class="issNo">
- Issue No. 20
- </div>
- <div class="issNo">
- April 13, 2020
- </div>
- <div class="bar-footer"></div>
- <!-- END OF BAR 2 -->
- </div>
- </div>
- <!-- HEADER HTML -->
- <div class="right-box">
- <div class="header flexbox row">
- <!-- HEADER PICTURE -->
- <img src="https://fontmeme.com/permalink/200413/54cb9df766c83c42c56630097eee7576.png" alt="HEADER"/>
- </div>
- <div class="content">
- <!-- AESTHETIC CONTENT -->
- <div class="images flexbox row">
- <img src="https://media1.tenor.com/images/0333686357d080ba8cb72fb2da4db3c5/tenor.gif?itemid=14081022"/>
- <img src="https://66.media.tumblr.com/07d6a06b04b844bbeb9cb81ae8470a0b/1e3075e0129400c3-55/s400x600/3113f7769af446cafc0674284fa7fea8edd677ab.gif"/>
- <img src="https://media1.tenor.com/images/1a51cff2f0ee5c61c4816a07634c13c1/tenor.gif?itemid=13856817"/>
- <img src="https://media1.tenor.com/images/6c321ff0da4a990690a726e91cc8c763/tenor.gif?itemid=14507565"/>
- </div>
- <!-- ARTICLE CONTENT -->
- <div class="article">
- <div class="ppad">
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id aliquam leo. Proin ut ante arcu. Morbi quis augue eu neque blandit viverra quis vel orci. Maecenas at diam vitae ante tincidunt iaculis vel in risus. Integer ornare ornare lectus. Vestibulum molestie, velit ut tempor aliquam, odio quam eleifend leo, ut dapibus risus velit at dolor. Cras venenatis,<br><br>
- <img src="https://66.media.tumblr.com/3b23a722f0dfaafe52daaefb252e9245/tumblr_p83mmuJ78N1vicq0go2_500.gif"/><br><br>
- enim eu vulputate convallis, tortor turpis suscipit dui, vitae faucibus nibh dui at mauris. Morbi euismod, ex id pharetra venenatis, metus lorem aliquam metus, sed semper tellus lorem in nunc. Curabitur molestie sem risus, id porttitor orci laoreet id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Mauris consectetur pulvinar massa in vulputate. Phasellus eget neque nunc. Cras a orci convallis, rutrum dolor eget, fringilla lorem.
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- DO NOT REMOVE THE CREDITS WHATSOVER -->
- <footer class="credits">
- • • • • • • • 2020 © Coding by <a href="https://kawaii-lau.tumblr.com" target="_blank">Kawaii-Lau</a> • • • • • • • • • • • • • • • • • • • • • • • • •
- </footer>
- </header>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement