Memasang kode Dark Forest With Audio Mp3 Untuk menerapkan kode tersebut Langkah awal Login ke akun blog klik tombol blog barubuat satubuah link baru  kemudian beri nama sesuai fungsi, klik Edit HTML pada link baru tersebut, hapus semua kode template  ganti dengan kodeblank templateyang tersedia pada sumber berikut : Get Blank Template  
edit background warna sesuai keinginan dan 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
<link href="http://www.mp3mixtape.us/iframes/css/mediaelementplayer.min.css" rel="stylesheet prefetch"></link>
body {background-image: url();color:red;height:100%;overflow:hidden;}
.animation-mys2010 {position:absolute;bottom:0;width:100   ; }
.window {position:absolute;left:30px;top:10px;}
.bugaloos { position:absolute;left:483px;top:220px;
  animation-name: float;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;}
  .backwall {position:absolute;width:6%;height:60%;}

@keyframes Flying-mys2010 {
25% {
bottom: 80%;
left: 85%;
transform: rotateY(0deg);
}
26% {
transform: rotateY(180deg);
}
50% {
 bottom:60%;
 left: 0%;
 transform: rotateY(180deg);
}
51% {
 transform: rotateY(0deg);
}
75% {
 bottom:40%;
 left: 85%;
 transform: rotateY(0deg);
}
76% {
 bottom:40%;
 left: 85%;
 transform: rotateY(180deg);
}
99% {
 transform: rotateY(180deg);}}

@keyframes float {
  0% {
    transform:translateY(0);
  }
  50% {
    transform:translateY(-10px);
  }
  100% {
    transform:translateY(0);
  }
}
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: 0;
  width: 100%;
  background: #000;
  border-bottom: 3px solid #dad;
} 
.ap {
position: fixed;
right: 0;
bottom: 0;
left: 0;
height: 70px;
margin: auto;
font-family: Arial, sans-serif;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #333;
background: #000;
border-top: 2px solid #f0f;
z-index: 9999;
} 
/* Start: Show/Hide Playlist*/
.mejs-controls .mejs-show-playlist button {
  background: transparent url(http://www.mp3mixtape.us/iframes/image/mep/controls-playlist.png) no-repeat;
  background-position: -17px -17px;
}
.mejs-controls .mejs-hide-playlist button {
  background: transparent url(http://www.mp3mixtape.us/iframes/image/mep/controls-playlist.png) no-repeat;
  background-position: -16px 0;
}
/* End: Show/Hide Playlist */

/* Start: Previous */
.mejs-controls .mejs-prevtrack button {
  background: transparent url(http://www.mp3mixtape.us/iframes/image/mep/controls-playlist.png) no-repeat;
  background-position: 0 -16px;
}
/* End: Previous */

/* Start: Next */
.mejs-controls .mejs-nexttrack button {
  background: transparent url(http://www.mp3mixtape.us/iframes/image/mep/controls-playlist.png) no-repeat;
}
/* End: Next */

/* Start: Shuffle */
.mejs-controls .mejs-shuffle-on button {
  background: transparent url(http://www.mp3mixtape.us/iframes/image/mep/controls-playlist.png) no-repeat;
  background-position: -32px 0;
}
.mejs-controls .mejs-shuffle-off button {
  background: transparent url(http://www.mp3mixtape.us/iframes/image/mep/controls-playlist.png) no-repeat;
  background-position: -32px -16px;
}
/* End: Shuffle */

/*Start: Playlist*/
.mejs-playlist {
  position: absolute;
  height: auto !important;
  overflow-y: auto;
  
  }
.mejs-playlist ul {
  padding-left: 15px;
    
}
.mejs-playlist li {
 float: left;
 color: #fcce0a;
 font-weight: bold;
   font-size: 14px;
   height: 16px;
   overflow: hidden;
   
 cursor: pointer;
 
 display: block;
 padding: 1px 1px 1px 1px;
  
}
.mejs-playlist li:hover {
  color: #b70000;
  font-weight: bold;
}
.mejs-playlist li.current {
  color: #0afc55;
  font-weight: bold;
}
/*Code Music End*/ 

/*Background Forest*/  
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7oKJljcRvDrdNrDfGGbJOjE0TpDOluzJAdpFx63AxhSSmHz-G0Q6LBfz909ffbe4JmYep90jgQTstwMkpXHq6R5vUKL6BHDqQZRiXZX3v-Nx94Sk38HL6gllmT4axEDqM4qyvOn1ziKfJ/s1600-r/Cibeber-Cimahi-mys2010.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  -webkit-animation: overlay infinite 12s;
          animation: overlay infinite 12s;
  content: '';
}
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 50px;
  height: 1.4em;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  color: rgba(255, 255, 255, 0.55);
  font-family: agency fb, helvetica neue, sans serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: .35em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: opacity infinite 12s;
          animation: opacity infinite 12s;
}
h1 span {
  display: block;
  position: absolute;
  top: 0;
}
h1 span:nth-child(1) {
  right: 100%;
  margin-right: -.4em;
}
h1 span:nth-child(2) {
  left: 100%;
}
h1::before, h1::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 2px;
  height: 30px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.55);
  content: '';
}
h1::before {
  left: 18px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translateZ(-50%) rotateX(-90deg);
          transform: translateZ(-50%) rotateX(-90deg);
  -webkit-animation: transform ease-out infinite 12s;
          animation: transform ease-out infinite 12s;
}
h1::after {
  right: 18px;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: translateZ(-50%) rotateX(-90deg);
          transform: translateZ(-50%) rotateX(-90deg);
  -webkit-animation: transform ease-out infinite 12s;
          animation: transform ease-out infinite 12s;
}

@-webkit-keyframes transform {
  0%, 16% {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotateX(-90deg);
            transform: translateY(-50%) rotateX(-90deg);
  }
  18% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotateX(0deg);
            transform: translateY(-50%) rotateX(0deg);
  }
}

@keyframes transform {
  0%, 16% {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotateX(-90deg);
            transform: translateY(-50%) rotateX(-90deg);
  }
  18% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotateX(0deg);
            transform: translateY(-50%) rotateX(0deg);
  }
}
@-webkit-keyframes overlay {
  0% {
    opacity: .5;
  }
  18%, 81% {
    opacity: 0;
  }
  92%, 100% {
    opacity: .5;
  }
}
@keyframes overlay {
  0% {
    opacity: .5;
  }
  18%, 81% {
    opacity: 0;
  }
  92%, 100% {
    opacity: .5;
  }
}
@-webkit-keyframes opacity {
  0%, 4% {
    opacity: 0;
  }
  18%, 81% {
    opacity: 1;
  }
  92%, 100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0%, 4% {
    opacity: 0;
  }
  18%, 81% {
    opacity: 1;
  }
  92%, 100% {
    opacity: 0;
  }}
