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.
<div class="container">
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-6 col-lg-4 my-3">
<div class="card-flip h-100">
<div class="card-front">
<div class="card-body">
<img src="https://goatreview.org/wp-content/uploads/2023/09/scuttlegoat.png"class="card" style="width:100%"/>
<div class="mobile"><i class="fas fa-redo-alt"></i> Tap to rotate</div>
</div>
</div>
<div class="card-back">
<div class="card-body"><div class="card">
<h3 class="card-title">Scuttlegoat</h3>
<p class="card-text"><b>Position:</b> Site Owner, Writer</p>
<p class="card-text">Aka Goat Destrvctör. Bigger, faster and stronger, too ; first member of the Caprae Crew. Brought up on a heavy diet of Old School Death Metal, NWoBHM and Funeral Doom. Appreciates Structure and strong craft as well as the willingness to be creative.</p>
<p class="card-text"><b>Favorite bands:</b> Iron Maiden, Bolt Thrower, Mournful Congregation</p>
<p class="card-text"><b>Least Favourite Genres:</b> Power Metal without testicles</p>
<a href="https://goatreview.org/author/scuttle-goat/" class="" target="_blank">Scuttlegoat's posts »</a>
</div></div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 my-3">
<div class="card-flip h-100">
<div class="card-front">
<div class="card-body">
<img src="https://goatreview.org/wp-content/uploads/2023/09/metalligator.png"class="card" style="width:100%"/>
<div class="mobile"><i class="fas fa-redo-alt"></i> Tap to rotate</div>
</div>
</div>
<div class="card-back">
<div class="card-body"><div class="card">
<h3 class="card-title">Metalligator</h3>
<p class="card-text"><b>Position:</b> Writer</p>
<p class="card-text">A slam-water alligator who lives on different and varied kinds of metal. Listens to every weight class of the genre but generally prefers well done mixes of genres.</p>
<p class="card-text"><b>Favorite Bands:</b> Opeth, Sigh, Agalloch</p>
<p class="card-text"><b>Least Favourite Genres:</b> Post Black, Stoner Sabbath Worship</p>
<a href="https://goatreview.org/author/metalligator/" class="" target="_blank">Metalligator's posts »</a>
</div></div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 my-3">
<div class="card-flip h-100">
<div class="card-front">
<div class="card-body">
<img src="https://goatreview.org/wp-content/uploads/2023/09/blar.png"class="card" style="width:100%"/>
<div class="mobile"><i class="fas fa-redo-alt"></i> Tap to rotate</div>
</div>
</div>
<div class="card-back">
<div class="card-body"><div class="card">
<h3 class="card-title">Blár</h3>
<p class="card-text"><b>Position:</b> Editor, Occasional Writer</p>
<p class="card-text">A skeleton in space who likes hotdogs. Connoisseur of melancholy and dread, no disgusting happiness here! Listens to a wide variety of genres and prefer the obscure and odd.</p>
<p class="card-text"><b>Favourite Bands:</b> Caprae Idolum, YOB, Hold Me Down</p>
<p class="card-text"><b>Least Favourite Genres:</b> Pirate Metal, Viking Metal and Power Metal</p>
<a href="https://goatreview.org/author/blar/" class="" target="_blank">Blár's posts »</a>
</div></div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 my-3">
<div class="card-flip h-100">
<div class="card-front">
<div class="card-body">
<img src="https://goatreview.org/wp-content/uploads/2023/09/alice.png"class="card" style="width:100%"/>
<div class="mobile"><i class="fas fa-redo-alt"></i> Tap to rotate</div>
</div>
</div>
<div class="card-back">
<div class="card-body"><div class="card">
<h3 class="card-title">Alice F.</h3>
<p class="card-text"><b>Position:</b> Writer</p>
<p class="card-text">Only likes punk rock. How fortunate it is that they have a horribly twisted and generous idea of what punk rock is.</p>
<p class="card-text"><b>Favourite bands:</b> Anaal Nathrakh, Gridlink, Endon, 9mm Parabellum Bullet, The Armed, Shinsei Kamattechan</p>
<p class="card-text"><b>Least Favourite genres:</b> Any orthodox extreme metal, motivational speaking, harsh noise wall</p>
</div></div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 my-3">
<div class="card-flip h-100">
<div class="card-front">
<div class="card-body">
<img src="https://goatreview.org/wp-content/uploads/2023/09/cosmo.png"class="card" style="width:100%"/>
<div class="mobile"><i class="fas fa-redo-alt"></i> Tap to rotate</div>
</div>
</div>
<div class="card-back">
<div class="card-body"><div class="card">
<h3 class="card-title">Cosmic Vampire</h3>
<p class="card-text"><b>Position:</b> Writer</p>
<p class="card-text">I like mostly techdeath, black metal, death metal, and doom. Most people say I have bad taste. I’ll give anything a try though.</p>
<p class="card-text"><b>Favorite bands:</b> First Fragment, Der Weg einer Freiheit, Gevurah, Abyssal, Convocation</p>
<p class="card-text"><b>Least Favorite Genres:</b> Most prog, power metal, -core that doesn’t start with grind</p>
<a href="https://goatreview.org/author/cosmo/" class="" target="_blank">Cosmic's posts »</a>
</div></div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 my-3">
<div class="card-flip h-100">
<div class="card-front">
<div class="card-body">
<img src="https://goatreview.org/wp-content/uploads/2023/09/trans-dimensional.png"class="card" style="width:100%"/>
<div class="mobile"><i class="fas fa-redo-alt"></i> Tap to rotate</div>
</div>
</div>
<div class="card-back">
<div class="card-body"><div class="card">
<h3 class="card-title">Trans-dimensional Being of Extreme Punctuation</h3>
<p class="card-text"><b>Position:</b> Editor, Occasional Writer</p>
<p class="card-text">Who wants to know?</p>
<p class="card-text"><b>Favourite Bands:</b> Arthouse Fatso, Vortexectomy</p>
<p class="card-text"><b>Least Favourite Genres:</b> Music</p>
<a href="https://goatreview.org/author/trans-dimensional-being/" class="" target="_blank">Trans-dimensional's posts »</a>
</div></div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 my-3">
<div class="card-flip h-100">
<div class="card-front">
<div class="card-body">
<img src="https://goatreview.org/wp-content/uploads/2023/10/site-terrierizor.jpeg"class="card" style="width:100%"/>
<div class="mobile"><i class="fas fa-redo-alt"></i> Tap to rotate</div>
</div>
</div>
<div class="card-back">
<div class="card-body"><div class="card">
<h3 class="card-title">Terrierizor</h3>
<p class="card-text"><b>Position:</b> Site Manager</p>
<!-- <p class="card-text"></p> -->
<p class="card-text"><b>Favourite Bands:</b> The Jelly Jam, King's X, Hadag Nahash</p>
<p class="card-text"><b>Least Favourite Genres:</b> Country</p>
</div></div>
</div>
</div>
</div>
</div>
</div>
body{
background: #770E2A url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAWaElEQVR4Xu3dU5N12bIG4F1t27ZtjrY72rZt27ZtW9F2Z9u2bdsn94n9jIvxC+bF7IiO+qpWrcl880WOuWrg8ssvjzXXXLO88847Mckkk5Rhhx02fv755/LMM8/ELLPMUi666KJYb731ytdffx2jjjpqGXnkkePbb78tm266aZx99tnl4IMPjn333bf8+eefMfjgg5eRRhopvvvuu3L44YfHnnvuWXIbkdsqP/74Yww//PDl9ttvjyWXXLIsssgicc8999Sfr7zyynHttdeWp59+OmadddYy9dRTx6uvvlqGG264+Omnn8qMM84Yzz//fJlyyinj9ddfL2OPPXZ8+umn5aCDDor99tuvDDrooPH333+XbbfdNk4++eRy/vnnx4Ybblh22GGHOOGEE+rvH3/88bHjjjuWIYccMn7//feyzz77xCGHHFIeeOCBWGCBBcoFF1wQG2ywQbn//vtjwQUXLFtttVWcdtpp9Xy/+eabGGWUUep5OA7XcY455ognnnii5LlFnmOZfvrp48UXXywHHHBA5P/1fPKaR76nHHXUUbHbbruVl156Kaabbroy8J/+v05dgYHnnnsuZpppprLKKqvENddcU79uscUWccYZZ9SKm3vuuePRRx8ta6yxRlxxxRUVESoGwhI9kSgqE088cbz77rtlzjnnjMcff7wsvPDCce+99xbbgQgVfeihh8bee+9dVNoMM8wQL7zwQjnwwANj//33r9u7++67Y9FFF63IOOyww2Kvvfaq74NQSLzttttiqaWWKh988EFMMMEEFeGllMj/KpJ++eWXGGaYYco888wTjzzySPn3339jYGCgJKoj0V3PO7tAZDeoyHI+77//fkw44YTlwQcfjPnnn7+suOKKcf3111fkOe7sDpHHVhLdkeiq13ePPfaII444okdIp+CRBzPw8MMPx7zzzluuuuqqWG211SpX6K1nnXVWbLbZZrX3qdxpppkmXnnllVoJG2+8cZx77rkl+21k3y1ZtZHVW/y+isUJxx13XOy00061cq+++upYddVVy1hjjRWfffZZOfbYY2PnnXeuPfbGG2+M5Zdfvgw11FDx22+/1eOZeeaZ49lnn609GFIhZ5NNNolzzjmnntcdd9wRSyyxROW40UcfPb788suy3XbbxUknnVQg96233orJJpusHH300bHrrruWySefPN58883KfXkMkcdSdJLknUj+KckvkV2jcl6iLBJtBbesu+66cfHFF1dkQPTqq68eV155ZY+QziFE5anIL774IsYYY4yisnylWnAOhKhE78cp1IPtpxKLVGTF1y233DJOP/30ss4668Qll1xSUklFoqdWUiq4SCVXzjvvvNhoo41KKp5I5VNUOIRRd3lhI/8vWf2Rv1NwR/JNZP+u+4GAVFqRiqv88ccfMcQQQ5RERyRKih5PdeEEajKVaCQKyyeffBLjjDNOodqoTtu3neTbSN6tiMfVOBWHvvbaazHVVFP1COkcQviMwQYbLP7666/y1FNPxWyzzVZVC7X02GOPxVxzzVUrI/t/ZJUWlYYzVJKfn3rqqbH11lvX3v/GG2/EFFNMUVVM9tPIvlq5Z7TRRouvvvqqfPjhhzH++OOXVH6RVVV7+H333RcLLbRQcTx6rwrlL5KPInmp5DlFnltJHolEe7H/PIbIf9fzsV8dwXEvvvjiceedd5bLLrss1lprraKDQLAOAeE4DjfrADgE10Ak37PNNtvEKaec0iOkcwjR6925H374IUYYYYTKIVmlkdVa0n1G3uXao33PgeuV9L6fr7/++nHhhRdWDqC2ONx085GuvvABrbPGNck3kf8u6REivUKh63FSuvVI1159iwqlgtILRXqi+joEffzxxzHuuOMWle73kh8ieaI4vl9//TWGHnro2jmWW265uOmmm2oSAIE33HBDrLDCCtW/2A+kOH8cY78Skt6pdwwiAzKqZZZZJm655ZaS7jjSO1TVkW49sspKeo5IZVVVkp7HZ2QeE4m2svbaa8ell15aOE8OdtJJJ42333679mKqTNbzzz//xCCDDFJ9h+1SLen6I/msQEpWYWQ1FmpP707PEOkdKgfxJRIAPmD22WePJ598slCBuIUvgCzcmF4l0rOUVISR1V4zP6opc7NIJVokFdTe999/HyOOOGLBOZnTReZ1NeODcGqtR0jXEEJPq1iVAjG4QAXwAypAz9d7qSvqSXor9VXZVFGiJhI9NUPiJ6S9VJvj3GWXXeKYY46paSwVCEm2D0l0Pv9i+ypSxUoQ5ptvvnjooYdqBeMqabNEgZrzc/uRYuMePgq3QD615jxd/x4hXUMIFUXP65HupKwIMmQ6qTgilUfN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) center center !important;
}
/*
flip card
*/
.card-flip > div {
backface-visibility: hidden;
transition: transform 300ms;
transition-timing-function: linear;
width: 100%;
height: 100%;
margin: 0;
display: flex;
overflow-y: scroll;
}
.card-front {
transform: rotateY(0deg);
text-align:center;
}
.card-front .card-body{
text-align:center;
}
.card-front .mobile{background-color:#ED1C24;color:#fff;padding:10px;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}
.card-flip .card-back {
width: calc(100% - 2rem);
}
.card-body{background:#fff;border-radius: 0.25rem;}
.card-back .card{border:0;}
@media (min-width: 480.1px){
.card-front .mobile{display:none}
.card-flip:hover .card-front {transform: rotateY(-180deg);position: initial;}
.card-flip:hover .card-back{transform: rotateY(0deg);right: 0;left: 0;height: 100%;display: flex;overflow-y: scroll;margin: 0 1rem;}
}
@media (max-width: 480px){
img.card{border-bottom-left-radius:0;border-bottom-right-radius:0}
.card-flip.active .card-front{transform: rotateY(-180deg);position: initial;}
.card-flip.active .card-back {transform: rotateY(0deg);right: 0;left: 0;height: 100%;display: flex;overflow-y: scroll;margin: 0 1rem;}
}
.card-back {transform: rotateY(180deg);position: absolute;top: 0;}
.card-body {padding:0}
.card-front .card-body .card {padding:.25rem}
.card-back .card-body .card {padding:1.25rem}
a{color:#ED1C24;text-decoration:underline}
$('.mobile').click(function() {
$this = $(this);
if ($this.parent().parent().parent().hasClass('active')) {
} else {
$('.mobile').parent().parent().parent().removeClass('active');
$(this).parent().parent().parent().addClass('active');
}
$("html, body").animate({scrollTop: $(this).parent().parent().parent().offset().top});
});
Also see: Tab Triggers