HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<html>
<!--
★·.·´¯`·.·★ 90s love by sweet ides ·.·´¯`·.·★
please don't redistribute,
claim as your own, remove
the credit, or steal parts
of the code. enjoy!
-->
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
<!-- ★·.·´¯`·.·★ customize options ★·.·´¯`·.·★ -->
<meta name="color:background" content="#eeeeee"/>
<meta name="color:posts" content="#ffffff"/>
<meta name="color:container" content="#ffffff"/>
<meta name="color:text" content="#000000"/>
<meta name="color:link" content="#868686"/>
<meta name="color:title" content="#eeeeeee"/>
<meta name="color:link Hover" content="#868686"/>
<meta name="color:accent" content="#868686"/>
<meta name="color:accent2" content="#868686"/>
<meta name="color:polaroid" content="#868686"/>
<meta name="color:spine" content="#868686"/>
<meta name="color:lines" content="#868686"/>
<meta name="color:border" content="#868686"/>
<meta name="color:italics" content="#868686"/>
<meta name="color:bold" content="#868686"/>
<meta name="color:title shadow" content="#868686"/>
<meta name="color:tab hover" content="#868686"/>
<meta name="color:tab" content="#868686"/>
<meta name="color:box shadow" content="#868686"/>
<meta name="image:background" content""/>
<meta name="image:side" content"https://placehold.it/300x365"/>
<meta name="image:polaroid" content"http://placehold.it/40"/>
<meta name="image:nav" content"http://placehold.it/40"/>
<meta name="image:png" content"http://placehold.it/40"/>
<meta name="image:icon" content"http://placehold.it/40"/>
<meta name="if:Tilted Posts" content="0"/>
<meta name="if:Lined Paper" content="0"/>
<meta name="if:Box Shadows" content="0"/>
<meta name="text:title" content="more text" />
<meta name="text:nav title" content="text" />
<meta name="text:nav text" content="lorem" />
<meta name="text:text box title" content="text" />
<meta name="text:muse title" content="more text" />
<meta name="text:link one" content="link one" />
<meta name="text:link one url" content="/" />
<meta name="text:link two" content="link two" />
<meta name="text:link two url" content="/" />
<meta name="text:link three" content="link three" />
<meta name="text:link three url" content="/" />
<meta name="text:link four" content="link four" />
<meta name="text:link four url" content="/" />
<meta name="text:link five" content="link five" />
<meta name="text:link five url" content="/" />
<meta name="text:link six" content="link six" />
<meta name="text:link six url" content="/" />
<meta name="text:link seven" content="link seven" />
<meta name="text:link seven url" content="/" />
<meta name="text:link eight" content="link eight" />
<meta name="text:link eight url" content="/" />
<title>yup</title>
<style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="stylesheet" media="screen" href="https://assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css?_v=c451b85cf126275a22cf7ca62ddacdc0"><link rel="stylesheet" media="screen" href="https://assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css?_v=46a7a9e1e08f1b33790dea4bb521d1c8"><link rel="shortcut icon" href="https://assets.tumblr.com/images/default_avatar/cube_closed_128.png">
<link rel="alternate" type="application/rss+xml" href="https://umwhatever1.tumblr.com/rss">
<!-- ★·.·´¯`·.·★ tooltip script ★·.·´¯`·.·★ -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
<script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
<script>
(function($){
$(document).ready(function(){
$("a[title]").style_my_tooltips({
tip_follows_cursor:true,
tip_delay_time:90,
tip_fade_speed:600,
attribute:"title"
});
});
})(jQuery);
</script>
<script>feather.replace()</script>
<!-- ★·.·´¯`·.·★ fonts ★·.·´¯`·.·★ -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/cfedf86535.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Gaegu&display=swap" rel="stylesheet">
<!-------MUSIC PLAYER BY GLENTHEMES------->
<script src="https://dl.dropbox.com/s/vyffmps0ly6ikf4/glenplayer06.js"></script>
<style type="text/css">
/* ★·.·´¯`·.·★ body ★·.·´¯`·.·★ */
::-webkit-scrollbar-thumb {
min-height: 60px;
width:0px;
background: transparent;
}
::-webkit-scrollbar {
width: 0px;
height: 0px;
background: transparent;
}
#s-m-t-tooltip {
max-width:300px;
color:#797878;
padding:2px;
box-shadow: 2px 2px #c1a384;
padding-left:4px;
padding-right:4px;
margin:25px 20px 5px 0px;
background: #e7e2e0;
z-index:999999999999999;
font-size:7px;
text-transform:uppercase;
letter-spacing:1px;
font-weight:bold;
}
::selection {
background-color: #e7e2e0;
color:#9f4848;
}
body {
background-color:#201e1e;
background-attachment:fixed;
background-image:url('https://assets.tumblr.com/images/x.gif?v=1');
color:#797878;
font-family: 'quicksand', sans-serif;
font-size:9px;
line-height:12px;
letter-spacing:1px;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-align:left;
}
i , em {
color:#96a593;
}
b, strong {
color:#dac8c8;
}
p { padding-top: 5px;}
ol, ul { margin-left: 10px; padding: 5px; }
ul { list-style-type: square; }
h1 {
font-family:'subway';
text-align:center;
line-height:20px;
text-transform:uppercase;
font-size:25px;
color:#eaeaea;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #9f4848;
text-shadow:2px 2px #96a593;
}
h2 {
padding:7px;
text-align:center;
color:#c1a384;
font-size:20px;
font-family:subway;
text-transform:uppercase;
letter-spacing:1px;
background-color:;
}
h3 {
text-transform:uppercase;
text-align:center;
}
a:link, a:active, a:visited{
color: #91a599;
text-decoration:none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
transition: all 0.5s linear;
}
a:hover {
color:#868686;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
transition: all 0.5s linear;
}
small,sup, sub {
font-size:9px;
}
@font-face { font-family: 'subway'; src: url('https://dl.dropboxusercontent.com/s/c83ktkxcnyj38f7/Subway-Black.ttf') ;}
@font-face { font-family: 'jolly'; src: url('https://dl.dropboxusercontent.com/s/vs4nwhywpcl8nrx/jolly-icons-.ttf') ;}
/* ★·.·´¯`·.·★ posts ★·.·´¯`·.·★ */
#post {
background-color:#eaeaea;
padding:15px;
width:240px;
z-index:99;
position:relative;
text-align:justify;
margin-top: 15px;
margin-left:10px;
font-weight:400;
transform: rotate(0deg);
}
#post img {
max-width: 100%;
}
.lux {
height:350px;
width:310px;
overflow:auto;
position:absolute;
right:5px;
top: 25px;
}
.tape1 {
width:60px;
height:15px;
background-color:#9f4848;
position: relative;
margin-top:-5px;
margin-left: -10px;
transform: rotate(15deg);
opacity: 0.6;
}
.tape2 {
width: 60px;
height: 20px;
background-color:#9f4848;
position: relative;
margin-left: 220px;
margin-top: -25px;
transform: rotate(15deg);
opacity: 0.6;
}
.posttitle{
font-weight:bold;
letter-spacing:0px;
text-align:center;
font-size: 15px;
font-family:subway;
margin-bottom:10px;
text-transform:uppercase;
line-height: 20px;
}
blockquote {
margin-left:0px;
margin-right:-2px;
padding-left:10px;
padding-bottom:0px;
text-align:justify;
border-left: 1px solid #9f4848;
}
.tags {position:relative;
text-align:right;
color:#9f4848;
padding:8px;
z-index:99;
width:270px;
font-family:'montserrat';
letter-spacing:1px;
text-transform:uppercase;
margin-left:5px;
margin-top:-10px;
margin-bottom:30px;
font-size:7px;
}
.tags span {
font-size:10px;
font-family:jolly;
}
.tags a {color:#9f4848;}
.tags a:hover {color:#868686;}
#info{
position:relative;
text-align:left;
color:#91a599;
background-color:;
margin-top:-15px;
padding:5px;
height:14px;
font-family:'gaegu';
line-height:12px;
letter-spacing:1px;
text-transform:uppercase;
font-size:10px;
font-weight:bold;
margin-bottom:20px;
margin-left:-15px;
width:260px;
letter-spacing:0px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.info {
text-align:right;
margin-top:-12px;
font-size:12px;
font-family:jolly;
}
#info a{
color:#91a599;
}
#info a:hover{
color:#868686;
}
.video {
width:320px!important;}
.video iframe {
width:320px!important;}
.question {
width: 240px;
height: auto;
margin-top: 10px;
background-color: #eaeaea;
position: relative;
border: 1px dashed #c1a384;
}
.asker {
width:234px;
padding:3px;
border-bottom:1px dashed #c1a384;
font-family:'gaegu';
letter-spacing:1px;
font-size:12px;
font-weight:bold;
color:#c6595c;
text-transform:lowercase;
position:absolute;
top:0px;
text-align:center;
left:0px;
}
.q1 {
overflow: auto;
text-align:center;
width: 220px;
margin-left: 10px;
margin-top: 10px;
}
}
.quote {
font-size:8px;
font-weight:400;
margin-top:0px;
text-transform:uppercase;
letter-spacing:1px;
}
.playbox {background-color: #000;
position: absolute;
z-index: 1000;
margin-top: 10px;
width:60px;
height:55px;
margin-left: 10px;
border-radius:5px;
opacity: 0.5;}
.playbutton {width: 30px;
height: 30px;
overflow: hidden;
position: relative;
z-index: 1000;
margin: 13px 24px 13px 16px;}
.cover {position: relative;
z-index: 1;
width:80px;
height:80px;
border-radius:5px;
margin-top:0px;
}
.albumdetails {
width:200px;
font-family:'gaegu';
text-transform:uppercase;
letter-spacing:1px;
margin-left:90px;
line-height:15px;
margin-top:-60px;
font-weight:400;
margin-bottom:20px;
}
ul {
list-style-type: square;}
.line_odd {
width:230px;
padding:5px;
color:#eaeaea;
background-color:#c1a384;
}
.line_even {
width:230px;
padding:5px;
color:#eaeaea;
background-color:#9f4848;
}
.label {
text-transform: lowercase;
font-size: 12px;
font-weight: bold;
font-family: 'gaegu';}
.convo {
margin-left:-5px;
width:275px;
}
/* ★·.·´¯`·.·★ sidebar & container ★·.·´¯`·.·★ */
#sidebar {
position:absolute;
top:0px;
left:0px;
width: 300px;
height: 400px;
}
.side {
height:290px;
width:145px;
position:absolute;
top:50px;
left:20px;
background-image:url('https://64.media.tumblr.com/698e8decd865a3551fe046675fa6142a/aec49b5040db5684-e6/s2048x3072/74028683454a5e34f76150ec2a0e1e5294230619.png');
}
.polaroid {
width:200px;
height:150px;
border-radius:5px;
background-color:#ffffff;
box-shadow:1px 1px 3px rgba(,0.7);
position:absolute;
bottom:30px;
right:15px;
}
.polaroid img {
position:absolute;
top:15px;
left:15px;
width:150px;
height:120px;
}
.pantone1 {
height:50px;
width:60px;
background-color:#9f4848;
border-bottom:30px solid #eaeaea;
position:absolute;
top: 155px;
left: 150px;
transform: rotate(-5deg);
}
.pantone2 {
height:50px;
width:60px;
background-color:#c1a384;
border-bottom:30px solid #eaeaea;
position:absolute;
top:150px;
transform:rotate(2deg);
left:205px;
}
.pantone {
position:absolute;
bottom:-27px;
left:5px;
font-size:10px;
font-family:'gaegu';
font-weight:bold;
text-align:left;
}
.pt {
font-family:'gaegu';
top:0px;
font-size:8px;
}
.stape1 {
width: 80px;
height: 15px;
background-color:#96a593;
position: absolute;
top: 40px;
left: 50px;
transform: rotate(3deg);
opacity: 0.6;
}
.stape2 {
width: 50px;
height: 15px;
background-color:#96a593;
position: absolute;
bottom: 60px;
left: 10px;
transform: rotate(15deg);
opacity: 0.6;
}
.stitle {
font-family: subway;
position: absolute;
top: 60px;
right: 0px;
height:100px;
line-height: 25px;
text-align: center;
font-size: 40px;
width: 180px;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #c6595c;
text-shadow:2px 2px #96a593;
transform: rotate(-5deg);
}
#container {
position:absolute;
width:650px;
height:400px;
margin: auto;
left: 0;
top: 0;
border-radius:5px;
bottom: 0;
right: 0;
text-align:left;
background-color: #e7e2e0;
}
#paper {
width:650px;
height:400px;
}
#pattern {
height: 100%;
background-image: repeating-linear-gradient(transparent 0px, transparent 14px, #868686 15px);
}
.border {
width:15px;
height:400px;
position:absolute;
top:0px;
left:310px;
z-index:9999;
opacity:0.6;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(85,85,85,1) 50%, rgba(255,255,255,0) 100%);
}
/* ★·.·´¯`·.·★ tabs ★·.·´¯`·.·★ */
.tab {
overflow: hidden;
width: 400px;
background-color: transparent;
position: absolute;
transform: rotate(90deg);
right: -217px;
top: 190px;
}
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
border-bottom: 25px solid #e7e7e7;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
height: 0;
width: 100px;
color:#797878;
margin-right: -5px;
line-height: 40px;
padding: 5px;
transition: 0.3s;
font-size: 12px;
text-transform: lowercase;
font-family: 'gaegu';
}
/* Change background color of buttons on hover */
.tab button:hover {
border-bottom: 25px solid #494848;
}
.tab a {
color:#797878;
}
/* Create an active/current tablink class */
.tab button.active {
border-bottom: 25px solid #e7e2e0;
}
/* Style the tab content */
.tabcontent {
display: none;
position:absolute;
width: 320px;
height: 400px;
right: 5px;
top:0px;
z-index:999;
background-color:#e7e2e0;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
.paper {
width:320px;
height:400px;
}
.pattern {
height: 100%;
background-image: repeating-linear-gradient(transparent 0px, transparent 14px, #868686 15px);
}
.tabcontent2 {
display: none;
position:absolute;
width:310px;
height:390px;
right:4px;
top:0px;
z-index:999;
background-color:#e7e2e0;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
.paper2 {
width:310px;
height:390px;
}
.pattern2 {
height: 100%;
background-image: repeating-linear-gradient(transparent 0px, transparent 14px, #868686 15px);
}
.topright {
position:absolute;
right:10px;
top:5px;
font-family:'gaegu';
font-size:15px;
font-weight:bold;
}
.nav {
height:80px;
width:80px;
border:2px dashed #9f4848;
position:absolute;
top:15px;
padding:5px;
right:20px;
}
.nav img {
height:80px;
width:80px;
}
.ntitle {
font-family: subway;
position: absolute;
top: 40px;
left: 0px;
text-align: center;
font-size: 40px;
width: 205px;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #c6595c;
text-shadow:2px 2px #96a593;
transform: rotate(-5deg);
}
.ntitle2 {
font-family: 'gaegu';
position: absolute;
top: 70px;
left: 0px;
transform: rotate(-5deg);
width: 205px;
font-size: 15px;
font-weight: bold;
text-align: center;
color:#c1a384;
}
.rules {
width:290px;
position:absolute;
left:10px;
top:120px;
height:80px;
border:1px solid #9f4848;
}
.rulest {
width:85px;
font-family:'gaegu';
color:#e7e2e0;
height:10px;
padding:5px;
background-color:#9f4848;
font-size:13px;
font-weight:bold;
text-align:center;
position:absolute;
top:-10px;
left:40px;
}
.rulesb {
position:absolute;
height:55px;
width:270px;
overflow:auto;
text-align:justify;
top:15px;left:10px;
}
.rulesb span {
float: left;
width: 0.7em;
padding-right: 10px;
font-size: 20px;
font-family: subway;
line-height:20px;
font-weight:bold;
color:#dac8c8;
}
.npng {
width:135px;
height:200px;
position:absolute;
bottom: 10px;
z-index:999;
left:10px;
background-image:url('https://64.media.tumblr.com/b933d6e7e998720ad880da354d689ae6/aec49b5040db5684-b3/s2048x3072/78c94ad21f86c6ff34e25426e4bd9fb74fb38243.png');
}
.nlink {
height: 90px;
width: 180px;
bottom: 95px;
right: 20px;
position: absolute;
background-color:#eaeaea;
transform: rotate(3deg);
}
.ntape {
width: 80px;
height: 15px;
background-color:#9f4848;
position: absolute;
top: -8px;
left: 50px;
transform: rotate(3deg);
opacity: 0.6;
}
.nlist {
width: 160px;
position: absolute;
top: 25px;
left: 30px;
line-height: 30px;
font-size: 20px;
font-family: jolly;
text-align: justify;
}
.nlistt {
font-family: subway;
position: absolute;
top: 10px;
left: 15px;
font-size: 20px;
width: 150px;
text-align: center;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #c6595c;
text-shadow:2px 2px #96a593;
}
.nmusic {
bottom:10px;
position:absolute;
height:65px;
right:20px;
z-index:9999;
width:180px;
border:1px dashed #9f4848;
}
.nmusic img {
position:absolute;
top:5px;
right:5px;
height:55px;
width:55px;
}
.nmusicp {
width:100px;
position:absolute;
left:10px;
bottom:5px;
text-align:center;
}
.nmusic button {
padding:5px;
background-color:transparent;
border:1px solid #e7e2e0;
font-size:12px;
}
.nmusic i {
color:#9f4848;
}
.song {
font-family:'gaegu';
font-size:15px;
position:absolute;
width:100px;
text-align:center;
top:10px;
left:10px;
color:#c1a384;
}
.artist {
font-size:12px;
}
.subtitle {
font-family:subway;
position:absolute;
bottom:65px;
left: 42px;
font-size: 35px;
line-height: 25px;;
width:200px;
text-align:center;
z-index:999;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #c6595c;
text-shadow:2px 2px #96a593;
transform: rotate(-5deg);
}
.muses {
height:310px;
width:280px;
position:absolute;
overflow:auto;
top:80px;
left:50px;
}
.muses img {
padding:5px;
border:1px dashed #9f4848;
width:50px;
height:50px;
margin-right:15px;
margin-bottom:15px;
}
.mtitle2 {
font-family:subway;
position:absolute;
top:40px;
left:10px;
font-size:40px;
width:300px;
text-align:center;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #c6595c;
text-shadow:2px 2px #96a593;
}
.mtitle {
font-family:subway;
position:absolute;
top:30px;
left:0px;
font-size:40px;
width:300px;
text-align:center;
line-height:25px;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #c6595c;
text-shadow:2px 2px #96a593;
}
.mlink {
width:300px;
position:absolute;
top:100px;
left:0px;
font-size:20px;
font-family:jolly;
text-align:center;
}
.minfo {
height: 100px;
width: 265px;
top: 130px;
left: 20px;
position: absolute;
background-color:#eaeaea;
transform: rotate(-2deg);
}
.mtape1 {
width:10px;
height:50px;
background-color:#9f4848;
position: absolute;
top: 20px;
left:-5px;
opacity: 0.6;
}
.mi {
position:absolute;
height:80px;
width:245px;
top:10px;
left:10px;
overflow:auto;
text-align:justify;
}
.mi span {
font-family:subway;
color:#dac8c8;
}
.mtape2 {
width:10px;
height:50px;
background-color:#9f4848;
position: absolute;
top: 20px;
right:-5px;
opacity: 0.6;
}
.mpic {
position:absolute;
bottom:10px;
left:15px;
width:100px;
height:120px;
padding:5px;
border:2px dashed #c1a384;
}
.mpic img {
width:100px;
height:120px;
}
.mstat {
width: 170px;
right: -10px;
height: 70px;
position:absolute;
bottom:10px;
font-family:'gaegu';
font-size:13px;
}
.maes {
height: 60px;
width: 140px;
bottom: 10px;
right: 25px;
position: absolute;
background-color:#eaeaea;
transform: rotate(2deg);
}
.mtape3 {
width:40px;
height:7px;
background-color:#9f4848;
position: absolute;
top: -3px;
left:50px;
opacity: 0.6;
}
.ma {
position:absolute;
height:40px;
width:120px;
top:10px;
left:10px;
overflow:auto;
text-align:justify
}
.msong {
position:absolute;
right: 25px;
width: 140px;
bottom: 80px;
height: 60px;
border:1px dashed #c1a384;
}
.msong img {
position:absolute;
top:5px;
left:5px;
width:50px;
height:50px;
}
.ms {
font-family:'gaegu';
font-size:12px;
position:absolute;
width:100px;
width:75px;
text-align:center;
top:10px;
right:5px;
font-weight:bold;
color:#9f4848;
}
.mart {
font-size:10px;
}
.mp {
font-size:9px;
margin-top:5px;
letter-spacing:3px;
}
.mp i {
color:#797878;
}
.boxx {
background-color:#e7e2e0;
position:absolute;
width:100px;
height:30px;
left: 60px;
bottom:-5px;
}
/* ★·.·´¯`·.·★ credit ★·.·´¯`·.·★ */
#credit{
float: left;
position:fixed;
bottom:15px;
margin-right:12px;
width: 25px;
height: 25px;
margin-left:30px;
padding: 4px;
line-height: 8px;
text-align: center;
font-size: 10px;
display:inline-block;
}
#credit a{
color:#868686;
}
</style>
<link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=umwhatever1%26postID=637544834468544512" /><link rel="alternate" href="ios-app://305343404/tumblr/x-callback-url/blog?blogName=umwhatever1&postID=637544834468544512" /><link rel="alternate" type="application/json+oembed" href="https://www.tumblr.com/oembed/1.0?url=https://umwhatever1.tumblr.com/post/637544834468544512/yerimiese" title="theseulgis:
“yerimiese
”"/><script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=a8fadfa499d8cb7c3f8eefdf0b1adfdd"></script><link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/gibson/stylesheet.css?v=3"><meta name="keywords" content="tag tag tag,tags look like this,Anonymous" /><!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:title" content="yup" /><meta property="og:url" content="https://umwhatever1.tumblr.com/?og=1" /><meta property="og:description" content="" /><meta property="og:type" content="tumblr-feed:tumblelog" /><meta property="og:image" content="https://assets.tumblr.com/images/default_avatar/cube_closed_128.png" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=umwhatever1" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=umwhatever1" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:site" content="tumblr" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="umwhatever1" /><meta name="twitter:title" content="umwhatever1" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=umwhatever1&referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=umwhatever1&referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=umwhatever1&referrer=twitter-cards" /><!-- GOOGLE CAROUSEL --><script type="application/ld+json">
{"@type":"ItemList","url":"https:\/\/umwhatever1.tumblr.com","itemListElement":[{"@type":"ListItem","position":1,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637545634000502784\/90s-love-preview"},{"@type":"ListItem","position":2,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637544958719574016\/reveluvrevival-challenge-week-3-favorite"},{"@type":"ListItem","position":3,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637544925243801600\/hi-bestie-hi-bestie-hi-bestie"},{"@type":"ListItem","position":4,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637544850921766912\/princess-yeri"},{"@type":"ListItem","position":5,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637544849105682432\/yeri-181231"},{"@type":"ListItem","position":6,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637544846897414144\/visuals"},{"@type":"ListItem","position":7,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637544844174196736\/yeri-dazed-korea"},{"@type":"ListItem","position":8,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637544842235412480\/yerimiese"},{"@type":"ListItem","position":9,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637544836675862528\/yeri-dazed-korea-may-2020-issue"},{"@type":"ListItem","position":10,"url":"https:\/\/umwhatever1.tumblr.com\/post\/637544834468544512\/yerimiese"}],"@context":"http:\/\/schema.org"}</script><link rel="canonical" href="https://umwhatever1.tumblr.com" /><script
defer
type="application/javascript"
id="bilmur"
data-provider="tumblr.com"
data-service="blognetwork"
data-customproperties='{"theme": ""}'
nonce="bobXb5t294iRWny3YXM8ZDvBHW8"
src="https://s0.wp.com/wp-content/js/bilmur.min.js?m=202319"
></script><script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=a8fadfa499d8cb7c3f8eefdf0b1adfdd"></script><link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/gibson/stylesheet.css?v=3"><link rel="canonical" href="https://sweetrides.tumblr.com/90slove" /></head>
<body>
<div id="container">
<div id="paper">
<div id="pattern">
</div>
</div>
<div class="border"></div>
<div id="sidebar">
<div class="side"></div>
<div class="polaroid">
<img src="https://64.media.tumblr.com/b8cb8633b8e74a024ee971210b6c1aa4/aec49b5040db5684-de/s2048x3072/dec5c0ffdefbae2ee554506fce2cc617e793a963.png" draggable="false">
</div>
<div class="pantone1">
<div class="pantone">pantone<div class="pt">color</div></div>
</div>
<div class="pantone2"><div class="pantone">pantone <div class="pt">color</div> </div></div>
<div class="stape1">
</div>
<div class="stape2"></div>
<div class="stitle">dancing in my room</div>
</div>
<div class="tab">
<button class="tablinks"><a href="/">index</a></button>
<button class="tablinks"><a href="/ask">inbox</a></button>
<button class="tablinks" onclick="openCity(event, 'nav')">navigate</button>
<button class="tablinks" onclick="openCity(event, 'muse')">muses</button>
</div>
<div id="nav" class="tabcontent">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper">
<div class="pattern">
</div>
</div>
<div class="nav">
<img draggable="false" src="https://64.media.tumblr.com/ebecc405c4a0262c9e69a61ba7a7502f/aec49b5040db5684-8a/s2048x3072/c32433282ecab2d5715a03af71c87d80d4d6f2a2.png">
</div>
<div class="ntitle">
navig8!
</div>
<div class="ntitle2">subtitle</div>
<div class="rules">
<div class="rulest">information</div>
<div class="rulesb">
<span>l</span> orem ipsum dolor sit amet, consectetur adipiscing elit. Praesent non arcu convallis, gravida lacus eget, feugiat felis. Morbi convallis nec ante at pretium. Nullam ac magna et dolor facilisis convallis ut non metus. Maecenas a ultrices libero. Maecenas eu ipsum mauris. Aliquam vel ex eget purus fermentum molestie viverra a diam.
</div></div>
<div class="npng"></div>
<div class="nlink">
<div class="ntape"></div>
<div class="nlist">
<a href="/" title="link 1">4</a>
<a href="/" title="link two">!</a>
<a href="/" title="link three">/</a>
<a href="/" title="link four">?</a>
<br>
<a href="/" title="link five">;</a>
<a href="/" title="link six">-</a>
<a href="/" title="link seven">(</a>
<a href="/" title="link eight">1</a>
</div>
<div class="nlistt">links!</div>
</div>
<div class="nmusic">
<img src="https://64.media.tumblr.com/4e4bf3a9f9f2d190486d160b212011b5/aec49b5040db5684-a2/s2048x3072/1eac0574378be2fce25069b80e21ff0affea6c57.png" draggable="false">
<div class="song">nutted
<div class="artist">comethazine</div>
</div>
<div class="nmusicp">
<button onclick="playAudio()" type="button"><i class="fas fa-play"></i></button>
<button onclick="pauseAudio()" type="button"><i class="fas fa-pause"></i></button>
</div>
</div>
<audio id="myAudio">
<source src="https://dl.dropboxusercontent.com/s/dvvc50k7tht2to6/Comethazine%20-%20Nutted%20%28Official%20Audio%29.mp3?dl=0" type="audio/mpeg">
</audio>
</div>
<div id="muse" class="tabcontent">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper">
<div class="pattern">
</div>
</div>
<div class="mtitle2">the muses!</div>
<!-- ★·.·´¯`·.·★ muses! u can have however many u want, just copy and paste! if ur keeping the little info tabs just make sure the tab number matches the muse number ★·.·´¯`·.·★ -->
<div class="muses">
<a href="#" class="tablinks2" onclick="openCity(event, 'one')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'two')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'three')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'four')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'five')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'six')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'seven')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'eight')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'nine')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'ten')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'eleven')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'twelve')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'thirteen')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'fourteen')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
<a href="#" class="tablinks2" onclick="openCity(event, 'fifteen')" title="muse name"><img src="https://placehold.it/50" draggable="false"></a>
</div>
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="one" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="two" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="three" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="four" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="five" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="six" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="seven" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="eight" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="nine" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="ten" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="eleven" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="twelve" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="thirteen" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="fourteen" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
<!-- ★·.·´¯`·.·★ start muse tab★·.·´¯`·.·★ -->
<div id="fifteen" class="tabcontent2">
<span onclick="this.parentElement.style.display='none'" class="topright">x</span>
<div class="paper2">
<div class="pattern2">
</div>
</div>
<div class="mtitle"> first<br>last</div>
<div class="mlink">
<a href="/" title="title">/</a>
<a href="/" title="title">.</a>
<a href="/" title="title">3</a>
<a href="/" title="title">-</a>
</div>
<div class="minfo">
<div class="mtape1"></div>
<div class="mtape2"></div>
<div class="mi">
you can put whatever you want here! <span>it scrolls!</span> go crazy ahhhh go <span>stupid</span> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis. Praesent eu ullamcorper ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque purus enim, volutpat id dapibus et
</div>
</div>
<div class="mpic">
<img src="https://placehold.it/100x120" draggable="false">
</div>
<div class="msong">
<img src="https://placehold.it/50" draggable="false">
<div class="ms">
song name
<div class="mart">
artist
</div>
<div class="mp">
<i class="fas fa-backward"></i>
<i class="fas fa-play"></i>
<i class="fas fa-forward"></i>
</div>
</div>
</div>
<div class="maes">
<div class="mtape3"></div>
<div class="ma">aesthetics or something maybe idk this one scrolls too btw lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium faucibus lectus ac viverra. Sed sit amet elit porta mi euismod lobortis.</div>
</div>
</div>
<!-- ★·.·´¯`·.·★ end muse tab★·.·´¯`·.·★ -->
</div>
<!-- ★·.·´¯`·.·★ posts ★·.·´¯`·.·★ -->
<div class="lux">
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637545634000502784/90s-love-preview">0 notes</a>
<div class="info"> <a href="https://www.tumblr.com/reblog/637545634000502784/c2pPBSds" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<h1>90s love! preview</h1>
<p><a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fpayhip.com%2Fb%2FU6DS&t=NzlmYTIyOWMyYTlhZWFhNzk5NWQ2YmViZTdhMjFlZDNjZTUxZDgwZixjMnBQQlNkcw%3D%3D&b=t%3AQnZ7jkHedfcIANHu8OZMnA&p=https%3A%2F%2Fumwhatever1.tumblr.com%2Fpost%2F637545634000502784%2F90s-love-preview&m=1&ts=1608212751">click here to purchase the code</a></p><p>image sizes</p><ul><li>sidebar: <i>145x290</i></li><li>polaroid:<i> 150x120</i></li><li>navgation: 80x80</li><li>png: 130x200</li><li>song icon: 55x55</li><li>muse images: 50x50</li><li>muse tab: 100x120</li><li>muse song: 50x50</li></ul>
</div>
<div class="tags"><div class="tape1"></div>
<span>2</span><a href="https://umwhatever1.tumblr.com/tagged/tag-tag-tag"> tag tag tag </a>
</div>
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637544958719574016/reveluvrevival-challenge-week-3-favorite">1,674 notes</a>
<div class="info"> <a href="https://psyoungs.tumblr.com/post/190580100588/reveluvrevival-challenge-week-3-favorite" title="via">)</a> <a href="https://www.tumblr.com/reblog/637544958719574016/bb2q4pNA" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<div id="photoset_637544958719574016" class="html_photoset"> <iframe
id="photoset_iframe_637544958719574016" name="photoset_iframe_637544958719574016"
class="photoset" scrolling="no" frameborder="0"
height="-10" width="100%" style="border:0px; background-color:transparent; overflow:hidden;" src="/post/637544958719574016/photoset_iframe/umwhatever1/tumblr_q507nnCKVU1rzz6vg/0/false"
></iframe></div>
<p><a href="https://psyoungs.tumblr.com/post/190580100588/reveluvrevival-challenge-week-3-favorite" class="tumblr_blog">psyoungs</a>:</p><blockquote><blockquote><p><small>#ReveluvRevival Challenge <br />↳ week 3:
favorite choreography (dance) moves (1/3)</small><br /></p></blockquote></blockquote>
</div>
<div class="tags"><div class="tape1"></div></div>
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637544925243801600/hi-bestie-hi-bestie-hi-bestie">0 notes</a>
<div class="info"> <a href="https://www.tumblr.com/reblog/637544925243801600/TpnBtjTQ" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<div class="question"><div class="asker">Anonymous asked:</div>
<div class="q1"><p>hi bestie hi bestie hi bestie</p></div></div><br>
<blockquote class="npf_indented"><div><small>hey bae <b><i>!</i></b></small></div></blockquote><figure data-orig-height="70" data-orig-width="70"><img src="https://64.media.tumblr.com/9512901ec27bccac70603549a2f80a52/fb46ae8c5fdcf893-75/s75x75_c1/f120b323e2e0ad026de9a7498e3f0bf771c74006.gifv" data-orig-height="70" data-orig-width="70" width="70" height="70" alt="image" /></figure>
</div>
<div class="tags"><div class="tape1"></div>
<span>2</span><a href="https://umwhatever1.tumblr.com/tagged/tags-look-like-this"> tags look like this </a>
<a href="https://umwhatever1.tumblr.com/tagged/Anonymous"> Anonymous </a>
</div>
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637544850921766912/princess-yeri">1,313 notes</a>
<div class="info"> <a href="https://theseulgis.tumblr.com/post/622260941678067712/princess-yeri" title="via">)</a> <a href="https://www.tumblr.com/reblog/637544850921766912/ouNqBVnK" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<div id="photoset_637544850921766912" class="html_photoset"> <iframe
id="photoset_iframe_637544850921766912" name="photoset_iframe_637544850921766912"
class="photoset" scrolling="no" frameborder="0"
height="-6" width="100%" style="border:0px; background-color:transparent; overflow:hidden;" src="/post/637544850921766912/photoset_iframe/umwhatever1/tumblr_qcotranh0E1te2y6n/0/false"
></iframe></div>
<p><a href="https://theseulgis.tumblr.com/post/622260941678067712/princess-yeri" class="tumblr_blog">theseulgis</a>:</p><blockquote><blockquote><p><small><a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fyoutu.be%2FKenDWX2dvIM&t=ZTNiZjE5OTg2YjE3MjZjNzM3NWFhMTEyZmZmNGJiOTE2YzczZWZjYyxvdU5xQlZuSw%3D%3D&b=t%3AQnZ7jkHedfcIANHu8OZMnA&p=https%3A%2F%2Fumwhatever1.tumblr.com%2Fpost%2F637544850921766912%2Fprincess-yeri&m=1&ts=1608212752">princess</a> yeri ♥<br /></small></p></blockquote></blockquote>
</div>
<div class="tags"><div class="tape1"></div></div>
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637544849105682432/yeri-181231">1,329 notes</a>
<div class="info"> <a href="https://myjoys.tumblr.com/post/620489003243831296/yeri-181231" title="via">)</a> <a href="https://www.tumblr.com/reblog/637544849105682432/cVuP6BQn" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<div id="photoset_637544849105682432" class="html_photoset"> <iframe
id="photoset_iframe_637544849105682432" name="photoset_iframe_637544849105682432"
class="photoset" scrolling="no" frameborder="0"
height="-4" width="100%" style="border:0px; background-color:transparent; overflow:hidden;" src="/post/637544849105682432/photoset_iframe/umwhatever1/tumblr_qboluxcQoA1whmsz5/0/false"
></iframe></div>
<p><a href="https://myjoys.tumblr.com/post/620489003243831296/yeri-181231" class="tumblr_blog">myjoys</a>:</p><blockquote><p><small>Yeri-181231</small></p></blockquote>
</div>
<div class="tags"><div class="tape1"></div></div>
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637544846897414144/visuals">1,441 notes</a>
<div class="info"> <a href="https://tiffanyssi.tumblr.com/post/618779531252301824/visuals" title="via">)</a> <a href="https://www.tumblr.com/reblog/637544846897414144/k7Y3SRdG" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<div id="photoset_637544846897414144" class="html_photoset"> <iframe
id="photoset_iframe_637544846897414144" name="photoset_iframe_637544846897414144"
class="photoset" scrolling="no" frameborder="0"
height="-10" width="100%" style="border:0px; background-color:transparent; overflow:hidden;" src="/post/637544846897414144/photoset_iframe/umwhatever1/tumblr_qapnxeokgk1yr6qat/0/false"
></iframe></div>
<p><a href="https://tiffanyssi.tumblr.com/post/618779531252301824/visuals" class="tumblr_blog">tiffanyssi</a>:</p><blockquote><blockquote><p><sub><b>visuals</b></sub></p></blockquote></blockquote>
</div>
<div class="tags"><div class="tape1"></div></div>
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637544844174196736/yeri-dazed-korea">1,285 notes</a>
<div class="info"> <a href="https://myjoys.tumblr.com/post/629571187289309184/yeri-dazed-korea" title="via">)</a> <a href="https://www.tumblr.com/reblog/637544844174196736/AhevqAFY" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<div id="photoset_637544844174196736" class="html_photoset"> <iframe
id="photoset_iframe_637544844174196736" name="photoset_iframe_637544844174196736"
class="photoset" scrolling="no" frameborder="0"
height="-10" width="100%" style="border:0px; background-color:transparent; overflow:hidden;" src="/post/637544844174196736/photoset_iframe/umwhatever1/tumblr_qgu92nVoSl1whmsz5/0/false"
></iframe></div>
<p><a href="https://myjoys.tumblr.com/post/629571187289309184/yeri-dazed-korea" class="tumblr_blog">myjoys</a>:</p><blockquote><p><small>Yeri - Dazed Korea</small></p></blockquote>
</div>
<div class="tags"><div class="tape1"></div></div>
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637544842235412480/yerimiese">1,261 notes</a>
<div class="info"> <a href="https://femaleidols.tumblr.com/post/627970199362142208/yerimiese" title="via">)</a> <a href="https://www.tumblr.com/reblog/637544842235412480/ZcggkuVU" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<div id="photoset_637544842235412480" class="html_photoset"> <iframe
id="photoset_iframe_637544842235412480" name="photoset_iframe_637544842235412480"
class="photoset" scrolling="no" frameborder="0"
height="-10" width="100%" style="border:0px; background-color:transparent; overflow:hidden;" src="/post/637544842235412480/photoset_iframe/umwhatever1/tumblr_qfxiyyUGXW1sk2kqw/0/false"
></iframe></div>
<p><a href="https://femaleidols.tumblr.com/post/627970199362142208/yerimiese" class="tumblr_blog">femaleidols</a>:</p><blockquote><p><a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fwww.instagram.com%2Fp%2FCEjYStfA2sa%2F&t=Y2FiZTQwNWViNjVlZjRlODA1MjdlZWQ5MTI0YWQyYjdiYmY5NWU2YSxaY2dna3VWVQ%3D%3D&b=t%3AQnZ7jkHedfcIANHu8OZMnA&p=https%3A%2F%2Fumwhatever1.tumblr.com%2Fpost%2F637544842235412480%2Fyerimiese&m=1&ts=1608212752">yerimiese
</a><br /></p></blockquote>
</div>
<div class="tags"><div class="tape1"></div></div>
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637544836675862528/yeri-dazed-korea-may-2020-issue">1,895 notes</a>
<div class="info"> <a href="https://joifuns.tumblr.com/post/616074403295428608/yeri-dazed-korea-may-2020-issue" title="via">)</a> <a href="https://www.tumblr.com/reblog/637544836675862528/PbdbFLbu" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<div id="photoset_637544836675862528" class="html_photoset"> <iframe
id="photoset_iframe_637544836675862528" name="photoset_iframe_637544836675862528"
class="photoset" scrolling="no" frameborder="0"
height="6" width="100%" style="border:0px; background-color:transparent; overflow:hidden;" src="/post/637544836675862528/photoset_iframe/umwhatever1/tumblr_q96dbzvDUx1x86o30/0/false"
></iframe></div>
<p><a href="https://joifuns.tumblr.com/post/616074403295428608/yeri-dazed-korea-may-2020-issue" class="tumblr_blog">joifuns</a>:</p><blockquote><blockquote><p><small>Yeri
♡ DAZED Korea May 2020 Issue</small></p></blockquote></blockquote>
</div>
<div class="tags"><div class="tape1"></div></div>
<!-- -->
<div id="post">
<div id="info">
<a href="https://umwhatever1.tumblr.com/post/637544834468544512/yerimiese">1,755 notes</a>
<div class="info"> <a href="https://theseulgis.tumblr.com/post/622793474158346240/yerimiese" title="via">)</a> <a href="https://www.tumblr.com/reblog/637544834468544512/47w3QsUC" title="reblog">$</a></div>
<div class="tape2"></div>
</div>
<div id="photoset_637544834468544512" class="html_photoset"> <iframe
id="photoset_iframe_637544834468544512" name="photoset_iframe_637544834468544512"
class="photoset" scrolling="no" frameborder="0"
height="-10" width="100%" style="border:0px; background-color:transparent; overflow:hidden;" src="/post/637544834468544512/photoset_iframe/umwhatever1/tumblr_qczpmkb7QN1te2y6n/0/false"
></iframe></div>
<p><a href="https://theseulgis.tumblr.com/post/622793474158346240/yerimiese" class="tumblr_blog">theseulgis</a>:</p><blockquote><p><a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fwww.instagram.com%2Fp%2FCCQIrL9g5QF%2F&t=MWVhZWU1ZjA1Zjk3ZTAwYWVhZGI1ZTUyNTI2MDllMDFhNTczOWIzNCw0N3czUXNVQw%3D%3D&b=t%3AQnZ7jkHedfcIANHu8OZMnA&p=https%3A%2F%2Fumwhatever1.tumblr.com%2Fpost%2F637544834468544512%2Fyerimiese&m=1&ts=1608212752">yerimiese</a></p></blockquote>
</div>
<div class="tags"><div class="tape1"></div></div>
</div>
</div>
<!-- ★·.·´¯`·.·★ credit/don't touch ★·.·´¯`·.·★ -->
<iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target"></iframe><script type="text/javascript">
(function(){
var analytics_frame = document.getElementById('ga_target');
var analytics_iframe_loaded;
var user_logged_in;
var blog_is_nsfw = 'No';
var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
var eventer = window[eventMethod];
var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
eventer(messageEvent,function(e) {
var message = (e.data && e.data.split) ? e.data.split(';') : '';
switch (message[0]) {
case 'analytics_iframe_loaded':
analytics_iframe_loaded = true;
postCSMessage();
postGAMessage();
break;
case 'user_logged_in':
user_logged_in = message[1];
postGAMessage();
break;
}
}, false);
analytics_frame.src = "https://assets.tumblr.com/analytics.html?_v=9f5febfd57a8a649c598d888f2d9e062#" +
"https://umwhatever1.tumblr.com";
function postGAMessage() {
if (analytics_iframe_loaded && user_logged_in) {
var is_ajax = false;
analytics_frame.contentWindow.postMessage(['tick_google_analytics', is_ajax, user_logged_in, blog_is_nsfw, '/?route=%2F'].join(';'), analytics_frame.src.split('/analytics.html')[0]);
}
}
function postCSMessage() {
COMSCORE = true;
analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]);
}
})();
</script>
<script>
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";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
<script>
function openCity(evt, cityName) {
var i, tabcontent2, tablinks2;
tabcontent2 = document.getElementsByClassName("tabcontent2");
for (i = 0; i < tabcontent2.length; i++) {
tabcontent2[i].style.display = "none";
}
tablinks2 = document.getElementsByClassName("tablinks2");
for (i = 0; i < tablinks2.length; i++) {
tablinks2[i].className = tablinks2[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
<script>
var x = document.getElementById("myAudio");
function playAudio() {
x.play();
}
function pauseAudio() {
x.pause();
}
</script>
</html>
Also see: Tab Triggers