</style>
<h1>
<span><a href="http://myscript2010s.blogspot.co.id" target="_blank" title="Myscript2010"> Mys2010</a></span><span><a href="http://sample-mys2010.blogspot.co.id/p/statis-home.html" target="_blank" title="Css Effect">Effects</a></span></h1>
<div align="center">
<audio controls="" id="mejs" type="audio/mp3">
<source src="https://sites.google.com/site/studiedingsongmp3/laguku/Night-of-the-wolf-black-coach-ave-Sinitra-mys2010.mp3" title="01 - Nox Arcana - Night of the wolf "></source>
<source src="https://sites.google.com/site/studiedingsongmp3/laguku/2-Pendulum-Resurrected-mys2010.mp3" title="02 - Nox Arcana - Pendulum - Resurrected"></source>
<source src="https://sites.google.com/site/laguhiburan/mp3-1/ebonshire-mys2010.mp3" title="03 - Nox Arcana - Ebonshire Instrumental"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/4-Nox-Arcana-he-Rose-Of-Winter-mys2010.mp3" title="04 - Nox Arcana - he Rose Of Winter"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/5-Dream-Nox-Arcana-mys2010.mp3" title="05 - Nox Arcana - Dream a Dream "></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/6-Circus-Diabolique-Nox-Arcana-mys2010.mp3 " title="06 - Nox Arcana - Circus Diabolique"></source> 
/*batas*/
<source src="https://sites.google.com/site/songlagustudy/mp3/7-Blood-of-Angels-Nox-Arcana-mys2010.mp3" title=" 07 - Nox Arcana - Blood-of-Angels"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/8-Angels-Are-Weeping-Nox-Arcana-mys2010.mp3" title="08 - Nox Arcana - Angels-Are-Weeping"></source> 
<source src="https://sites.google.com/site/songlagustudy/mp3/Blood-of-Angel-Esence-of-Evil--Nox-Arcana-mys2010.mp3" title="09 - Nox Arcana - Blood of Angel - Esence of-Evil"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/Kind-Red-Spirit-Lair-of-the-Vampire-Nox-Arcana-mys2010.mp3" title="10 - Nox Arcana - Kind Red Spirit - Lair of the Vampire"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/Sanctuary-Nox-Arcana-mys2010.mp3" title="11 - Nox Arcana - Sanctuary - Nox-Arcana"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/Scarbrough-Fire-Nox-Arcana-mys2010.mp3" title="12 - Nox Arcana - Scarbrough Fire - Nox Arcana"></source> 
<source src="https://sites.google.com/site/songlagustudy/mp3/Werise-Above-Nox-Arcana-mys2010.mp3" title="13 - Werise-Above - Nox Arcana"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/Temple-of-the-Black-Pharaoh-Arcana-mys2010.mp3" title="14 - Nox Arcana - Temple of the Black Pharaoh"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/Werise-Above-Nox-Arcana-mys2010.mp3" title="15 - Nox Arcana - Werise Above Nox-Arcana"></source> 
<source src="https://sites.google.com/site/songlagustudy/mp3/Nox-Arcana-Beyond-Midnight-Cyristal-Forest-mys2010.mp3" title="16 - Nox Arcana - Beyond Midnight - Cyristal Forest"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/Nox-Arcana-Ghosts-of-Christmas-Past-Living-Dolls-mys2010.mp3" title="17 - Nox-Arcana - Ghosts of Christmas Past - Living Dolls"></source>
<source src="https://sites.google.com/site/songlagustudy/mp3/Nox-Arcana-Madness-mys2010.mp3" title="18 - Nox Arcana - Madness - Nox Arcana "></source> 
<source src="https://sites.google.com/site/songlagustudy/mp3/Nox-Arcana-Past-Time-with-Good-Company-Ligeia-mys2010.mp3" title=" 19 - Nox-Arcana - Past Time with Good Company - Ligeia"></source></audio>
</div>
<div id="Mys2010-1">
</div>
<div id="Mys2010-2">
</div>
<canvas id="Cibeber Cimahi"></canvas>

<div id="animation-mys2010">
<div class="insidewalls" id="animation-mys2010">
<img border="0" class="bugaloos" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSaZuiWPiDWCKbHXkZ8CiCP9qesYzqYK2sv7vy1mgJJRBGfE25pXn1yGegDL0R5Q2IoUvOCIswWxaX_hgDVK2Ctj216laKCMEJcbDoT6QgvtDrHPJGpfyxpKO3EgwII9wfc53XFpPwjBp5/s1600-r/kalong-mys2010.gif" height="49" name="e902" width="48" />
<div class="ap" id="ap">
<div align="center">
<a href="#" target="_blank"title="Mari Belajar">
<img class="expando" border="0" src="https://sites.google.com/site/usesitesto/file-code/silver-logo-M2010.png"name="e902" border="0" width="60" height="40" /><font size="2" color="yellow"face="agency fb"> <p>
EDITED BY. MYSCRIPT - 2010</P></a>
</div>
</div>
<header>
<a href="#" title="Myscript2010"><center>
<font size="3" color="aqua"face="Agency FB">DARK FOREST WITH NOX ARCANA</a>
</header>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript">
</script>
<script src="//assets.codepen.io/assets/common/stopExecutionOnTimeout-f961f59a28ef4fd551736b43f94620b5.js">
</script>
<script src="http://www.mp3mixtape.us/iframes/js/jquery.reverseorder.js">
</script>
<script src="http://www.mp3mixtape.us/iframes/js/mediaelement-and-player-fs.js">
</script>
<script src="http://www.mp3mixtape.us/iframes/js/mep-feature-playlist.js">
</script>
<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'>
</script>
<script>$(function () {
    $('video,audio').mediaelementplayer({
        loop: true,
        shuffle: true,
        playlist: true,
        playlistposition: 'bottom',
        audioHeight: 30,
        features: [
            'playlistfeature',
            'prevtrack',
            'playpause',
            'nexttrack',
            'loop',
            'shuffle',
            'playlist',
            'current',
            'progress',
            'duration',
            'volume'
        ],
        keyActions: []
    });
});
</script>
Dark Forest by. Michiel Bijl
Audio code by. Cartoonist Arif
Design code is edited by. Mys2010 In Codepen
If you want to directly copy  and  paste you canDownload Here Dark Forest Audio Mp3

Memasang Kode Parallax-animated-air-balloon
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:#000;} 
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:-37px;
  width: 100%;
height:80px;
text-align: center;
font-size: 6px;
background: linear-gradient(270deg,#AA80FE,#660099, #809FFE, #B0E0E6, #809FFE,#660099, #AA80FE);
  border-bottom: 3px solid #24006B;  
-webkit-animation: shadow 6s ease-in-out infinite;
          animation: shadow 6s ease-in-out infinite;
}
.ap {
position: fixed;
right: 0;
bottom:-19px;
left: 0;
height:80px;
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:  #111;
border-top: 2px solid #222;
z-index: 9999;
} 
h2 {
padding:15px; 
background: -webkit-linear-gradient(transparent 10%, #000 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #000 50%, transparent 90%); 
} 
#M-2010, #teks, #posisi, #dibawah #shadow;}
 .text-bawah {
  
}
.M2010-textshadow {  
   margin: 0 auto;
  text-align: center;
  color: #00248E;
  text-shadow: #00248E 10px 0px 30px, #00248E -10px 0px 30px, #00248E 0px 10px 30px, #00248E 10px 0px 30px, #00248E -10px 0px 30px, #00248E 0px 10px 30px,#00248E 0px -10px 30px;
  color: #eee;
  background:#eee;
  mix-blend-mode: screen;
}
#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:40px;
 -webkit-animation: shadow 6s ease-in-out infinite;
          animation: shadow 6s ease-in-out infinite;
}
@keyframes shadow {
  0% {
    text-shadow: 0 0 2px  #B0E0E6 , 
0 0 8px  #B0E0E6  , 0 0 10px  #B0E0E6 , 
0 0 20px  #B0E0E6 , 0 0 30px  #B0E0E6 , 
0 0 40px  #B0E0E6, 0 0 50px  #B0E0E6 , 
0 0 80px  #B0E0E6;
  }
  50% {
      text-shadow: 0 12px 7px #809FFE,
 0 5px 15px #809FFE, 0 0 50px #809FFE,
 0 -10px 2px #809FFE;
  }
 100% {
    text-shadow: 0 0 2px     #800080  , 
0 0 8px     #800080  , 0 0 10px     #800080  , 
0 0 20px     #800080  , 0 0 30px     #800080  , 
0 0 40px     #800080  , 0 0 50px     #800080  , 
0 0 80px     #800080  ;
  } 
}
/*end*/ 
 
