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="tigre">
<div class="body">
<div class="cola"></div>
<div class="cola3"></div>
<div class="body7"></div>
<div class="body5">
<div class="ray"></div>
</div>
<div class="legs"></div>
<div class="ray3"></div>
<div class="ray5"></div>
<div class="legs3"></div>
</div>
<div class="head">
<div class="orejas"></div>
<div class="orejas3"></div>
<div class="face"></div>
<div class="face3">
<div class="rayas">
<span class="r1"></span>
<span class="r2"></span>
<span class="r3"></span>
<span class="r4"></span>
<span class="r5"></span>
<span class="r6"></span>
<span class="r7"></span>
<span class="r8"></span>
</div>
<div class="cejas"></div>
<div class="cejas3"></div>
<div class="cejas7"></div>
<div class="ojos">
<div class="iris"><div class="iris3"></div></div></div>
<div class="ojos3"><div class="iris7"><div class="iris9"></div></div></div>
<div class="boca7"></div>
<div class="boca"></div>
<div class="boca3"></div>
<div class="bigotes"></div>
<div class="bigotes3"></div>
</div>
</div>
</div>
</div>
body{
background:black;
}
.container{
position:relative;
width:800px;
height:600px;
background:#214760;
margin:0px auto;
}
.tigre{
position:absolute;
margin:271px 350px
}
.face{
position:absolute;
width:251px;
height:172px;
border-radius: 90px ;
background:#D8D3D6;
margin:-90px -90px;
}
.face::before{
content:"";
position:absolute;
width:152px;
height:152px;
border-radius:700px 700px 5000px 700px;
background:#D8D3D6;
transform:rotate(225deg);
margin:30px 55px
}
.face3{
position:absolute;
width: 231px;
height: 182px;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
background:#f47b5d;
margin:-102px -80px;
}
.face3::before{
content:"";
position:absolute;
width:90px;
height:90px;
border-radius:700px 700px 5000px 700px;
background:#f47b5d;
transform:rotate(225deg);
margin:95px 73px
}
.face5{
position:absolute;
width:152px;
height:132px;
border-radius:100%;
background:#eda65e;
margin:40px 40px;
}
.orejas,.orejas3{
position:absolute;
width:60px;
height:65px;
border-radius:100%;
background:#969495;
border:12px solid #B94535;
}
.orejas{margin:-121px -83px}
.orejas3{margin:-121px 63px}
.ojos,.ojos3{
position:absolute;
width: 90px;
height: 80px;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
background:#937B54;
border-top:7px solid black;
animation: cerrar 3s alternate infinite;
}
.ojos{
margin:70px 12px;
border-left:7px solid black;
}
.ojos3{
margin:70px 121px;
border-right:7px solid black;
}
.ojos::before, .ojos3::before{
content:"";
position:absolute;
width: 80px;
height: 60px;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
background:#C99621;
}
.ojos::before{margin:17px 3px}
.ojos3::before{margin:17px 8px}
.iris,.iris7{
position:absolute;
width: 63px;
height: 77px;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
background:black;
margin:0 14px
}
.iris{transform:rotate(-12deg)}
.iris7{transform:rotate(12deg)}
.iris::before,.iris7::before{
content:"";
position:absolute;
width:35px;
height:50px;
border-radius:100%;
background:white;
}
.iris::before{
transform:rotate(33deg);
margin:0px 5px
}
.iris7::before{
transform:rotate(-33deg);
margin:0px 23px
}
.iris3,.iris9{
position:absolute;
width:14px;
height:12px;
border-radius:100%;
background:white;
margin:62px 30px
}
.iris3::before,.iris9::before{
content:"";
position:absolute;
width: 80px;
height:35px;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
opacity:.3;
background: #937B54;
}
.iris3::before{
margin:-60px -30px;
transform:rotate(33deg)
}
.iris9::before{
margin:-60px -49px;
transform:rotate(-33deg)
}
.boca{
position:absolute;
width:21px;
height:21px;
border-radius:100%;
background:#eaeaea;
margin:152px 95px;
animation:go7 2.1s alternate infinite;
}
.boca::before{
content:"";
position:absolute;
width:21px;
height:21px;
border-radius:100%;
background:#eaeaea;
margin:0px 21px
}
.boca3{
position:absolute;
width: 18px;
height: 16px;
border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
background:#8c4b59;
margin:145px 107px;
}
.boca7{
position:absolute;
width:21px;
height:12px;
border-radius:0 0 21px 21px;
background:#8c4b59;
border:1px solid black;
margin:162px 105px;
}
.cejas{
position:absolute;
width:25px;
height:12px;
border-radius:100%;
background:black;
margin:50px 35px;
transform:rotate(-21deg)
}
.cejas::before{
content:"";
position:absolute;
width:25px;
height:12px;
border-radius:100%;
background:black;
margin:50px 125px;
transform:rotate(42deg)
}
.cejas3,.cejas7{
position:absolute;
width:21px;
height:21px;
border-radius:100%;
}
.cejas3{
border-bottom:5px solid black;
margin:63px 12px;
}
.cejas7{
border-bottom:5px solid black;
margin:63px 195px;
}
.cejas3::before,.cejas7::before{
content:"";
position:absolute;
width:21px;
height:21px;
border-radius:100%;
border-bottom:5px solid black;
}
.cejas3::before{
margin:9px -3px;
transform:rotate(-30deg)
}
.cejas7::before{
margin:9px 0px;
transform:rotate(21deg)
}
.bigotes,.bigotes3{
position:absolute;
width:35px;
height:1px;
background: black;
animation:go7 2.1s alternate infinite;
}
.bigotes{margin:162px 73px;}
.bigotes3{margin:162px 123px;}
.bigotes::before,.bigotes3::before{
content:"";
position:absolute;
width:35px;
height:1px;
background:black;
}
.bigotes::before{
margin:7px 3px;
transform:rotate(-21deg)}
.bigotes3::before{
margin:7px -3px;
transform:rotate(21deg)}
.body5{
position:absolute;
width:95px;
height:95px;
border-radius:100%;
background:#f4b09f;
margin:80px -21px
}
.body7{
position:absolute;
width:60px;
height:102px;
border-radius:100%;
background:#B94535;
margin:77px -45px
}
.body7::before{
content:"";
position:absolute;
width:65px;
height:102px;
border-radius:100%;
background:#B94535;
margin:0px 105px
}
.legs,.legs3{
position:absolute;
width: 90px;
height: 150px;
border-top: 40px solid #f47b5d;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
border-radius: 100px / 100px;
}
.legs{
transform: rotate(85deg);
margin:30px -75px
}
.legs3{
transform: rotate(-85deg);
margin:30px -12px;
}
.legs::before, .legs3::before{
content:"";
position:absolute;
width:33px;
height:50px;
border-radius: 100%;
background:#f47b5d;
}
.legs::before{margin:-21px 77px}
.legs3::before{margin:-21px -19px}
.legs7::before{
content:"";
position:absolute;
width:33px;
height:21px;
border-radius: 0 0 50px 50px;
background:#cc9666;
margin:1px 87px
}
.cola{
position:absolute;
width:25px;
height:125px;
border-radius:30px;
background:#f47b5d;
margin:50px -55px;
transform:rotate(-21deg);
}
.cola3{
position:absolute;
width:35px;
height:35px;
border-radius:100%;
background:#f47b5d;
border-right:1px solid gray;
margin:50px -90px;
animation:go3 3s alternate infinite;
}
.r1,.r2,.r3{
position:absolute;
width:7px;
height:35px;
border-radius:3px;
background:black
}
.r1{margin:3px 93px}
.r2{margin:5px 112px}
.r3{margin:3px 132px}
.r4,.r5,.r6,.r7,.r8{
position:absolute;
width:21px;
height:5px;
border-radius:3px;
background:black;
}
.r4{margin:70px 9px}
.r5{margin:70px 201px}
.r6{margin:50px 107px}
.r7{
margin:162px 50px;
transform:rotate(-12deg)
}
.r8{
margin:162px 162px;
transform:rotate(12deg)
}
.ray{
position:absolute;
width:21px;
height:12px;
border-top:3px solid black;
border-bottom:3px solid black;
margin:45px 50px;
z-index:333;
}
.ray::before{
content:"";
position:absolute;
width:9px;
height:21px;
border-radius:100%;
border-left:3px solid black;
margin:-30px -80px;
transform:rotate(50deg);
z-index:333;
}
.ray::after{
content:"";
position:absolute;
width:9px;
height:21px;
border-radius:100%;
border-left:3px solid black;
margin:-45px -85px;
transform:rotate(60deg);
z-index:333;
}
.ray3,.ray5{
position:absolute;
width:33px;
height:30px;
border-radius:100%;
border-top:5px solid black;
z-index:777;
}
.ray3{margin:121px -16px;}
.ray5{margin:121px 65px;}
.ray3::before,.ray5::before{
content:"";
position:absolute;
width:33px;
height:30px;
border-radius:100%;
border-top:5px solid black;
z-index:777;
}
.ray3:after,.ray5::after{
content:"";
position:absolute;
width:21px;
height:9px;
border-radius:100%;
border-top:5px solid black;
z-index:777;
}
.ray3::before{margin:12px 0px;}
.ray3::after{margin:9px -25px;}
.ray5::before{margin:12px 0px;}
.ray5::after{ margin:9px 37px;}
@keyframes go {
0%{transform:translatex(0px) translatey(0px) }
100% {transform:translatex(3px) translatey(3px) }}
@keyframes go3 {
0%{transform:translatex(0px) translatey(0px) scale(1)}
100% {transform:translatex(-3px) translatey(-12px) scale(.9)}}
@keyframes go7{
0%{transform:translatey(0px) }
100% {transform:translatey(-5px)}
}
@keyframes cerrar {
0%,25%{opacity:1}
35%{opacity: 0}
50%{opacity:1;}
100%{opacity:1}
}
Also see: Tab Triggers