Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

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.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

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.

+ add another resource

Packages

Add Packages

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.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <div class="fire-container">
  <div class="fire">
    <div class="fire-face">
      <div class="fire-face-eye"></div>
      <div class="fire-face-eye"></div>
      <div class="fire-face-mouth"></div>
      <div class="fire-face-cheeks"></div>
      <div class="fire-face-cheeks"></div>
    </div>
    <div class="fire-flame-one"></div>
    <div class="fire-flame-two"></div>
    <div class="fire-flame-three"></div>
    <div class="fire-flame-four"></div>
    <div class="fire-flame-five"></div>
    <div class="fire-flame-six"></div>
    <div class="fire-flame-seven"></div>
    <div class="fire-flame-eight"></div>
    <div class="fire-flame-nine"></div>
    <div class="fire-flame-ten"></div>
    <div class="fire-flame-eleven"></div>
  </div>
  <!-- Stars Start -->
  <div class="star"></div>
  <div class="star"></div>
  <div class="star"></div>
  <div class="star"></div>
  <div class="star"></div>
  <div class="star"></div>
   <!-- Circles Start -->
  <div class="circle"></div>
  <div class="circle"></div> 
  <div class="circle"></div>
  <div class="circle"></div>
</div>

<!-- Bottom Shadow Start -->
<div class="shadow">
  <svg version="1.1" class="shadow" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="61px" y="20px" width="122.436px" height="39.744px" viewBox="0 0 122.436 39.744" enable-background="new 0 0 122.436 39.744" xml:space="preserve">
    <ellipse fill="#141438" cx="61.128" cy="19.872" rx="80.25" ry="8.916"></ellipse>
  </svg>
</div>

<!-- Dribbble Icon -->
<a class="dribbble" href="https://dribbble.com/shots/7068169-Fire-Charachter" target="_blank"><img src="https://cdn.dribbble.com/assets/dribbble-ball-mark-2bd45f09c2fb58dbbfb44766d5d1d07c5a12972d602ef8b32204d28fa3dda554.svg"></a>

              
            
!

CSS

              
                @import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