.Liplop {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #000;
margin-top:-3px;
} 
.Liplop {
  -webkit-animation: fade-in 0.2s linear infinite alternate;
  -moz-animation: fade-in 0.2s linear infinite alternate;
  animation: fade-in 0.2s linear infinite alternate;
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*end*/
 
M2010-text-bawah-shadow;}
 .text-bawah {
  position: absolute;
  right: 410px;
  bottom: -310px;  
font-size: 50px;
font-family: agency fb, sans-serif;
  text-transform: uppercase;
}
.text-bawah1 {
  position: absolute;
  left: 90px;
  bottom: 189px;
  text-align: left;
  text-transform: uppercase;}
.text-bawah2 {
  position: absolute;
  right: 90px;
  bottom: 189px;
  text-align: right;
  text-transform: uppercase;
}
.M2010-textshadow {  
margin: 0 auto;
text-align: center;
color: #FFF8DC;
text-shadow: #dad 10px 0px 30px, #033FFF -10px 0px 30px, #dad 0px 10px 30px, #dad 0px -10px 30px;
color: #eee;
background:#eee;
mix-blend-mode: screen;
}
/*end*/  
.moon {
  position: absolute;
   right: 100px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #eef;
  box-shadow: 0px 0px 38px 19px #bbd;
  opacity: 1;
  animation: moon 22s ease;
  animation-fill-mode: forwards;
  z-index: 4;
}

@keyframes moon {
  0% {
    transform: scale(2);
    top: 500px;
    box-shadow: 0px 0px 68px 19px #bbd;
  }
  100% {
    transform: scale(1);
    top: 290px;
    box-shadow: 0px 0px 38px 9px #bbd;
  }
}
/*end*/
html, body {
  margin-top: -50px;
  height: 80%
}
.parallax-sky {
  height: 880px;
  background: #007fd5;
  position: relative;
  overflow: hidden;
  -webkit-animation: parallax-sky_background 50s ease-out infinite;
  -moz-animation: parallax-sky_background 50s ease-out infinite;
  -o-animation: parallax-sky_background 50s ease-out infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0)
}

@-webkit-keyframes parallax-sky_background {
  0% {
    background: #007fd5;
    color: #007fd5
  }
  50% {
    background: #000;
    color: #a3d9ff
  }
  100% {
    background: #007fd5;
    color: #007fd5
  }
}

@-moz-keyframes parallax-sky_background {
  0% {
    background: #007fd5;
    color: #007fd5
  }
  50% {
    background: #000;
    color: #a3d9ff
  }
  100% {
    background: #007fd5;
    color: #007fd5
  }
}

/*end*/
.balloontengah  {
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrxKMQvRm0Zm6ZaoHSFSVQUqd0uCc_kbbnSmDh0EGFvGxrEE2DcmPkNfY3zFqa7Yx602qu3Hm-4i0kpG5yq1-EV_H1qMQMzmS8ebzZCR6krg3U16tQtpevyVQ6-pIBnrlcRNPZOa9FAV0/s1600/animated-ballon-M2010.gif);background-repeat:no-repeat;
  width: 328px;  height:310px; 
  position:absolute;
  left:35%;top:70%;  -webkit-transform: translate(-50%,-50%);  transform: translate(-50%,-50%);
}
.balloontengah-position {
animation: catchup  80s ease-in-out infinite;  
position: absolute;
bottom: 200px;
left: 50%;
margin-left: -10px;
}
 
@keyframes catchup {
0% {left: 10%}
10% {left: 85%}
100% {left: 10%}
}

@keyframes balloon-tengah {  
0% {background-position: -12px -10px; } 
100% {background-position: -1950px -10px; } 
}
/*end*/  
body div#balloon_holder {
 position: absolute;
 left: -30%;
 bottom: 60px;
 z-index: 6;

 -webkit-animation: M-2010_balloon 240s linear infinite;
 -moz-animation: M-2010_balloon 240s linear infinite;
 -ms-animation: M-2010_balloon 240s linear infinite;
 -o-animation: M-2010_balloon 240s linear infinite;
 animation: M-2010_balloon 240s linear infinite;
}
@-moz-keyframes M-2010_balloon {
 25% {
   z-index: 6;
 }
 50% {
   left: 140%;
   bottom: 600px;
   z-index: 0;
 }
 55% {
   bottom: 680px;
 }
 75% {
   z-index: 0;
 }
 100% {
   left: -30%;
   z-index: 6;
   bottom: 100px;
 }
}
/*end*/ 
 html, body {
  margin-top: -140px;
  height: 98%
}
.animated {
  width: 100%;
  min-height: 700px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #222; 
}

.pagar-1 {
   -webkit-animation: parallax_bg linear  0s infinite both;
           animation: parallax_bg linear  0s infinite both;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyUJDeuykhgugpIdq-XgiXmHQdQ3Z8Oyr7B_32KZMfuvGW_Km0ecJrkji04OWn7TNJ2GFz_X-zncR51G6L7jhkkdlE0vaHiHdCsgtPTzfZBukmGbE2oWiYuGVALg95WGuIPsTsH-B4CK8u/s1600/Pagar-M2010.png) 0 100% repeat-x;
  z-index: 1;
  position: absolute;
   bottom:31px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 235px; 
}

