Memasang Kode Butterfly explosion
Login ke akun blog klik tombol blog baru, buat satubuah link baru   
kemudian beri nama sesuai fungsi,  klik Edit HTML pada link baru tersebut, 
hapus semua kode template ganti dengan kode blank template, yang tersedia pada sumber  berikut :  Get Blank Template.   edit background warna sesuai keinginan klik simpan selesai.
Kemudian klik entri halaman baru HTML pada link tersebut.
copy kode dibawah ini, pastekan kedalam halaman baru tersebut dan klik simpan selesai
<style class="Mys2010-styles">
body {);color:red;height:100%;overflow:hidden;}
body{background: linear-gradient(270deg,  #333, #660099, #333, #660099,#222, #8E006B,#222, #660099, #333, #660099,#333);
   font-family: 'agency fb', Helvetica, Arial, sans-serif;
}
body {      
  text-shadow: 
    0 0 .4em currentcolor, 
    0 0 .35em yellow,
    0 0 .5em orange,
    0 0 1em red,
    0 0 2em purple;
} 
header {
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding:  0px 0;
  position: fixed;
  top:-10px;
  width: 100%;
text-align: center;
font-size:  6px;
background: linear-gradient(270deg,  #333, #660099, #333, #660099,#660, #B20000, #660, #660099, #333, #660099,#333);
  border-bottom: 3px solid #333;  
}
.ap {
position: fixed;
right: 0;
bottom:-19px;
left: 0;
height: 70px;
margin: auto;
font-family: Arial, sans-serif;
font-size: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
font-size:  11px;
background: linear-gradient(270deg,  #333, #660099, #333, #660099,#660, #B20000, #660, #660099, #333, #660099,#333);
  border-bottom: 3px solid #333;
border-top: 2px solid rgba(46, 56, 79, 0.85);
z-index: 9999;
} 
h2 {
padding:15px; 
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #333 50%, transparent 90%); 
} 
#M-2010, #teks, #posisi, #dibawah  {
    position: absolute;
    font-size: 11px;
    margin: 2px
}
#M-2010, #teks div {
    text-decoration: underline;
    cursor: pointer
}
#teks, #posisi {
    text-align: right;
    right:  50px;
}
#teks, #dibawah {
    text-align: left;
    left:  50px;
}
 #dibawah, #posisi {
    bottom:28px;
} 
.M2010 {  
  margin: 0 auto;
  text-align: center;
  color: #FFF8DC;
  text-shadow: 0 0 10px #87ceeb, 0 0 15px #87ceeb, 0 0 30px #87CEEB;
}
svg {
  width: 120px;
  height: 240px;
  overflow: visible;
}
.svg--defs {
  width: 0;
  height: 0;
  position: absolute;
}
.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 480px;
  height: 480px;
}
.container {
  width: 480px;
  height: 480px;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.petals {
  position: absolute;
  width: 480px;
  height: 480px;
  padding-left: 50%;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.petals--x {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.petals--y {
  -webkit-transform: rotateY(90deg) rotateX(180deg);
          transform: rotateY(90deg) rotateX(180deg);
}
.petal {
  position: absolute;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  margin-left: -60px;
}
.petal:nth-child(1) {
  -webkit-transform: rotateZ(72deg) rotateY(45deg);
          transform: rotateZ(72deg) rotateY(45deg);
}
.petal:nth-child(2) {
  -webkit-transform: rotateZ(144deg) rotateY(45deg);
          transform: rotateZ(144deg) rotateY(45deg);
}
.petal:nth-child(3) {
  -webkit-transform: rotateZ(216deg) rotateY(45deg);
          transform: rotateZ(216deg) rotateY(45deg);
}
.petal:nth-child(4) {
  -webkit-transform: rotateZ(288deg) rotateY(45deg);
          transform: rotateZ(288deg) rotateY(45deg);
}
.petal:nth-child(5) {
  -webkit-transform: rotateY(45deg);
          transform: rotateY(45deg);
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}
.M2010 {  
  margin: 0 auto;
  text-align: center;
  color: #FFF8DC;
  text-shadow: 0 0 10px #87ceeb, 0 0 15px #87ceeb, 0 0 30px #87CEEB;
} 
</style>
<svg class="svg svg--defs" viewBox="0 0 300 300">
    <radialGradient id="gradient-fy"
        r="50%" fy="15%">
        <stop offset="0%" 
              stop-color="yellow" />
        <stop offset="30%" 
              stop-color="yellowgreen" />
        <stop offset="60%" 
              stop-color="teal" />
        <stop offset="100%" 
              stop-color="purple"/>
      </radialGradient>

    <mask id="mask">
        <g transform="rotate(180, 150, 150)">
            <circle cx="50%" cy="150"
                    r="149"
                    stroke="white" stroke-width="7"
                    stroke-dasharray="10 20">
            </circle>
            <circle cx="50%" cy="145"
                    r="140"
                    fill="white">
            </circle>
            <circle cx="50%" cy="140"
                    r="130">
            </circle>
            <circle cx="50%" cy="135"
                    r="120"
                    fill="white">
            </circle>
            <circle cx="50%" cy="130"
                    r="110">
            </circle>
            <circle cx="50%" cy="125"
                    r="100"
                    fill="white">
            </circle>
            <circle cx="50%" cy="120"
                    r="90">
            </circle>
            <circle cx="50%" cy="115"
                    r="80"
                    fill="white">
            </circle>
            <circle cx="50%" cy="110"
                    r="70">
            </circle>
            <circle cx="50%" cy="105"
                    r="60"
                    fill="white">
            </circle>
            <circle cx="50%" cy="100"
                    r="50">
            </circle>
            <circle cx="50%" cy="95"
                    r="40"
                    fill="white">
            </circle>
            <circle cx="50%" cy="90"
                    r="30">
            </circle>
            <circle cx="50%" cy="85"
                    r="20"
                    fill="white">
            </circle>
            <circle cx="50%" cy="80"
                    r="10">
            </circle>
        </g>    
    </mask> 
   
    <symbol id="symbol" viewBox="0 0 300 600">
        <rect width="100%" height="100%"
              mask="url(#mask)"
              fill="url(#gradient-fy)"
              transform="scale(1,2)"></rect>
    </symbol>    
</svg>

<div class="wrapper">
    <div class="container">
        <div class="petals petals--x">
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
        </div>

        <div class="petals petals--y">
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
        </div>

        <div class="petals petals--z">
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
            <svg class="petal">
                <use xlink:href="#symbol"></use>
            </svg>
        </div>
    </div>
</div>
<h3 class="M2010">
<div align="center" style="margin-top:410px">
<font size="5" color="#12127D"face="agency fb">COPYRIGHT &#xA9; 2016 CIBEBER CIMAHI</h3>
</div>
</div>
<header>
<a href="http://Link Title" target="_blank" title="Mari Belajar">
<h2>
<span style="color:orange; font-size: 10pt">LET'S STUDY</a>  </h2>
</a>  
</div>
</header>
<div class="ap" id="ap">
<div align="center">
<div id="dibawah">
<span style="font-family: arial ; font-size: 12px; color:#80C8FE;"> EDITED BY. <a href="https://Link Download"title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; M - 2010 </a>&nbsp; DOWNLOAD </a> 
</div>
<div id="posisi">
<span style="font-family: arial ; font-size: 12px; color:#80C8FE;"> COPYRIGHT <a href="http://codepen.io/Myscript2010" target="_blank" title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; &copy; - 2016 </a>&nbsp; CODEPEN </a> 
</div>
<h2>
<audio id="mys2010" src="https://sites.google.com/site/sitescode2/lagu/Don-William-Emmylou-M2010s.mp3"controls="controls"></audio></h2>
</a></div>
</div>
<ul class="mys2010-list">
<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'>
</script>    
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'>
</script>   
<link rel='stylesheet prefetch' href='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelementplayer.min.css'>    
<script src='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelement-and-player.min.js'>
</script>  
<script src="//assets.codepen.io/assets/common/stopExecutionOnTimeout-f961f59a28ef4fd551736b43f94620b5.js">
</script>
<script>
      $(function () {
$('video,audio').mediaelementplayer({
success: function (mediaElement, domObject) {
var audio_src = $('li.current').attr('data-url');
mediaElement.setSrc(audio_src);
mediaElement.addEventListener('ended', function (e) {
mys2010PlayNext(e.target);
}, false);
},
keyActions: []
});
$('.mys2010-list li').click(function () {
$(this).addClass('current').siblings().removeClass('current');
var audio_src = $(this).attr('data-url');
$('audio#mys2010:first').each(function () {
this.player.pause();
this.player.setSrc(audio_src);
this.player.play();
});
});
});
function mys2010PlayNext(currentPlayer) {
if ($('.mys2010-list li.current').length > 0) {
var current_item = $('.mys2010-list li.current:first');
var audio_src = $(current_item).next().text();
$(current_item).next().addClass('current').siblings().removeClass('current');
console.log('if ' + audio_src);
} else {
var current_item = $('.mys2010-list li:first');
var audio_src = $(current_item).next().text();
$(current_item).next().addClass('current').siblings().removeClass('current');
console.log('elseif ' + audio_src);
}
if ($(current_item).is(':last-child')) {
$(current_item).removeClass('current');
} else {
currentPlayer.setSrc(audio_src);
currentPlayer.play();
}}    
</script>
Audio Code by. Jereme Causing
Butterfly explosion code by. Yoksel
Design Code is Edited by. M-2010 on Codepen
If you want to directly copy  and  paste you canDownload Here Butterfly explosion