:root { 
  --position-relative:relative;
  --position-absolute:absolute;
  --fire-cosmos:#191743;
  --fire-cheeks:#e16e4e;
  --content:"";
  --display-block:block;
  --margin-auto:auto;
}
body{
  background-color:var(--fire-cosmos);
  --position-relative:relative;
}
.fire-container{
  position:var(--position-relative);
  width:450px;
  margin:150px var(--margin-auto) 0;
}
.fire{
  width: 180px;
  height: 180px;
  margin:auto;
  position:var(--position-relative);
  background: #d87057;
  background: -moz-linear-gradient(top,  #d87057 0%, #d76d57 41%, #e3ab32 59%, #fad30a 100%);
  background: -webkit-linear-gradient(top,  #d87057 0%,#d76d57 41%,#e3ab32 59%,#fad30a 100%);
  background: linear-gradient(to bottom,  #d87057 0%,#d76d57 41%,#e3ab32 59%,#fad30a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87057', endColorstr='#fad30a',GradientType=0 );
  border-radius:50%;
  border-top-left-radius: 0 ;
  border-top-right-radius: 0;
}
.fire:before {
  content: var(--content);
  display:var(--display-block);
  width: 180px;
  height: 58px;
  background-color: #191743;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.fire-face-eye{
  position:var(--position-absolute);
  top: 96px;
  left: 58px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: var(--fire-cosmos);
}
.fire-face-eye:nth-child(2){
  left: 108px;
}
.fire-face-mouth{
  position:var(--position-absolute);
  top: 105px;
  left: 79px;
  width: 10px;
  height: 10px;
  border: 6px solid #ffffff;
  border-color: transparent transparent var(--fire-cosmos) var(--fire-cosmos);
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}
.fire-face-mouth:before{
  content: var(--content);
  display:var(--display-block);
  position:var(--position-absolute);
  top: -4px;
  left: -3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: var(--fire-cosmos);
}
.fire-face-mouth:after{
  content: var(--content);
  display:var(--display-block);
  position:var(--position-absolute);
  bottom: -3px;
  right: -4px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: var(--fire-cosmos);
}
.fire-face-cheeks{
  width: 13px;
  height: 13px;
  position:var(--position-absolute);
  bottom: 50px;
  left: 42px;
  background: var(--fire-cheeks);
  border-radius: 100%;
}
.fire-face-cheeks:last-child{
  left:127px;
}
.fire-flame-one{
  width: 25px;
  height: 45px;
  background: #d87057;
  background: -moz-linear-gradient(top,  #d87057 0%, #d76d57 49%, #d87852 100%); 
  background: -webkit-linear-gradient(top,  #d87057 0%,#d76d57 49%,#d87852 100%);
  background: linear-gradient(to bottom,  #d87057 0%,#d76d57 49%,#d87852 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87057', endColorstr='#d87852',GradientType=0 );
  position:var(--position-absolute);
  top:35px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.fire-flame-one:after{
  content: var(--content);
  display:var(--display-block);
  width: 12px;
  height: 13px;
  position:var(--position-absolute);
  top:9px;
  left:4px;
  background-color:rgba(232,178,150, 0.9);
  border-radius: 100%;
}
.fire-flame-one:before{
  content: var(--content);
  display:var(--display-block);
  width: 12px;
  height: 26px;
  position:var(--position-absolute);
  top:30px;
  left:4px;
  background-color:rgba(232,178,150, 0.9);
  border-radius: 10px;
}
.fire-flame-two{
  width: 25px;
  height: 45px;
  background: #f60c6b;
  background: -moz-linear-gradient(top,  #f60c6b 0%, #d76d57 37%, #e3ab32 71%, #fad30a 100%);
  background: -webkit-linear-gradient(top,  #f60c6b 0%,#d76d57 37%,#e3ab32 71%,#fad30a 100%);
  background: linear-gradient(to bottom,  #f60c6b 0%,#d76d57 37%,#e3ab32 71%,#fad30a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60c6b', endColorstr='#fad30a',GradientType=0 );
  position:var(--position-absolute);
  top:-20px;
  left:-1px;
  z-index:6;
  border-radius: 15px;
}
.fire-flame-two:before{
  content: var(--content);
  display:var(--display-block);
  width: 12px;
  height: 13px;
  position:var(--position-absolute);
  top:6px;
  left:5px;
  background-color:rgba(227,125,136,0.9);
  border-radius: 100%;
}
.fire-flame-three{
  width: 26px;
  height: 85px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#39135e), color-stop(#3f135e), color-stop(#44125e), color-stop(#49125e), color-stop(#4e115e), color-stop(#51115e), color-stop(#54105d), color-stop(#57105d), color-stop(#59105d), color-stop(#5c0f5c), color-stop(#5e0f5c), to(#600f5b));
  background-image: -o-linear-gradient(bottom, #39135e, #3f135e, #44125e, #49125e, #4e115e, #51115e, #54105d, #57105d, #59105d, #5c0f5c, #5e0f5c, #600f5b);
  background-image: linear-gradient(to top, #39135e, #3f135e, #44125e, #49125e, #4e115e, #51115e, #54105d, #57105d, #59105d, #5c0f5c, #5e0f5c, #600f5b);
  position:var(--position-absolute);
  top:-9px;
  left:25px;
  border-radius: 15px
}
.fire-flame-three:after{
  content: var(--content);
  display:var(--display-block);
  width: 12px;
  height: 13px;
  position:var(--position-absolute);
  top:6px;
  left:5px;
  background-color:rgba(113,44,113, 1.8);
  border-radius: 100%;
}
.fire-flame-four{
  width: 28px;
  height: 63px;
  background: #e52d69;
  background: -moz-linear-gradient(top,  #e52d69 0%, #d76d57 52%, #da5e5e 73%, #d87057 100%);
  background: -webkit-linear-gradient(top,  #e52d69 0%,#d76d57 52%,#da5e5e 73%,#d87057 100%);
  background: linear-gradient(to bottom,  #e52d69 0%,#d76d57 52%,#da5e5e 73%,#d87057 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52d69', endColorstr='#d87057',GradientType=0 );
  position:var(--position-absolute);
  top:1px;
  left:51px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.fire-flame-four:before{
  content: var(--content);
  display:var(--display-block);
  width: 12px;
  height: 20px;
  position:var(--position-absolute);
  top:6px;
  left:6px;
  background-color:rgba(227,125,136,0.9);
  border-radius: 10px;
}
.fire-flame-five{
  width: 26px;
  height: 95px;
  background: #860b56;
  background: -moz-linear-gradient(top,  #860b56 0%, #61105d 36%, #4e115e 100%);
  background: -webkit-linear-gradient(top,  #860b56 0%,#61105d 36%,#4e115e 100%);
  background: linear-gradient(to bottom,  #860b56 0%,#61105d 36%,#4e115e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#860b56', endColorstr='#4e115e',GradientType=0 );
  position:var(--position-absolute);
  top:-55px;
  left:78px;
  z-index:5;
  border-radius: 15px;
}
.fire-flame-six{
  width: 26px;
  height: 65px;
  background: #f60c6b;
  background: -moz-linear-gradient(top,  #f60c6b 0%, #e53069 36%, #e04066 58%, #d76d57 80%);
  background: -webkit-linear-gradient(top,  #f60c6b 0%,#e53069 36%,#e04066 58%,#d76d57 80%);
  background: linear-gradient(to bottom,  #f60c6b 0%,#e53069 36%,#e04066 58%,#d76d57 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60c6b', endColorstr='#d76d57',GradientType=0 );
  position:var(--position-absolute);
  top:-38px;
  left:104px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.fire-flame-seven{
  width: 26px;
  height: 35px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#39135e), color-stop(#3f135e), color-stop(#44125e), color-stop(#49125e), color-stop(#4e115e), color-stop(#51115e), color-stop(#54105d), color-stop(#57105d), color-stop(#59105d), color-stop(#5c0f5c), color-stop(#5e0f5c), to(#600f5b));
  background-image: -o-linear-gradient(bottom, #39135e, #3f135e, #44125e, #49125e, #4e115e, #51115e, #54105d, #57105d, #59105d, #5c0f5c, #5e0f5c, #600f5b);
  background-image: linear-gradient(to top, #39135e, #3f135e, #44125e, #49125e, #4e115e, #51115e, #54105d, #57105d, #59105d, #5c0f5c, #5e0f5c, #600f5b);
  position:var(--position-absolute);
  top:0;
  left:129px;
  z-index:4;
  border-radius: 15px;
}
.fire-flame-eight{
  width: 75px;
  height: 33px;
  background: #d9635b;
  background: -moz-linear-gradient(left, #d9635b 0%, #d86e57 73%);
  background: -webkit-linear-gradient(left, #d9635b  0%,#d86e57 73%);
  background: linear-gradient(to right, #d9635b 0%,#d86e57 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9635b', endColorstr='##d86e57',GradientType=1 );
  position:var(--position-absolute);
  top:26px;
  left:78px;
  z-index:1;
}
.fire-flame-nine{
  width: 50px;
  height: 31px;
  background: #d96b59;
  background: -moz-linear-gradient(45deg, #d96b59 30%, #e53069 91%);
  background: -webkit-linear-gradient(45deg, #d96b59 30%,#e53069 91%);
  background: linear-gradient(45deg, #d96b59 30%,#e53069 91%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d96b59', endColorstr='#e53069',GradientType=1 );
  position:var(--position-absolute);
  top:27px;
  left:130px;
  z-index:2;
}
.fire-flame-ten{
  width: 28px;
  height: 63px;
  background: #f60c6b;
  background: -moz-linear-gradient(top,  #f60c6b 0%, #e53069 30%, #e04066 49%, #d76d57 80%);
  background: -webkit-linear-gradient(top,  #f60c6b 0%,#e53069 30%,#e04066 49%,#d76d57 80%);
  background: linear-gradient(to bottom,  #f60c6b 0%,#e53069 30%,#e04066 49%,#d76d57 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60c6b', endColorstr='#d76d57',GradientType=0 );
  position:var(--position-absolute);
  top:1px;
  left:152.3px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index:3;
}
.fire-flame-eleven{
  width: 26px;
  height: 45px;
  background: #47114b;
  background: -moz-linear-gradient(top,  #47114b 27%, #28154d 50%, #1d1549 99%);
  background: -webkit-linear-gradient(top,  #47114b 27%,#28154d 50%,#1d1549 99%);
  background: linear-gradient(to bottom,  #47114b 27%,#28154d 50%,#1d1549 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47114b', endColorstr='#1d1549',GradientType=0 );
  position:var(--position-absolute);
  top:-65px;
  left:25px;
  border-radius: 15px
}
/*--------- Stars Start ---------*/
.star:nth-child(2) {
  width: 20px;
  height: 20px;
  position: var(--position-absolute);
  top: 8px;
  left: 60px;
}
.star:nth-child(2):before {
  content: var( --content);
  display:var(--display-block);
  width: 16px;
  height: 5px;
  background: #1e1651;
  background: -moz-linear-gradient(left,  #1e1651 0%, #371176 50%, #4e078b 100%);
  background: -webkit-linear-gradient(left,  #1e1651 0%,#371176 50%,#4e078b 100%);
  background: linear-gradient(to right,  #1e1651 0%,#371176 50%,#4e078b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1651', endColorstr='#4e078b',GradientType=1 ); 
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 2px;
}
.star:nth-child(2):after{
  content: var( --content);
  display:var(--display-block);
  width: 5px;
  height: 16px;
  background: #1e1651;
  background: -moz-linear-gradient(45deg,  #1e1651 0%, #371176 50%, #4e078b 100%);
  background: -webkit-linear-gradient(45deg,  #1e1651 0%,#371176 50%,#4e078b 100%);
  background: linear-gradient(45deg,  #1e1651 0%,#371176 50%,#4e078b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1651', endColorstr='#4e078b',GradientType=1 );
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 2px;
}
.star:nth-child(3) {
  width: 30px;
  height: 30px;
  position: var(--position-absolute);
  top: -30px;
  left: 0;
}
.star:nth-child(3):before{
  content: var( --content);
  display:var(--display-block);
  width: 20px;
  height: 6px;
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 2px;
  background: #f80a6c;
  background: -moz-linear-gradient(left,  #f80a6c 0%, #d9844b 37%, #e2a437 62%, #e9ba26 100%); 
  background: -webkit-linear-gradient(left,  #f80a6c 0%,#d9844b 37%,#e2a437 62%,#e9ba26 100%);
  background: linear-gradient(to right,  #f80a6c 0%,#d9844b 37%,#e2a437 62%,#e9ba26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80a6c', endColorstr='#e9ba26',GradientType=1 );
}
.star:nth-child(3):after{
  content: var( --content);
  display:var(--display-block);
  width: 6px;
  height: 20px;
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 2px;
  background: #d9844b;
  background: -moz-linear-gradient(45deg,  #d9844b 5%, #e2a437 100%);
  background: -webkit-linear-gradient(45deg,  #d9844b 5%,#e2a437 100%);
  background: linear-gradient(45deg,  #d9844b 5%,#e2a437 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9844b', endColorstr='#e2a437',GradientType=1 );
}
.star:nth-child(4) {
  width: 10px;
  height: 10px;
  position: var(--position-absolute);
  top: -90px;
  left: 66px;
}
.star:nth-child(4):before{
  content: var( --content);
  display:var(--display-block);
  width: 10px;
  height: 4px;
  margin: auto;
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background: #f80a6c;
  background: -moz-linear-gradient(left,  #f80a6c 0%, #d9844b 37%, #e2a437 62%, #e9ba26 100%); 
  background: -webkit-linear-gradient(left,  #f80a6c 0%,#d9844b 37%,#e2a437 62%,#e9ba26 100%);
  background: linear-gradient(to right,  #f80a6c 0%,#d9844b 37%,#e2a437 62%,#e9ba26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80a6c', endColorstr='#e9ba26',GradientType=1 );
}
.star:nth-child(4):after{
  content: var( --content);
  width: 4px;
  height: 10px;
  margin: auto;
  display:var(--display-block);
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background: #d9844b;
  background: -moz-linear-gradient(45deg,  #d9844b 5%, #e2a437 100%);
  background: -webkit-linear-gradient(45deg,  #d9844b 5%,#e2a437 100%);
  background: linear-gradient(45deg,  #d9844b 5%,#e2a437 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9844b', endColorstr='#e2a437',GradientType=1 );
}
.star:nth-child(5) {
  width: 20px;
  height: 20px;
  position: var(--position-absolute);
  top: -90px;
  right: 100px;
}
.star:nth-child(5):before{
  content: var( --content);
  display:var(--display-block);
  width: 16px;
  height: 5px;
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: var(--margin-auto);
  border-radius: 2px;
  background:#8A0BA0;
}
.star:nth-child(5):after{
  content: var( --content);
  display:var(--display-block);
  width: 5px;
  height: 16px;
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 2px;
  background:#8A0BA0;
}
.star:nth-child(6) {
  width: 20px;
  height: 20px;
  position: var(--position-absolute);
  top: -20px;
  right: 50px;
}
.star:nth-child(6):before{
  content: var( --content);
  display:var(--display-block);
  width: 16px;
  height: 5px;
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: var(--margin-auto);
  border-radius: 2px;
  background:#4E1071;
}
.star:nth-child(6):after{
  content: var( --content);
  display:var(--display-block);
  width: 5px;
  height: 16px;
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: var(--margin-auto);
  border-radius: 2px;
  background:#4E1071;
}
.star:nth-child(7) {
  width: 20px;
  height: 20px;
  position: var(--position-absolute);
  top: 30px;
  right: 90px;
}
.star:nth-child(7):before{
  content: var( --content);
  display:var(--display-block);
  width: 16px;
  height: 5px;
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: var(--margin-auto);
  border-radius: 2px;
  background: #f80a6c;
  background: -moz-linear-gradient(left,  #f80a6c 0%, #d9844b 37%, #e2a437 62%, #e9ba26 100%); 
  background: -webkit-linear-gradient(left,  #f80a6c 0%,#d9844b 37%,#e2a437 62%,#e9ba26 100%);
  background: linear-gradient(to right,  #f80a6c 0%,#d9844b 37%,#e2a437 62%,#e9ba26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80a6c', endColorstr='#e9ba26',GradientType=1 );
}
.star:nth-child(7):after{
  content: var( --content);
  display:var(--display-block);
  width: 5px;
  height: 16px;
  position: var(--position-absolute);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin:var(--margin-auto);
  border-radius: 2px;
  background: #d9844b;
  background: -moz-linear-gradient(45deg,  #d9844b 5%, #e2a437 100%);
  background: -webkit-linear-gradient(45deg,  #d9844b 5%,#e2a437 100%);
  background: linear-gradient(45deg,  #d9844b 5%,#e2a437 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9844b', endColorstr='#e2a437',GradientType=1 );
}
.circle:nth-child(8){
  width: 7px;
  height: 7px;
  position: var(--position-absolute);
  top: -52px;
  left: 88px;
  background:#4B1270;
  border-radius:10px; 

}
.circle:nth-child(9){
  width: 7px;
  height: 7px;
  position: var(--position-absolute);
  top: -100px;
  right: 65px;
  background: #f80a6c;
  background: -moz-linear-gradient(left,  #f80a6c 0%, #d9844b 37%, #e2a437 62%, #e9ba26 100%); 
  background: -webkit-linear-gradient(left,  #f80a6c 0%,#d9844b 37%,#e2a437 62%,#e9ba26 100%);
  background: linear-gradient(to right,  #f80a6c 0%,#d9844b 37%,#e2a437 62%,#e9ba26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80a6c', endColorstr='#e9ba26',GradientType=1 );
  border-radius:10px; 

}
.circle:nth-child(10){
  width: 7px;
  height: 7px;
  position: var(--position-absolute);
  top: 75px;
  right: 57px;
  background:#8A0BA0;
  border-radius:10px; 

}
/*---------Bottom Shadow Start---------*/
.shadow{
  width: 450px;
  margin: 10px auto;
}

/*---------Dribbble Icon---------*/
.dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}

              
            
!

JS

              
                // based on some MBE illustrations https://dribbble.com/Madebyelvis
              
            
!
999px

Console