JavaScript preprocessors can help make authoring JavaScript easier and more convenient. For instance, CoffeeScript can help prevent easy-to-make mistakes and offer a cleaner syntax and Babel can bring ECMAScript 6 features to browsers that only support ECMAScript 5.
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.
HTML Settings
Here you can Sed posuere consectetur est at lobortis. Donec ullamcorper nulla non metus auctor fringilla. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<body>
<div class="margiin paddding">
<div class="marg123"> <h1>Marshall Bruce Mathers III</h1>
<h3>Slim shady</h3>
</div>
<div>
<div class="marg123"> <img class="img-responsive round-img" src="http://hiphopgoldenage.com/wp-content/uploads/2015/08/eminem_color_touch_by_mizicko705-d3blvpd.jpg">
</div>
</div>
<div class="fluid-container" id="lists">
<p class="white-text">Here's a time line of slim shady life:</p>
<ul>
<li class="white-text"> Oct. 17, 1972 -
Born as Marshall Bruce Mathers III in St. Joseph, Missouri to Debbie Mathers and Marshall Bruce Mathers, Jr. His mother nearly dies during his birth.</li>
<li class="white-text"> 1988-
Pens his first rhyme that talks smack about LL Cool J, who’s actually one of his favorite rappers.</li>
<li class="white-text">Dec. 25, 1995-
Kim gives birth to their daughter Hailie Jade Mathers.</li>
<li class="white-text">1996-
Due to the lack of record sales, Marshall gets work as a cook.</li>
<li class="white-text">Feb. 1998-
Signs on with Dr. Dre’s Aftermath imprint.</li>
<div class="marg123"> <li class="white-text">Feb. 23, 1998-
Releases his second album The Slim Shady LP.</li> </div>
<div class="marg123">
<img class="img-responsive" src="http://www.twoop.com/wp-content/uploads/2015/01/Eminem-The-Slim-Shadly-LP.jpg" id="img1">
</div>
<li class="white-text">June 6, 1999-
Marries Kimberly Scott.</li>
<div class="marg123"> <li class="white-text">May 23, 2000-
Releases third album The Marshall Mathers LP and in its first week it sells 1.76 million copies.</li> </div>
<div class="marg123"> <img class="img-responsive" src="http://www.twoop.com/wp-content/uploads/2015/01/Eminem-The-Marshall-Mathers-LP.jpg" id="img1"></div>
<div class="marg123">
<li class="white-text">May 26, 2002-
Releases fourth album The Eminem Show.</li></div>
<div class="marg123"> <img class="img-responsive" src="http://www.twoop.com/wp-content/uploads/2015/01/Eminem-The-Eminem-Show.jpg" id="img1"> </div>
<li class="white-text">Nov. 8, 2002-
Stars in 8 Mile.</li>
<div class="marg123"> <li class="white-text">Nov. 16, 2004-
Releases his fifth album, Encore.</li></div>
<div class="marg123"><img class="img-responsive" src="http://www.twoop.com/wp-content/uploads/2015/01/Eminem-Encore.jpg" id="img1"> </div>
<div class="marg123"><li class="white-text"> May 15, 2009-
He releases his sixth album, Relapse. It debuts at #1 on the Billboard 200 chart.</li> </div>
<div class="marg123"> <img class="img-responsive" src="http://www.twoop.com/wp-content/uploads/2015/01/Eminem-Relapse.jpg" id="img1"></div>
<li class="white-text">April 29, 2010-
The first single, “Not Afraid,” from his upcoming album Recovery is released. It is downloaded 380,000 times in its first week and is the second hip hop single in the history of the Billboard Hot 100 to debut at #1. “I’ll Be Missing You” by Puff Daddy and Faith Evans featuring 112 was the first hip hop single to do so.</li>
<div class="marg123"> <li class="white-text">June 18, 2010-
He releases his seventh album, Recovery.</li> </div>
<div class="marg123"> <img class="img-responsive" src="http://www.twoop.com/wp-content/uploads/2015/01/Eminem-Recovery.jpg" id="img1"></div>
<div class="marg123"> <li class="white-text">Nov. 5, 2013-
He releases his eighth album, The Marshall Mathers LP 2.</li></div>
<div class="marg123"> <img class="img-responsive" src="http://www.twoop.com/wp-content/uploads/2015/01/The-Marshall-Mathers-LP-2.png" id="img1">
<div class="marg123"> </div>
<div > <p>While speaking with VIBE in 2011, the singer—who has worked with Em on a number of occasions-told us that she gives him top billing over all other rappers. "Eminem is my favorite rapper," she said. "There are a lot of good rappers out there. But he's my favorite."-skylar grey </p>
<h2> If you have time, you should read more about this incredible human being on his<a href="https://en.wikipedia.org/wiki/Eminem" target="blank">wikipedia entry</a></h2>
</div>
</body>
body {
background-color:black;
}
h1{color:white;
}
#list{font-family:Trebuchet MS;
box-shadow:10px 10px 25px violet;}
h2{font-size:18px;}
.white-text{color:white;
font-style:italic;
font-size:18px;}
p{font-size:22px;
font-style:italic;
color:white;}
.margiin{
font-family:Impact, Charcoal, sans-serif;
margin-top:90px;
text-align:center;}
h3{font-size:50px;}
h1{font-size:70px;}
.paddding{margin:50px 250px 150px 250px }
.round-img{border-style:solid;
border-width:30px;
border-radius:15px;
box-shadow:10px 10px 25px violet;}
#img1{border-style:solid;
border-width:10px;
border-radius:15px;
box-shadow:10px 10px 30px violet;}
.marg123{margin-bottom:25px;}
Also see: Tab Triggers