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.
<div class="container-fluid">
<div class="page-header header">
<h1 class="text-center"><strong><em>Metallica </em><small><br>The band that changed Metal</strong></small></h1>
<img class="center-block header-img" src="https://hypemexico.com.mx/wp-content/uploads/2016/01/metallica.jpg">
<footer class="text-center header"><em>From left to right, Robert Trujillo, Lars Ulrich, James Hetfield, Kirk Hammett</em></footer>
</div>
<div class="row">
<div class="col-xs-6 text-justify info-text left-text pull-left">
<h3>Summary</h3>
<p>Metallica is an American heavy metal band formed in Los Angeles, California. Metallica was formed in 1981 when vocalist/guitarist James Hetfield responded to an advertisement posted by drummer Lars Ulrich in a local newspaper. The band's current
line-up comprises founding members Hetfield and Ulrich, longtime lead guitarist Kirk Hammett and bassist Robert Trujillo. Lead guitarist Dave Mustaine and bassists Ron McGovney, Cliff Burton and Jason Newsted are former members of the band. Metallica
collaborated over a long period with producer Bob Rock, who produced all of the band's albums from 1990 to 2003 and served as a temporary bassist between the departure of Newsted and the hiring of Trujillo.<img style="padding-top:5px" class="img-responsive" src="https://upload.wikimedia.org/wikipedia/en/timeline/01552647d29062201f4e816c56fd424d.png"></p>
</div>
<div class="col-xs-6 text-justify info-text right-text pull-right">
<h3>A little history</h3>
<p>The band's fast tempos, instrumentals, and aggressive musicianship placed them as one of the founding "big four" bands of thrash metal, alongside Anthrax, Megadeth, and Slayer. The band earned a growing fan base in the underground music community
and won critical acclaim with its first four albums; their third album Master of Puppets (1986) was described as one of the most influential and heaviest of thrash metal albums. Metallica achieved substantial commercial success with its eponymous
fifth album Metallica (1991), which debuted at number one on the Billboard 200. With this release the band expanded its musical direction, resulting in an album that appealed to a more mainstream audience. Despite reaching number one on
the Billboard 200, the release of St. Anger (2003) alienated many fans with the exclusion of guitar solos and the "steel-sounding" snare drum. A film titled Some Kind of Monster documented the recording of St. Anger and the tensions within the
band during that time. In 2009, Metallica was inducted into the Rock and Roll Hall of Fame.</p>
<h3>Napster Scandal</h3>
<p> In 2000, Metallica was among a number
of artists who filed a lawsuit against Napster for sharing the band's copyright-protected material for free without consent from any band member. A settlement was reached and Napster became a pay-to-use service.</p>
</div>
</div>
<div class="col-xs-12 text-justify info-album">
<h3>Awards</h3>
<p>Metallica has released nine studio albums, four live albums, five extended plays, 26 music videos, and 37 singles. The band has won eight Grammy Awards and five of its albums have consecutively debuted at number one on the Billboard 200. The band's
eponymous 1991 album has sold over 16 million copies in the United States, making it the best-selling album of the SoundScan era. Metallica ranks as one of the most commercially successful bands of all time, having sold over 110 million records
worldwide. Metallica has been listed as one of the greatest artists of all time by many magazines, including Rolling Stone, which ranked them 61st on its list of The 100 Greatest Artists of All Time. As of December 2012, Metallica is the third best-selling
music artist since Nielsen SoundScan began tracking sales in 1991, selling a total of 54.26 million albums in the U.S. In 2012, Metallica formed the independent record label Blackened Recordings and took full ownership of its albums and videos.
As of 2016, the band is in production of its tenth studio album, which is expected to be released later in the year.</p>
</div>
<div class="footer">
<footer class="text-center"><a href="https://metallica.com/" target="_blank">Click here to learn more about this amazing band.</a></footer>
</div>
</div>
body {
background-color: black;
}
.header {
font-family: 'Oswald', 'Monserrat', sans-serif;
color: rgb(200, 200, 200);
}
.info-text {
font-family: 'Oswald', 'Monsterrat', sans-serif;
font-size: 125%;
color: rgb(150, 150, 150);
padding-top: 20px;
float: center;
}
.right-text {
padding-right: 20px;
}
.left-text {
padding-left: 20px;
}
.info-album {
font-family: 'Oswald', 'Monsterrat', sans-serif;
font-size: 125%;
color: rgb(150, 150, 150);
}
.footer {
font-family: 'Oswald', 'Monsterrat', sans-serif;
font-size: 110%;
}
Also see: Tab Triggers