.bg-1 {
   -webkit-animation: parallax_bg linear 0s infinite both;
           animation: parallax_bg linear 0s infinite both;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8PN9HQB0F7u32jAhwWmj2GqGdffq9rIpwtRdq3Nm_sWFc4tVuN808eLiXBCaq-bS4E2CtFvrtVUu5Uzh9gdzk7hEb5eCS1lLvyiybAl_6scjQWc7TepeOXzYck4E05WsVOn_benfw5l4/s1600/kembang-m2010.png) 0 100% repeat-x;
  z-index: 1;
  position: absolute;
  bottom:-67px;
  left: 0;
  width: 100%;
  height: 90%;
  background-size: auto  390px; 
}
.bg-2 {
  -webkit-animation: parallax_bg linear 0s infinite both;
          animation: parallax_bg linear 0s infinite both;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwiVOpWMUoc0FFewRlX4_d9LzjJFq37pxD5KDv63Cjo9ssmklon4CY827gTI0_SigEUvO0NffZa96OagUeEjIEwQf45SXYUlTZFqK3pi4uuSgfpzLcEJrhPLLWgKtpP7_VwHaeErE13KE/s1600/palm-m2010.png) 0 100% repeat-x;
  z-index: 1;
  position: absolute;
  bottom:-67px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 300px;
}
.bg-3 {
  -webkit-animation: parallax_bg linear 55s infinite both;
          animation: parallax_bg linear 55s infinite both;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8PN9HQB0F7u32jAhwWmj2GqGdffq9rIpwtRdq3Nm_sWFc4tVuN808eLiXBCaq-bS4E2CtFvrtVUu5Uzh9gdzk7hEb5eCS1lLvyiybAl_6scjQWc7TepeOXzYck4E05WsVOn_benfw5l4/s1600/kembang-m2010.png) 0 100% repeat-x;
  z-index: 1;
  position: absolute;
  bottom:-67px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 258px;
}
.bg-4 {
  -webkit-animation: parallax_bg linear 75s infinite both;
          animation: parallax_bg linear 75s infinite both;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8PN9HQB0F7u32jAhwWmj2GqGdffq9rIpwtRdq3Nm_sWFc4tVuN808eLiXBCaq-bS4E2CtFvrtVUu5Uzh9gdzk7hEb5eCS1lLvyiybAl_6scjQWc7TepeOXzYck4E05WsVOn_benfw5l4/s1600/kembang-m2010.png) 0 100% repeat-x;
  z-index: 1;
  position: absolute;
  bottom:-67px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 268px;
}
.bg-5 {
  -webkit-animation: parallax_bg linear -95s infinite both;
          animation: parallax_bg linear -95s infinite both;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGaeQr31AF25UaxtZqyLYT9PF6ymdD8FupBg7aPptZ7zYCkqdR2fsjooAnf00NHjjdI61pVq2vp-ynwgK8wuZPwviYtgKWfJjxdHNxo1PsMOo-pxE7AMQO7t1FpTBLNTctteC71TIZ3Fo/s1600/gedung-m2010.png) 0 100% repeat-x;
  z-index: 1;
  position: absolute;
  bottom:-88px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 591px;
}
.bg-6 {
  -webkit-animation: parallax_bg linear -30s infinite both;
          animation: parallax_bg linear -30s infinite both;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoZSy69tR1AYlyChHKItKiKHE21evJTdzta0At77R4mgp9vmSyBiuyL-hJNGs4dYdvf2RSnE_3W_v8TsrZ0gyK5pPTHFSC2jzyyjOZUOZTpZvYYlh-b_ThqK9futv1pMRQ4g_kaQ3YaRc/s1600/pohon-tiang-m2010.png) 0 100% repeat-x;
  z-index: 1;
  position: absolute;
  bottom:91px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 245px;
}
.bg-7 {
  -webkit-animation: parallax_bg linear 0s infinite both;
          animation: parallax_bg linear 0s infinite both;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjavBdAzF5Dy-BDs3DWQVDIGj6GHrZMyMYk4r7Kj-zykC3L6LzzkTMqUTIu1SFHAc1VLDgdzkO2IkkhoQIuxL3z4Mg8nBnT3PAjIk1Xh3J8c48dzOR4MGfF8bv4eMAjJP73mQ9CJqYBH-E/s1600/Cemara-3-Mys2010.png) 0 100% repeat-x;
  z-index: 1;
  position: absolute;
  bottom:91px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto  198px;
}
@-webkit-keyframes parallax_bg {
  0% {
    background-position: 2765px 100%;
  }
  100% {
    background-position: 550px 100%;
  }
}
@keyframes parallax_bg {
  0% {
    background-position: 2765px 100%;
  }
  100% {
    background-position: 550px 100%;
  }
}
/*end*/
.balloon-1 {
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimCkg_W6-eKQ4MMYfjNCvi5SMUvspYUMrcgkVWscgdDyA-W-zspNoxsInWJpjf_oQJM6EZR-lzRwhyphenhyphen6z-5J-ghEIVmP-tyYr349e8Ip8DFV3UHgoXObSk76eA5EVvy3KDD3ADfOlAXbIw/s1600/Air-balloon-green-M2010.png) 0 100% no-repeat;
  z-index: 1;
  position: absolute;
  bottom: 300px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 75px;
}
.balloon-2 {
  background: url(https://sites.google.com/site/usesitesto/file-code/ballon-blue-white-mys2010.png) 0 100% no-repeat;
  z-index: 1;
  position: absolute;
  bottom: 450px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 35px;
}
.balloon-2a {
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEzY-iDxPy92oKT9RK3Zsygv8bhKrSclqUAsMYKxhImbdRmjq_MNiQq771mVlMTRDpthsKmN8dAsmzJq5ErxvOMru47lmKs1bWt_w-_UaUh1-X2l2W7qrpJtrLPmc1gu8PHBjK9Q7JUAo/s1600/White-air-balloon-M2010.png) 0 100% no-repeat;
  z-index: 1;
  position: absolute;
  bottom: 350px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 55px;
}
.balloon-3 {
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhlkRs_nCHerVBakvH64efjuUUYrXrb4bEpki5B4JjOb_OwQq9nSg5muw9kPV9W3rS8lTs6CfzXdKmhhz19H8q4nLmjV8aLqIQcuGOlLJcUiJJ_33sUmoyDQPQ1Tc3-Y2kDgO1KK22n0M/s1600/balloon4-m2010.png) 0 100% no-repeat;
  z-index: 1;
  position: absolute;
  bottom: 170px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 75px;
}
.balloon-4 {
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsUmWVJNWGMkSb9GS4XzKxNJrWmBaj9Xjmgm3GCiHZfl2k-ay6nSPDBkTgD8741HqKDykqQCNewtJ3EM4NbadDYlQclKISC19SMKeHYR_WHg3E3SzKM0eSp9inEb-aQMCch09Zc0yZMJE/s1600/balloon-merah-m2010.png) 0 100% no-repeat;
  z-index: 1;
  position: absolute;
  bottom: 170px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 75px;
}
.balloon-5 {
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsUmWVJNWGMkSb9GS4XzKxNJrWmBaj9Xjmgm3GCiHZfl2k-ay6nSPDBkTgD8741HqKDykqQCNewtJ3EM4NbadDYlQclKISC19SMKeHYR_WHg3E3SzKM0eSp9inEb-aQMCch09Zc0yZMJE/s1600/balloon-merah-m2010.png) 0 100% no-repeat;
  z-index: 1;
  position: absolute;
  bottom: 400px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 55px;
}
.balloon-1 {
  -webkit-animation: parallax_balloon linear 150s infinite both;
          animation: parallax_balloon linear 150s infinite both;
}
.balloon-2 {
  -webkit-animation: parallax_balloon linear 115s infinite both;
          animation: parallax_balloon linear 115s infinite both;
}
.balloon-2a {
  -webkit-animation: parallax_balloon linear 100s infinite both;
          animation: parallax_balloon linear 100s infinite both;
}
.balloon-3 {
  -webkit-animation: parallax_balloon linear 35s infinite both;
          animation: parallax_balloon linear 35s infinite both;
}
.balloon-4 {
  -webkit-animation: parallax_balloon linear 75s infinite both;
          animation: parallax_balloon linear 75s infinite both;
}
.balloon-5 {
  -webkit-animation: parallax_balloon linear 55s infinite both;
          animation: parallax_balloon linear 55s infinite both;
}
@-webkit-keyframes parallax_balloon {
  0% {
    background-position: -300px 100%;
  }
  100% {
    background-position: 2000px 100%;
  }
}
@keyframes parallax_balloon {
  0% {
    background-position: -300px 100%;
  }
  100% {
    background-position: 2000px 100%;
  }
} 
</style> 
<div class="animated">
<div class="parallax bg-6">
<div class="moon">
</div>
</div>
<div class="parallax balloon-5">
</div>
<div class="parallax balloon-4">
</div>
<div class="parallax bg-5">
</div>
<div class="parallax balloon-1">
</div>
<div class="parallax balloon-2">
</div>
<div class="parallax balloon-2a">
</div>
<div class="parallax balloon-3">
</div>
<div class="parallax bg-3">
</div>
<div class="parallax bg-7">
</div>
<div class="parallax bg-2">
</div>
<div class="parallax bg-4">
</div>
<div class="parallax-sky">
</div>
<div class="parallax bg-1">
</div>
<div class="parallax pagar-1">
</div>
<div class="balloontengah-position">
<div class="balloontengah">
<div id="balloon_holder">
<div id="balloon_go">
<div id="balloon_back">
</div>
<img  src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTxZOWmkFKyvNbM2A4Qo5k9XByEnN0cVSAHEUB1oevSl36ffFpVC7GVNDq27gHV_t2FMhpnm_h7ULTDdm59Lw5h2Eju-akQQiw7HQvwJqP7Gblcz79ZsbmnSC1CgBGofAudDoHbWLUFtc/s1600/air-balloon-m2010.png"name="e902" border="0" width="90" height="100" /></a>
<div id="balloon_go">
<img  src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPRjz8XkOhbBwV-5s7cN3pF27voRDzDmZuZvIpGhtk_g0tlcctQeuxUQ6AVnKyyHRPGHVg_f0KY7z8ITK8G1wi9GLqhd75fNhp1TSoojAnpSSoFc0dmsiP62KJhUXyG6xqwRM_FV-QT5M/s1600/Cibeber-Cimahi-M2010.png"name="e902" border="0" width=" 30" height=" 30" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
<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/pen/vKxvmd" target="_blank" title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; &copy; - 2017 </a>&nbsp; CODEPEN </a> 
</div>
<h2>
<div align="center" style="margin-top:5px">
<audio id="mys2010" src="https://sites.google.com/site/usesitesto/file/Die-Twinnies-%26-Junger-Egger-Dreigesang-Mys200.mp3"controls="controls"></audio></h2>
</a></div>
<header>
<a href="http://Link Title" target="_blank" title="Mari Belajar">
<h2>
<span style="color:#f00; font-size:11pt">
<div class="Liplop">
Myscript2010</div>
</a>
</h2>
</header>
<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>
Animated code by. All Sources
Design code is edited by. Mys2010 In Codepen
If you want to directly copy  and  paste you canDownload Here Animated air balloon   

Memasang Kode Image Matting Frame
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: #151515;
}
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: -15px;
  width: 100%;
text-align: center;
text-shadow: 0px 0px #fff;  
font-size:  6px;
background: -moz-linear-gradient(top, #333 0%, rgba(53,02,01,1) 100%);
  border-bottom: 3px solid #dad;  
} 
.ap {
position: fixed;
right: 0;
bottom: 0;
left: 0;
height: 60px;
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;
text-shadow: 0px 0px #FFf;  
font-size:  11px;
background:  #111;
border-top: 2px solid #f0f;
z-index: 9999;
} 
h2 {
padding: 15px; 
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #666 50%, transparent 90%); 
margin-top: 5px;
} 
#M-2010, #teks, #posisi, #dibawah  {
    position: absolute;
    font-size: 11px;
    margin: -4px
}
#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: 22px;
}
 img.mat { 
 width: 42%; height: auto; display: block;
  margin: -1rem auto; padding: 2%;
  background-color: #FA8072;
  background-repeat: no-repeat;
  background-size: cover;
  border: 18px double #111;
  box-shadow: 0 0 0 50px rgba(244,240,236,0.4) inset, 0 0 0 11px rgb(180, 130, 90), 0 0 30px rgba(0,0,0,0.8) inset; 
-webkit-box-shadow: 0 0 0 50px rgba(244,240,236,0.4) inset, 0 0 0 11px rgb(180, 130, 90), 0 0 30px rgba(0,0,0,0.8) inset, 0 30px 20px rgba(0,0,0,0.3); 
  outline: 2px solid #333;
  outline-offset: 10px;
}
</style> 
<img class="mat" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh93JyejZsQP2PfhcXzTFqy7-dO1UbpFpYuVQHrptgXgkrGNrGWj0ELwjQz6INrvRpje1wcQgl0zaZOPwjnOr8A2taw5_XgVYIGzJSDCYH45GwDuZ8ZOQowS_YPdj5Bl6XDOnxk2Ufd7g2v/s1600-r/pooto-mys2010.jpeg"title="Suara Manuk Potoo">
<header>
<a href="http://sample-mys2010.blogspot.co.id/2016/06/sound-manuk-potoo.html" target="_blank" title="Menampilkan">
<h2>
<span style="color:orange; font-size: 9pt">LET'S STUDY</a></span>  </h2>
</a>  
</div>
</header>
<div class="ap" id="ap">
<div align="center">
<div id="dibawah">
<span style="font-family: arial ; font-size: 12px; color:#fff;"> SOURCE <a href="https://codepen.io/dudleystorey/pen/sjvCA" target="_blank" title="Menampilkan"><span style="color: #FFFF00; font-size: 14px;">&nbsp; MATTING </a>&nbsp; FRAME </a> 
</div>
<div id="posisi">
<span style="font-family: arial ; font-size: 12px; color:#fff;"> DOWNLOAD<a href="https://Link Download"title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; SOUND </a>&nbsp; BIRD POTOO </a> 
</div>
<h2>
<audio id="mys2010" src="https://sites.google.com/site/fileblogfor/code/pooto-Mys2010s.mp3" controls="controls"></audio></div>
</h2>
</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>
Matting Frame code by. Dudley Storey
Design code is edited by. Mys2010 In Codepen
If you want to directly copy  and  paste you canDownload Here Image Matting Frame  

Memasang Kode Sound Animated Cat Walking
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: #151515;
}
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: -15px;
  width: 100%;
text-align: center;
text-shadow: 0px 0px #fff;  
font-size:  6px;
background: -moz-linear-gradient(top, #333 0%, rgba(53,02,01,1) 100%);
  border-bottom: 3px solid #dad;  
}
.ap {
position: fixed;
right: 0;
bottom: 0;
left: 0;
height: 60px;
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;
text-shadow: 0px 0px #FFf;  
font-size:  11px;
background:  #111;
border-top: 2px solid #f0f;
z-index: 9999;
} 
h2 {
padding: 15px; 
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #666 50%, transparent 90%); 
margin-top: 5px;
} 
#M-2010, #teks, #posisi, #dibawah  {
    position: absolute;
    font-size: 11px;
    margin: -4px
}
#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: 22px;
} 
</style>
<header>
<a href="https://Link Download css" title="Mari Belajar">
<h2>
<span style="color:orange; font-size: 10pt">DOWNLOAD</a>  </h2>
</a>  
</div>
</header>
<p align="center">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqmb6qn6DuGiCck42f5EPVwV36Ij0oWalez5jN8NVYBGs1ZvLCFXW043MNjKWW5b07dtIAfbyUr5pt0s-La2Bl9JunVvie-GIn6pn3xIM5zWPxzyfew9MozuoqnnikijfTf_fc9vads7M/s1600/kucing-mys2010s.gif" name="e902" border="1" width="300" height="140" class="top"> 
<div class="animal-container animated">
<p align="center">
<code> SOUND CAT WALKING  CLICK BELOW </code> 
<center>
<h3 class='animal-title'>
CAT</h3>
<svg id="cat" class="animal" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 159.39 148.96">
<div class="ap" id="ap">
<div align="center">
<div id="dibawah">
<span style="font-family: arial ; font-size: 12px; color:#fff;"> EDITED BY. <a href="http://sample-mys2010.blogspot.co.id/p/statis-home.html"target="_blank" title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; M-2010 </a>&nbsp; LET'S STUDY </a> 
</div>
<div id="posisi">
<span style="font-family: arial ; font-size: 12px; color:#fff;"> SOURCE <a href="http://codepen.io/4trio19/full/aNmVdx/" target="_blank" title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp;CODE SOUND </a>&nbsp; ANIMAL </a> 
</div>
<h2>
<span style="font-family: arial ; font-size: 12px; color:#fff;"> COPYRIGHT <a href="http://myscript2010s.blogspot.co.id" title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; @ - 2016 </a>&nbsp; ANIMATED </a> 
</div>
</h2>
</div>
<script src="//assets.codepen.io/assets/common/stopExecutionOnTimeout-f961f59a28ef4fd551736b43f94620b5.js"></script>
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script>
      $(document).ready(function () {var CAT = new Audio();
    CAT.src = 'https://dl.dropboxusercontent.com/u/7673790/Cat%20Meow-SoundBible.com-1453940411.mp3';$('.animal').on('click', function (e) {
        $('.animal').css('pointer-events', 'none');
        animal = $(this).prev('.animal-title').text();
        e.preventDefault();
        $(this).find('.head-parts').css('-webkit-animation-play-state', 'running');
        switch (animal) { case 'CAT':
            CAT.play();
            break;}
        setTimeout(function () {
            $('.head-parts').css('-webkit-animation-play-state', 'paused');
            $('.animal').css('pointer-events', 'auto');
        }, 1000);
    });
});
      
    </script>
Animated Cat code by. Nick Burress
Design code is edited by. Mys2010 In Codepen
If you want to directly copy  and  paste you canDownload Here Animated Cat Walking  

Memasang Kode Sound Animated Pear Bird
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: #151515;
}
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: -15px;
  width: 100%;
text-align: center;
text-shadow: 0px 0px #fff;  
font-size:  6px;
background: -moz-linear-gradient(top, #333 0%, rgba(53,02,01,1) 100%);
  border-bottom: 3px solid #dad;  
}

/* GRADIEND */
.ap {
position: fixed;
right: 0;
bottom: 0;
left: 0;
height: 60px;
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;
text-shadow: 0px 0px #FFf;  
font-size:  11px;
background:  #111;
border-top: 2px solid #f0f;
z-index: 9999;
} 
 
h2 {
padding: 15px; 
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #666 50%, transparent 90%); 
margin-top:-8px;
} 
#M-2010, #teks, #posisi, #dibawah  {
    position: absolute;
    font-size: 11px;
    margin: -4px
}
#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: 17px;
} 
 body {
  background: #000;
  position: relative;
  margin: 0;
}
.buttons{
  width:500px;
  margin:0 auto;
  text-align:center;
  font-family: 'Bernard MT Condensed', sans-serif;
  font-size:18px;
  color: #EE82EE
}
.buttons a:hover {
  background-color:#0033CC;}
.buttons a:active, a:focus {
background-color:  #FF6347;
 box-shadow:0 0px 0 rgba(0,0,0,0.4) inset;  
  transition:all 0.1s}
audio{
  display:none
}
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: 0;
  width: 100%;
  background: #000;
  border-bottom: 3px solid #dad;
}
/* GRADIEND */
.ap {
position: fixed;
right: 0;
bottom: 0;
left: 0;
height: 40px;
margin: auto;
font-family: Arial, sans-serif;
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #333;
background: #000;
border-top: 2px solid #f0f;
z-index: 9999;
}<style>
.buttons{
  width:500px;
  margin:0 auto;
  text-align:center;
  font-family: 'Bernard MT Condensed', sans-serif;
  font-size:18px;
  color: #EE82EE
}
.buttons a:hover {
  background-color:#0033CC;}
.buttons a:active, a:focus {
background-color:  #FF6347;
 box-shadow:0 0px 0 rgba(0,0,0,0.4) inset;  
  transition:all 0.1s}
audio{
  display:none
} 
svg{ display:block; margin:0 auto; border:0px solid #222;}
</style>
<svg width="500px" height="500px" viewBox="0 0 500 500">
  <defs>  <radialgradient id="rg">
      <stop offset="0%" stop-color="chartreuse"></stop>
      <stop offset="100%" stop-color="#030"></stop>
    </radialGradient>
    <radialgradient id="rgs">
      <stop offset="0%" stop-color="#111"></stop>
      <stop offset="100%" stop-color="#333"></stop>
    </radialGradient>   <g id="legs">
      <polygon id="Rleg" points="254.683,374.612 259,394.741 280.582,401.216 259.719,401.216 258.28,416.324 
  254.683,400.497 239.935,399.777 254.683,395.469" /></polygon>
      <polygon id="Lleg" points="214.835,372.612 210.518,392.741 188.935,399.216 209.799,399.216 211.237,414.324 
  214.835,398.497 229.583,397.777 214.835,393.469 "></polygon>
    </g>  </defs>
  <ellipse id="bigS" fill="url(#rgs)" stroke="none" cx="250" cy="420" rx="86" ry="18">
    <animate id="bigSAnimacionRX" attributeName="rx" attributeType="XML" values="86;56;86" begin="0;Down.click" dur="2s" repeatCount="1" fill="freeze" />
    <animate id="bigSAnimacionRY" attributeName="ry" attributeType="XML" values="18;9;18" begin="0;Down.click" dur="2s" repeatCount="1" fill="freeze" />
  </ellipse>  <g id="Down">
    <use xlink:href="#legs" fill="#B26B29" />
    <animatetransform id="LegsAnimacion" attributeType="XML" attributeName="transform" type="translate" values="0,0;  0,-180;  0,-150;  0,-180;  0,0" keySplines=".5 0 .5 1;   0 .75 .25 1;    0 .75 .25 1; 1 0 .25 .25" begin="0;Down.click" dur="2s" repeatCount="1" fill="freeze" />   </use>
    <path id="Lwing" fill="#FFFFFF" stroke="#000000" d="M299.361,267.521c0,0,5.905,36.185,24.725,60.779
  c18.819,24.594-11.749,2.022-17.665-5.255c-5.918-7.278,13.125,18.913,13.125,18.913s-14.832-3.719-20.804-13.585
  c-5.972-9.867,3.246,13.51,3.246,13.51s-6.73,2.919-12.75-9.54c-6.021-12.462-13.332-40.664-13.332-40.664L299.361,267.521z">
      <animatetransform id="LwingAnimacion" attributeName="transform" type="rotate" attributeType="XML" values="0 299 267; -40 299 267;0 299 267" begin="0;Down.click" dur="200ms" repeatCount="10" fill="freeze" />  </path>
    <path id="Rwing" fill="#FFFFFF" stroke="#000000" d="M195.678,267.521c0,0-5.905,36.185-24.725,60.779  c-18.819,24.594,11.749,2.022,17.665-5.255c5.918-7.278-13.125,18.913-13.125,18.913s14.832-3.719,20.804-13.585  c5.972-9.867-3.246,13.51-3.246,13.51s6.73,2.919,12.75-9.54c6.021-12.462,13.332-40.664,13.332-40.664L195.678,267.521z">
      <animatetransform id="RwingAnimacion" attributeName="transform" type="rotate" attributeType="XML" values="0 196 266;40 196 267 ;0 196 267" begin="0;Down.click" dur="200ms" repeatCount="10" fill="freeze" />    </path>
    <path id="comb" fill="#F7941E" d="M251.504,171.111c3.167,12.389,6.055,29.201,6.055,29.201h-13.947
  C242.079,196.878,251.411,180.798,251.504,171.111L251.504,171.111z">
      <animate id="combAnimacion" attributeName="d" attributeType="XML" values="M251.504,171.111c3.167,12.389,6.055,29.201,6.055,29.201h-13.947
  C242.079,196.878,251.411,180.798,251.504,171.111L251.504,171.111z; M232.22,184.296c14.604,3.296,25.338,16.016,25.338,16.016h-13.947  c-2.347-3.252,0.02-5.704-6.15-11.874L232.22,184.296z;M251.504,171.111c3.167,12.389,6.055,29.201,6.055,29.201h-13.947
  C242.079,196.878,251.411,180.798,251.504,171.111L251.504,171.111z" begin="0;Down.click" dur="2s" repeatCount="1" fill="freeze" />    </path>
<path id="body" fill="url(#rg)" stroke="none" d="M249.023,390.597
  c50.446,0.719,86.244-23.74,86.964-58.992S305.053,276.928,303.613,250s-22.303-50.77-54.59-50.77H250
  c-32.288,0-53.151,23.842-54.59,50.77s-33.093,46.353-32.374,81.604s36.518,59.711,86.964,58.992">
 <animate id="bodyAnimacion" attributeName= "d" attributeType= "XML"
   values ="M249.023,390.597
  c50.446,0.719,86.244-23.74,86.964-58.992S305.053,276.928,303.613,250s-22.303-50.77-54.59-50.77H250
  c-32.288,0-53.151,23.842-54.59,50.77s-33.093,46.353-32.374,81.604s36.518,59.711,86.964,58.992;M249.023,390.597
  c50.446,0.719,55.446-21.582,56.166-56.834s-0.137-56.835-1.576-83.763s-22.303-50.77-54.59-50.77H250
  c-32.288,0-53.151,23.842-54.59,50.77s-7.194,45.634-6.475,80.886s10.619,60.43,61.065,59.711;M249.023,390.597
  c50.446,0.719,55.446-21.582,56.166-56.834s-0.137-56.835-1.576-83.763s-22.303-50.77-54.59-50.77H250
  c-32.288,0-53.151,23.842-54.59,50.77s-7.194,45.634-6.475,80.886s10.619,60.43,61.065,59.711; M249.023,390.597
  c50.446,0.719,86.244-23.74,86.964-58.992S305.053,276.928,303.613,250s-22.303-50.77-54.59-50.77H250
  c-32.288,0-53.151,23.842-54.59,50.77s-33.093,46.353-32.374,81.604s36.518,59.711,86.964,58.992"
   keyTimes= "0; 0.2;0.90; 1"
   begin= "0;Down.click" dur= "2200ms"  repeatCount="1" fill="freeze"/>
 </path>    <g id="beak">
      <polygon id="light" fill="#F7941E" points="243.528,290.228 226.864,247.9 249.025,251.215 271.854,254.631" />
      <polygon id="dark" fill="#B26B29" points="249,251 244,290 272,255" /> </g>
    <ellipse id="eyeL" fill="#FFFFFF" cx="227" cy="245" rx="12" ry="14" />
    <ellipse id="eyeR" fill="#FFFFFF" cx="268" cy="245" rx="12" ry="14" />
    <circle id="irisL" cx="230" cy="249" r="10">
      <animate id="irisLAnimacion" attributeName="cy" attributeType="XML" values="249;241; 249" begin="0;Down.click" dur="2s" repeatCount="1" fill="freeze" />
    </circle>
    <circle id="irisR" cx="266" cy="249" r="10">
      <animate id="irisRAnimacion" attributeName="cy" attributeType="XML" values="249;241; 249" begin="0;Down.click" dur="2s" repeatCount="1" fill="freeze" />
    </circle>  </g></svg>  
<div class="animal-container animated">
<p align="center">
<div class="buttons">
<a href="#" data-fx="epic.swf_1"><b>PLAY</b></a>
<h4>
SOUND BIRD</h4>
</div>
<div class="ap" id="ap">
<div align="center">
<div id="dibawah">
<span style="font-family: arial ; font-size: 12px; color:#fff;"> SOURCE <a href="#"target="_blank" title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; CODE </a>&nbsp; ANIMATED BIRD </a> 
</div>
<div id="posisi">
<span style="font-family: arial ; font-size: 12px; color:#fff;"> SOURCE <a href="#" target="_blank" title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; CODE </a>&nbsp; SOUND </a> 
</div>
<h2>
<span style="font-family: arial ; font-size: 12px; color:#fff;"> SOUND <a href="#" title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; ANIMATED </a>&nbsp; KITTY </a> 
</div>
</h2>
</div>
<header>
<a href="#" target="_blank" title="Mari Belajar">
<h2>
<span style="color:orange; font-size: 10pt">DOWNLOAD</a>  </h2>
</a>  
</div>
</header>
<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>
<script>$('.buttons a').on('click', function (e) {
    e.preventDefault();
    $('audio').remove();
    var fx = $(this).attr('data-fx');
    $('<audio controls="controls" autobuffer="autobuffer" autoplay="autoplay"> <source src="https://sites.google.com/site/fileblogfor/code/burung1-Mys2010.mp3"  type="audio/mpeg"> </audio>').appendTo('.buttons');
}); 
</script>
Pear Bird code by. Gabi
Sound Code by. Nodws
Design code is edited by. Mys2010 In Codepen
If you want to directly copy  and  paste you canDownload Here Sound Animated Bird  

Memasang Kode Youtube within the frame
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="M-2010-styles"> 
body {);color:red;height:100%;overflow:hidden;}
body { 
 background: -moz-linear-gradient(top, #111 0%, rgba(53,02,01,1) 100%);
  height: 100%;
  width: 100%;
}
header {
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding:  1px 0;
  position: fixed;
  top: 0;
  width: 100%;
text-align: center;
text-shadow: 0px 0px #fff;  
font-size:  6px;
background: -moz-linear-gradient(top, #333 0%, rgba(53,02,01,1) 100%);
  border-bottom: 3px solid #dad;  
}
.ap {
position: fixed;
right: 0;
bottom: 0;
left: 0;
height: 60px;
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;
text-shadow: 0px 0px #FFf;  
font-size:  11px;
background:  #111;
border-top: 2px solid #f0f;
z-index: 9999;
} 
h2 {
padding: 15px; 
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #666 50%, transparent 90%); 
}
.app {
  position: relative;
  margin: 90px auto;
  width: 550px;
  height: 316px;
  overflow: hidden;
border: 20px solid transparent;
 -moz-border-image: -moz-linear-gradient(top, #660099 0%, #fc0 100%);
 -webkit-border-image: -webkit-linear-gradient(top, #660099 0%, #fc0 100%);
 border-image: linear-gradient(to bottom, #660099 0%, #fc0 100%);
 border-image-slice: 1;
 }
.begin-playing-active {
  background-position: left !important;
}
.begin-playing {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  transition: all 0.3s;
}
</style>
<div class="app">
<div class="begin-playing">
<iframe width="550" height="315" src="https://www.youtube.com/embed/vO_kwR9CATE" frameborder="0" allowfullscreen></iframe>
</div>
<div class="ap" id="ap">
<div align="center">
<a href="https://Link Download"title="Myscript2010s"> 
<h2>
<span style="color:orange; font-size: 10pt">DOWNLOAD FULL CODE</2></a></span> 
</div>
<header>
<a href="http://sample-mys2010.blogspot.co.id/2016/06/youtube-within-frame.html" target="_blank" title="Mari Belajar">
<h2>
<span style="color:green; font-size: 10pt">LET'S STUDY</2></a> </span> 
</div>
</header>
<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>
<script>var menu = $('.menu-button'), playlist = $('ul.playlist'), current = $('.now-playing');
menu.on('click', function () {
    $(this).toggleClass('menu-active');
    playlist.toggleClass('playlist-active');
    current.toggleClass('now-playing-active');
});
</script>
Design code is edited by. Myscript2010 
If you want to directly copy  and  paste you canDownload Youtube within the frame  

Memasang Kode Frame Everyday Illusion
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:#1bdde4;height:100%;overflow:hidden;}
.ap {
position: fixed;
right: 0;
bottom:-3px;
left: 0;
height: 60px;
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; 
 border-bottom:#1bdde4;
 background: #660099;
z-index: 9999;
} 
h2 {
padding: 15px; 
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #fff 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: 17px;
}
html {
  overflow-X: hidden;
  height: 100%;
}
html body {
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1bdde4), color-stop(100%, #1360d7));
  background-image: -moz-linear-gradient(top, #1bdde4 0%, #1360d7 100%);
  background-image: -webkit-linear-gradient(top, #1bdde4 0%, #1360d7 100%);
  background-image: linear-gradient(to bottom, #1bdde4 0%, #1360d7 100%);
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
html body h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
}
html body .sand {
  position: absolute;
  top: 10%;
  left: -10%;
  width: 120%;
  height: 1000px;
  -moz-border-radius: 50% 50% 0 0/3% 3% 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50% 50% 0 0/3% 3% 0 0;
  background:  rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 20px 30px 0 rgba(0, 0, 0, 0.3), 0 -20px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 20px 30px 0 rgba(0, 0, 0, 0.3), 0 -20px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 20px 30px 0 rgba(0, 0, 0, 0.3), 0 -20px 30px 0 rgba(0, 0, 0, 0.3);
}
body::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
background-image: linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
background-image: -o-linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
background-image: -ms-linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
  -webkit-animation: overlay infinite 12s;
          animation: overlay infinite 12s;
  content: '';
}
@-webkit-keyframes transform {
  0%, 16% {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotateX(-90deg);
            transform: translateY(-50%) rotateX(-90deg);
  }
  18% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotateX(0deg);
            transform: translateY(-50%) rotateX(0deg);
  }
}
@keyframes transform {
  0%, 16% {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotateX(-90deg);
            transform: translateY(-50%) rotateX(-90deg);  }
  18% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotateX(0deg);
            transform: translateY(-50%) rotateX(0deg);
  }
}
@-webkit-keyframes overlay {
  0% {
    opacity: .5;
  }
  18%, 81% {
    opacity: 0;
  }
  92%, 100% {
    opacity: .5;
  }
}
@keyframes overlay {
  0% {
    opacity: .5;
  }
  18%, 81% {
    opacity: 0;
  }
  92%, 100% {
    opacity: .5;
  }
}
@-webkit-keyframes opacity {
  0%, 4% {
    opacity: 0;
  }
  18%, 81% {
    opacity: 1;
  }
  92%, 100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0%, 4% {
    opacity: 0;
  }
  18%, 81% {
    opacity: 1;
  }
  92%, 100% {
    opacity: 0;
  }
}
.frame-border {
 top:60px;
 position: relative;
 -moz-box-shadow: 20px 20px 36px rgba(0,0,0,0.2);
 -webkit-box-shadow: 20px 20px 36px rgba(0,0,0,0.2);
 box-shadow: 20px 20px 36px rgba(0,0,0,0.2);
 border: 20px solid transparent;
 -moz-border-image: -moz-linear-gradient(top, #fc0 0%, #990099 100%);
 -webkit-border-image: -webkit-linear-gradient(top, #fc0 0%, #990099  100%);
 border-image: linear-gradient(to bottom, #fc0 0%, #990099  100%);
 border-image-slice: 1; 
 width: 533px;
 height: 407px;
 margin: 0 auto;
}
.frame-inset {
 -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.2);
 background-color: #bebebe;
 border:19px solid #f00;
 max-width:220%;
 max-height:100%;
 padding:5px20px;
}
#bkg {
  position: absolute;
  width: 90px;
  height: 90px;
  margin-left: -310px;
  margin-top: -190px;
  top: 50%;
  left:49%;  
}
#left, #right {
  display: inline-block;
  position: inherit;
  border: 20px solid transparent;
 -moz-border-image: -moz-linear-gradient(top, #660099 0%, #fc0 100%);
 -webkit-border-image: -webkit-linear-gradient(top, #660099 0%, #fc0 100%);
 border-image: linear-gradient(to bottom, #660099 0%, #fc0 100%);
 border-image-slice: 1; 
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  box-shadow: 20px -20px 10px 10px rgba(12,12,12, 0.5);
}
#left {
  top: 0px;
  left: 0px;
}
#right {
  top: 0px;
  right: 10px;
}
#sh-1 {
  display: inline-block;
  position: inherit;
  border-right: 50px solid #111; 
  width: 0px;
  height: 50px;
  top: 5px;
  left:  15px;
  transform: rotate(45deg);
  box-shadow: 20px 10px 10px 10px rgba(12,12,12, 0.5);
}
</style>
<div class='sand'>
</div>
<div class="frame-border">
<div class="frame-inset">
<a href="http://demoshow-mys2010.blogspot.co.id/2016/06/frame-everyday-illusion.html" title="M-2010">
<img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIVRD8jp5Ogj51ovwn1uP_YYhBNAu2AzxGntUK2Rbvt0JojupGB9SGvhv6zM0ieRDpaylFxpV1eSKgxY_-0JVyBVx8DQZ2GqD9lH5D-0RvLqB4PojzMQ5Ssl3Uy5JEv2U_OyTzaG0QKhY/s1600/M-2010.jpg" title="Myscript2010" width="750" height="610"></a>
</div>
</div>
<div id='bkg'>
<div id='right'>
</div>
<div id='left'>
</div>
<div id='sh-1'>
</div>
<div id='sh-2'>
</div>
</div>
</div>
<div class="ap" id="ap">
<div align="center">
<div id="dibawah">
<span style="font-family: arial ; font-size: 12px; color:#222;"> EDITED BY. <a href="https://Link Download"title="Download Full Code"><span style="color: #1919B3; font-size: 14px;">&nbsp; M - 2010 </a>&nbsp; DOWNLOAD </a> 
</div>
<div id="posisi">
<span style="font-family: arial ; font-size: 12px; color:#222;"> COPYRIGHT <a href="http://sample-mys2010.blogspot.co.id/2016/06/frame-everyday-illusion.html"target="_blank" title="Mari Belajar"><span style="color: #1919B3; font-size: 14px;">&nbsp; &copy; - 2016 </a>&nbsp; LET'S STUDY</a> 
</div>
<h2>
<audio id="mys2010" src="https://sites.google.com/site/laguhiburan/mp3-1/waliBaik_mys2010.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> 
Everyday Illusion code by. Aleks
Work hard, dream big Code by. Colin Howeth
Design code is edited by. Mys2010 In Codepen
If you want to directly copy  &  paste you canDownload Here  Frame Everyday Illusi