Memasang kode Wallpaper Light Gallery
Code ini menampilkan gambar Slide yang dapat di Zoom. 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 kode blank template, yang tersedia pada sumber  berikut ini 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
<style class="Mys2010-styles">
body {
  background-color: #152836;
  color: #eee;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}
.cont {
  text-align: center;
}
.page-head {
  padding: 0px 0;
  text-align: center;
}
.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}
.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 0px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}
.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 0px 0px;
}
.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}
.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}
.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}
.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}
.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}
.mys2010-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}
.mys2010-gallery > ul > li {
  margin-bottom: 15px;
  width: 180px;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
}
.mys2010-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.mys2010-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.mys2010-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.mys2010-gallery > ul > li a:hover .mys2010-gallery-poster > img {
  opacity: 1;
}
.mys2010-gallery > ul > li a .mys2010-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.mys2010-gallery > ul > li a .mys2010-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.mys2010-gallery > ul > li a:hover .mys2010-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.mys2010-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.mys2010-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.mys2010-gallery .justified-gallery > a:hover .mys2010-gallery-poster > img {
  opacity: 1;
}
.mys2010-gallery .justified-gallery > a .mys2010-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.mys2010-gallery .justified-gallery > a .mys2010-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.mys2010-gallery .justified-gallery > a:hover .mys2010-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.mys2010-gallery .video .mys2010-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.mys2010-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
</style>
<div class="cont">
<div class="page-head">
<h1>
<font =" color="blue"face="arial"> 
JQUERY LIGHT GALLERY
<span class="version">V1.2.0</span></h1>
<p class="lead">
A lightweight, customizable, modular, responsive, lightbox gallery plugin for jQuery.</p>
<a href="http://codepen.io/Myscript2010/" target="_blank" title="VIEW">CODEPEN</a></div>

<div class="mys2010-gallery">
<ul id="lightgallery">
<li data-responsive="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0vwXQU_JHcrx9q7bdkKUC7KxPy43V8wM3AxAy-OOgo7eNqiLx04dbymR3BsI9XheXMxkvrrruWD5rNZfHLfVP7Ivg-haBe3Zxnuz9wWKXHs6ou-WYTvYsQpSGxtdAcCsQbyekFd5eZqCL/s1600-r/sule.png  480, https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0vwXQU_JHcrx9q7bdkKUC7KxPy43V8wM3AxAy-OOgo7eNqiLx04dbymR3BsI9XheXMxkvrrruWD5rNZfHLfVP7Ivg-haBe3Zxnuz9wWKXHs6ou-WYTvYsQpSGxtdAcCsQbyekFd5eZqCL/s1600-r/sule.png  800" data-src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0vwXQU_JHcrx9q7bdkKUC7KxPy43V8wM3AxAy-OOgo7eNqiLx04dbymR3BsI9XheXMxkvrrruWD5rNZfHLfVP7Ivg-haBe3Zxnuz9wWKXHs6ou-WYTvYsQpSGxtdAcCsQbyekFd5eZqCL/s1600-r/sule.png  480"
      data-sub-html="<h4>MY LOGO</h4>
<p>
Myscript2010s Learn Editing Script Cibeber Cimahi.</p>
">
<a href="">
<img class="img-responsive" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFktHIUfGt3iKiZAYP5FpeKuy0Oo-r2ZqN3JPJAUQV4I4fkOfiP6BahEZdFizemUeoos8IetcGjZLG98_iYZ5TlLPwlzRvUh9ocr8hTUUKbmG5omclrxoURh0qoWYj_80ZNHpVv37UV3Jb/s1600-r/sule1.png">
<div class="mys2010-gallery-poster">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9Jjc-QsBVzCmhIx9SZ7nnA_vZFVrXBNHj-lBG94lS7GDmr20rJCFQ9sfeGln0vSyKXitWqU5r1t3GlEsyhKyhvYnNqIp1_go1_-B_u2KIIV9jwl4e5L7SDnHwO08gOUx4BukYjIbnLStS/s1600-r/zoom-mys2010.png">
</div>
</a>
</li>
<li data-responsive="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtuXewGyiLoJyTuqLXN21oRF76GzrjzIqoXUYMXQybj_Ew6kMgXKn2CMVcQaiUFiCJhtx81i7yMkBOHgOkw5_Y83wsY-Z93o1NDG_oWaaEZQbcGCBQELFvY1catkCjtUsdK2d7d9G_qIGV/s1600-r/wanita1-mys2010.jpg 375, https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtuXewGyiLoJyTuqLXN21oRF76GzrjzIqoXUYMXQybj_Ew6kMgXKn2CMVcQaiUFiCJhtx81i7yMkBOHgOkw5_Y83wsY-Z93o1NDG_oWaaEZQbcGCBQELFvY1catkCjtUsdK2d7d9G_qIGV/s1600-r/wanita1-mys2010.jpg 480, https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtuXewGyiLoJyTuqLXN21oRF76GzrjzIqoXUYMXQybj_Ew6kMgXKn2CMVcQaiUFiCJhtx81i7yMkBOHgOkw5_Y83wsY-Z93o1NDG_oWaaEZQbcGCBQELFvY1catkCjtUsdK2d7d9G_qIGV/s1600-r/wanita1-mys2010.jpg 800" data-src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtuXewGyiLoJyTuqLXN21oRF76GzrjzIqoXUYMXQybj_Ew6kMgXKn2CMVcQaiUFiCJhtx81i7yMkBOHgOkw5_Y83wsY-Z93o1NDG_oWaaEZQbcGCBQELFvY1catkCjtUsdK2d7d9G_qIGV/s1600-r/wanita1-mys2010.jpg"
      data-sub-html="<h4>BEAUTIFUL</h4>
<p>
A beautiful Girl could it be mine</p>
">
<a href=""> 
<img class="img-responsive" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiixh-Qe4kk8kaDywwHKSBf7YR4pMSQEsEQiQPDewPq-Swcu3CVSzab3T9bHMpWe8ZmuFVPe3gjjk_Gm-gE3rz7N3cB1OLHRpUkIpeFabyA1BLNNKxh9suk5n0h5zs8IqKPYLa1AcUt1e4n/s1600-r/wanita1-mys2010s.jpg">
<div class="mys2010-gallery-poster">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9Jjc-QsBVzCmhIx9SZ7nnA_vZFVrXBNHj-lBG94lS7GDmr20rJCFQ9sfeGln0vSyKXitWqU5r1t3GlEsyhKyhvYnNqIp1_go1_-B_u2KIIV9jwl4e5L7SDnHwO08gOUx4BukYjIbnLStS/s1600-r/zoom-mys2010.png">
</div>
</a>
</li>
<li data-responsive="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQq7oyzokHEnSo8gjLrMjqNqAyLIN6fnXTpf1ZNsFE20ebxU8RpWdfvuVYzVAfzoweGtuZJRQuajVVPTLYQB7somp_MqUG4sL91556cRhPzpGwSsIU2Fv7jVgN5EO250LhO0dZGqtm56S9/s1600-r/Mellisa-Clarke-1920x1200-mys2010.jpg 480, https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQq7oyzokHEnSo8gjLrMjqNqAyLIN6fnXTpf1ZNsFE20ebxU8RpWdfvuVYzVAfzoweGtuZJRQuajVVPTLYQB7somp_MqUG4sL91556cRhPzpGwSsIU2Fv7jVgN5EO250LhO0dZGqtm56S9/s1600-r/Mellisa-Clarke-1920x1200-mys2010.jpg 800" data-src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQq7oyzokHEnSo8gjLrMjqNqAyLIN6fnXTpf1ZNsFE20ebxU8RpWdfvuVYzVAfzoweGtuZJRQuajVVPTLYQB7somp_MqUG4sL91556cRhPzpGwSsIU2Fv7jVgN5EO250LhO0dZGqtm56S9/s1600-r/Mellisa-Clarke-1920x1200-mys2010.jpg"
      data-sub-html="<h4>MELLISA</h4>
<p>
This girl looks pretty but he is not mine.</p>
">
<a href="">
<img class="img-responsive" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgikPN1Jos-Mh6OphzsxD16NY6ikmOBfKjCro437H9L0GSedAMniv9CaIGK4WRJp1M3RNKVZvo4aeMiGk2LlBmil6_UeQK51w1WrQ-U5PKvRhxI_AhZxMyKy1bv7AaJodeDE1ljLadNd5ms/s1600-r/yayang1-mys2010.png">
<div class="mys2010-gallery-poster">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9Jjc-QsBVzCmhIx9SZ7nnA_vZFVrXBNHj-lBG94lS7GDmr20rJCFQ9sfeGln0vSyKXitWqU5r1t3GlEsyhKyhvYnNqIp1_go1_-B_u2KIIV9jwl4e5L7SDnHwO08gOUx4BukYjIbnLStS/s1600-r/zoom-mys2010.png">
</div>
</a>
</li>
<li data-responsive="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJKZAihiQSl5dh7yp1iEmUU81k-TL_O8QQZjDtCLNTg-uFVBWDaqt5CVNrfy6cP5w5fIra8dYd0FcJqKNFfYx7TdoZbW_5JHOE3Ua9dojYBvBd6ESC9k1KxmglyHifG5q2OXWArSvW41nz/s1600-r/marta-misiak-2560x1600-mys2010.jpg 480, https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJKZAihiQSl5dh7yp1iEmUU81k-TL_O8QQZjDtCLNTg-uFVBWDaqt5CVNrfy6cP5w5fIra8dYd0FcJqKNFfYx7TdoZbW_5JHOE3Ua9dojYBvBd6ESC9k1KxmglyHifG5q2OXWArSvW41nz/s1600-r/marta-misiak-2560x1600-mys2010.jpg 800" data-src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJKZAihiQSl5dh7yp1iEmUU81k-TL_O8QQZjDtCLNTg-uFVBWDaqt5CVNrfy6cP5w5fIra8dYd0FcJqKNFfYx7TdoZbW_5JHOE3Ua9dojYBvBd6ESC9k1KxmglyHifG5q2OXWArSvW41nz/s1600-r/marta-misiak-2560x1600-mys2010.jpg"
      data-sub-html="<h4>MARTA MISIAK</h4>
<p>
Pretty girl dreams</p>
">
<a href="">
<img class="img-responsive" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4iZG0QlOQRhrT7SytQIRDU0p7mRJzc3YF7fMEvzGO6s-6X412xLgNMPSNoBqP6tSiPGW2Yl3Im3yJjovpFsl8BegfDOpqqsSXl6Eiw7eQlOsdNlXOjU6FlSnmldQM5YYIfUNstmmyHx0Q/s1600-r/marta-misiak-2560x1600-mys2010.jpg">
<div class="mys2010-gallery-poster">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9Jjc-QsBVzCmhIx9SZ7nnA_vZFVrXBNHj-lBG94lS7GDmr20rJCFQ9sfeGln0vSyKXitWqU5r1t3GlEsyhKyhvYnNqIp1_go1_-B_u2KIIV9jwl4e5L7SDnHwO08gOUx4BukYjIbnLStS/s1600-r/zoom-mys2010.png">
</div>
</a>
</li>
</ul>
<span class="small">Click on any of the images to see lightGallery</span>
</div>
</div>
<link rel='stylesheet prefetch' href='http://sachinchoolur.github.io/lightGallery/lightgallery/css/lightgallery.css'>

<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 src='https://cdn.jsdelivr.net/picturefill/2.3.1/picturefill.min.js'>
</script>

<script src='http://sachinchoolur.github.io/lightGallery/lightgallery/js/lightgallery.js'>
</script>

<script src='http://sachinchoolur.github.io/lightGallery/lightgallery/js/lg-fullscreen.js'>
</script>

<script src='http://sachinchoolur.github.io/lightGallery/lightgallery/js/lg-autoplay.js'>
</script>

<script src='http://sachinchoolur.github.io/lightGallery/lightgallery/js/lg-zoom.js'>
</script>

<script src='http://sachinchoolur.github.io/lightGallery/lightgallery/js/lg-hash.js'>
</script>

<script src='http://sachinchoolur.github.io/lightGallery/lightgallery/js/lg-pager.js'>
</script>

<script src='http://sachinchoolur.github.io/lightGallery/external/jquery.mousewheel.min.js'></script>

<script src="//assets.codepen.io/assets/common/stopExecutionOnTimeout-f961f59a28ef4fd551736b43f94620b5.js">
</script>
<script>
      $(document).ready(function () {
    $('#lightgallery').lightGallery({ pager: true });
});      
    </script>
Penjelasan :
Tambahkan code Top Title Header jika diperlukan. Copy code brikut :
/*Top Title Header*/
html {
  font: 13px 'Open Sans', 'Helvetica', Sans-serif;
}
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: #f0f;
  border-bottom: 3px solid #dad;
} 
Pastekan dibawah code :
<style class="Mys2010-styles">
Kemudian copy code berikut :
<header> 
<div class="Top Title Header">
<p align="center">
<a href="http:// Link Title" title="Myscript2010"><font size="3" color="#dad"face="arial">MUSIC</a> 
</header>
Pastekan diatas Code :
<link rel='stylesheet prefetch' href='http://sachinchoolur.github.io/lightGallery/lightgallery/css/lightgallery.css'>
Selanjutnya Ganti Link gambar, link title
dan edit code warna sesuai keinginan, klik pratinjau untuk melihat hasil klik perbarui selesai

Memasang kode Android M Quick Reply
Code ini menggunakan CSS dan HTML. 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 kode blank template, yang tersedia pada sumber  berikut ini 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
<style class="Mys2010-styles">
html {
  font-size: 100%;
  height: 100%;
  width: 100%;
  outline: none;
}

body {
  background: #00BCD4;
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  text-align: left;
  overflow-x: hidden;
  margin: auto;
  width: 100%;
  outline: none;
}
a{
  color:#fff;
  text-decoration: none;
}
.mobile__wrapper{
  position: absolute;
  text-align: center;
  font-size: 24px;
  color:  #FF1493;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mobile{
    transform: scale(1);
}

/**************************************
              Mobile
**************************************/
.nexus {
  height: 550px;
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
          display:inline-block;
  background-color: #111111;
  border: 2px solid #000000;
  border-top-left-radius: 200px 25px;
  border-top-right-radius: 200px 25px;
  border-bottom-left-radius: 200px 25px;
  border-bottom-right-radius: 200px 25px;
  box-shadow:1px 1px 8px #333333;
}
.camera {
  position: absolute;
  background-color: #FF0000;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin-top: 25px;
  margin-left: 35px;
}
.speaker {
  position: absolute;
  background-color: #0000CD;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  margin-top: 22px;
  margin-left: 130px;
}
.volume {
  background-color: #080808;
  position: absolute;
  height: 75px;
  width: 3px;
  margin-top: 100px;
  margin-left: -3px;
}
.screen{
  position: absolute;
  height: 450px;
  width: 260px;
  left: 10px;
  top: 48px;
  background: #FF9800;
  overflow: hidden;
}
.icon {
  opacity: 0;
  font-size: 200px;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  margin: 60px 0;
  cursor: pointer;
}
.reload {
  opacity: 0;
  font-size: 18px;
  color: #fff;
  margin: -60px 0;
}
.download{
  opacity: 0;
  font-size: 50px;
  color: #FFF !important;
  margin: 90px;
}
.author {
  margin: -75px;
  font-size: 16px;
  color: #9E82D0 !important;
}
.reactive {
    opacity: 1;
  -webkit-transition-delay: 2s;
  -webkit-transition: all 3s cubic-bezier(0, 0.02, 0.97, 0.05);
}
/**************************************
              infobar
**************************************/
.info__bar {
  position: relative;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}
.info__bar i {
  position: relative;
  top: 3px;
  left: 75px;
  color: #fff;
  font-size: 15px;
}
.info__bar .time{
  float: right;
  font-size: 16px;
  margin: 3px 10px 0 0;
  color: #fff;
}
/**************************************
              Notification
**************************************/

.notification{
  position: absolute;
  height: 60px;
  width: 260px;
  background: #4B0082;
  z-index: 2;
  top: -14%;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .2s cubic-bezier(0, 0.02, 0.97, 0.05);
  -webkit-transition-delay: .5s;
}
.active_noti{
    top: 0%;
  -webkit-transition: all .2s cubic-bezier(0, 0.02, 0.97, 0.05);
}
.mys2010 {
  position: absolute;
  height: 45px;
  width: 45px;
  margin: 7px 15px 0 15px;
  background: #4B0082;
  border-radius: 50%;
}
.mys2010:before{
  position: absolute;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  margin: 25px 0 0 32px;
  border:2px solid #4B0082;
  background: #4B0082;
  border-radius: 50%;
}
.notification .time{
    position: absolute;
    font-size: 10px;
    right: 7px;
    top: -3px;
}
.msg{
  position: absolute;
  font-size: 18px;
  padding: 17px 15px;
  right: 0;
}
.msg i{
  color: red;
}

/**************************************
              Quikreply
**************************************/
.quick__reply{
  position: absolute;
  height: 40px;
  width: 260px;
  background: #fff;
  top: -10%;
  z-index: 1;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .2s cubic-bezier(0, 0.02, 0.97, 0.05);
}
.active{
  top: 13%;
  -webkit-transition: all .2s cubic-bezier(0, 0.02, 0.97, 0.05);
    -webkit-transition-delay: .3s;
}

.material_input {
  position: absolute;
  left: 15px;
  top: 5px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid rgba(102, 102, 102, 0.20);
  width: 70%;

  color: #737373;
  font-size: 17px;
  letter-spacing: 0.5px;
}
.material_input:focus {
  outline: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid rgba(102, 102, 102, 0);
}
.bar  { 
  position: absolute;
  display: block;
  width: 70%;
  top: 34px;
  left: 15px;
}
.bar:before, .bar:after   {
  content:'';
  height:3px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#737373; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}
/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

.btn{
  color: #DFDFDF;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 25px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 35px;
}
.btn:hover{
  color: #737373;
}
@media only screen and (min-width:320px) {
  .mobile{
      transform: scale(0.7);
  }
}
@media only screen and (min-width:480px) {
  .mobile{
      transform: scale(0.8);
  }
}
@media (min-width:768px) {
    .mobile{
      transform: scale(1);
  }
}
</style>
<body onload="play()";>
<div class="mobile__wrapper">
<div class="mobile">
<div class="nexus">
<div class="camera">
</div>
<div class="speaker">
</div>
<div class="screen">
<div class="icon" onclick="play()">
<i class="md-notifications "></i>
</div>
<div class="reload">
Cibeber Cimahi</div>
<div class="download">
<i class="md md-cloud-download"></i></a></div>
<div class="author">
</div>
<div class="notification active_noti">
<div class="mys2010">
</div>
<div class="time">
307:308</div>
<div class="msg">
<i class="md md-favorite"></i>I Material Design</div>
</div>

<div class="quick__reply">
<div class="group">
<input type="text" class="material_input" required >
<span class="bar"></span>
<div class="btn">
<i class="md md-send"></i></div>
</div>

<i class="md md-cloud-download"></i></a></div>
<div class="author">
<hand phone js>
<link rel='stylesheet prefetch' href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'>
<hand phone js end>

<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'>
</script>

<script src='//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js'>
</script>

<script src='http://cdnjs.cloudflare.com/ajax/libs/mootools-more/1.4.0.1/mootools-more-yui-compressed.js'></script>

<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>
$('.info__bar').on('click', function(){
    $('.notification').addClass('active_noti');
});
$('.notification').on('click', function(){
    $('.quick__reply').toggleClass('active');
});
$('.btn').on('click', function(){
    $('.quick__reply').removeClass('active');
    $('.notification').removeClass('active_noti');
    $('.group').find("input[type=text]").val("");
    $('.reload').addClass('reactive');
    $('.icon').addClass('reactive');
    $('.download').addClass('reactive');
});
$('.icon').on('click', function(){
    $('.notification').addClass('active_noti');
});
function play(){
       var audio = document.getElementById("audio");
       audio.play();
}
</script>
Penjelasan :
Tambahkan code audio player Mp3, copy code berikut :
/* Music */
.player {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 210px;
    height: 100px;
    background: #;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    font-family: arial, sans-serif;
}
.player .source-ctrl-container {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    float: left;
    position: relative;
    cursor: pointer;
    color: #000;         
    background: #FFCC00; 
}
.player .volume-ctrl-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 10px;
    height: 50px;
    width: 118px;
    float: right;
}
.player .fa-pause {
    position: absolute;
    top: 18px;
    left: 18px;
}
.player .fa-play {
    position: absolute;
    top: 18px;
    left: 20px;
}
.player .time-info {
    clear: both;
    position: relative;
    top: 8px;
    text-align: center;
    font-size: 13px;
}
.player .time-current {
    color: #ffff00;
}
.player .volume-slider {
    display: inline-block;
    height: 2px;
    width: 50px;
    background: blue;
    margin: 0 10px;
    position: relative;
    top: -10px;
}
.player .volume-knob {
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: relative;
    top: -6px;
} 
Letakan diatas code :
</style>
Kemudian copy code berikut :
<script>       
"use strict";
/**
 * Music player
 */

var Player = function(audio_element, options) {

    this.audio_obj = document.id(audio_element);
    this.options = options;

    this.init = function() {
        this.status = 'pause';
        //this.duration = this.audio_obj.duration;
        this.time = '00';
        this.render();
        this.addEvents();
    };

    this.render = function() {

        // source controller
        this.source_ctrl_el = new Element('div.source-ctrl.fa.fa-play');
        this.source_ctrl_button = new Element('div.source-ctrl-container')
            .adopt(this.source_ctrl_el);

        // time info
        this.time_current_el = new Element('span.time-current');
        this.time_duration_el = new Element('span.time-duration');
        var time_info = new Element('div.time-info')
            .adopt(
                this.time_current_el,
                new Element('span.time-current-duration-separator').set('text', ' / '),
                this.time_duration_el
            );

        // volume ctrl
        this.volume_slider = new Element('div.volume-slider');
        this.volume_ctrl = new Element('div.volume-ctrl')
            .adopt(
                new Element('span.fa.fa-2x.fa-volume-off'),
                this.volume_slider.adopt( new Element('div.volume-knob')),
                new Element('span.fa.fa-2x.fa-volume-up')
            );

        var container = new Element('div.player')
            .adopt(
                this.source_ctrl_button,
                new Element('div.volume-ctrl-container').adopt(this.volume_ctrl),
                time_info
            )
            .inject(this.audio_obj, 'after');
    };

    this.addEvents = function() {
        this.audio_obj.load();
        this.audio_obj.addEventListener('loadeddata', function() { 
            this.time_duration_el.set('text', this.toHHMMSS(this.audio_obj.duration));
            this.time_current_el.set('text', this.toHHMMSS(this.audio_obj.currentTime));
        }.bind(this));
        this.source_ctrl_button.addEvent('click', this.sourceCtrlAction.bind(this));

        new Slider(this.volume_slider, this.volume_slider.getElement('.volume-knob'), {
            range: [0, 100],
            initialStep: this.audio_obj.volume * 100,
            onChange: function(value){
                this.audio_obj.volume = value/100;
            }.bind(this)
        });
    };

    this.sourceCtrlAction = function() {
        if(this.status == 'pause') {
            this.play();
        }
        else {
            this.pause();
        }
    };

    this.toHHMMSS = function(s) {
        var sec_num = parseInt(s, 10);
        var hours   = Math.floor(sec_num / 3600);
        var minutes = Math.floor((sec_num - (hours * 3600)) / 60);
        var seconds = sec_num - (hours * 3600) - (minutes * 60);

        if(hours   < 10) { hours   = "0" + hours; }
        if(minutes < 10) { minutes = "0" + minutes; }
        if(seconds < 10) { seconds = "0" + seconds; }

        var time = (hours == '00' ? '' : hours + ':') + minutes + ':' + seconds;

        return time;
    }

    this.play = function() {
        this.time_current_el.set('text', this.toHHMMSS(this.audio_obj.currentTime));
        this.time_ti = setInterval(function() {
            this.time_current_el.set('text', this.toHHMMSS(this.audio_obj.currentTime));
        }.bind(this), 1000);
        this.source_ctrl_el.removeClass('fa-play').addClass('fa-pause');
        this.audio_obj.play();
        this.status = 'play';
    };

    this.pause = function() {
        clearInterval(this.time_ti);
        this.source_ctrl_el.removeClass('fa-pause').addClass('fa-play');
        this.audio_obj.pause();
        this.status = 'pause';
    };
}
var player = new Player('player');
player.init();      
</script>
letakan dibawah code :
function play(){
       var audio = document.getElementById("audio");
       audio.play();
}
</script>
Selanjutnya copy code berikut :
<center>
<audio id="player">
<source src="https://sites.google.com/site/studiedingsongmp3/laguku/Sisa-mys2010.mp3" type="audio/mpeg">
</audio>
<img src="http://findicons.com/files/icons/1035/human_o2/128/audio_headset.png" name="e902" border="0" width="120" height="180" /></a>
letakan dibawah code :
<i class="md md-cloud-download"></i></a></div>
<div class="author">
klik pratinjau untuk melihat hasil,
edit code warna dan ganti link Mp3 sesuai keinginan lalu klik perbarui selesai
Edited by. Myscript2010
Code Music by. Abidibo on Codepen
Android M by. Grapes Theme on Codepen

Memasang kode Android Music
Code ini menggunakan CSS dan HTML. 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 kode blank template, yang tersedia pada sumber  berikut ini 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
body {#);color:darkblue;}
/*Bg Gradiends*/
body{
 padding: 0px;
 margin: 0px;
 background: linear-gradient(left, rgb(38,38,212) 35%, rgb(133,81,178) 62%, rgb(8,5,28) 81%);
 background: -o-linear-gradient(left, rgb(38,38,212) 35%, rgb(133,81,178) 62%, rgb(8,5,28) 81%);
 background: -moz-linear-gradient(left, rgb(38,38,212) 35%, rgb(133,81,178) 62%, rgb(8,5,28) 81%);
 background: -webkit-linear-gradient(left, rgb(38,38,212) 35%, rgb(133,81,178) 62%, rgb(8,5,28) 81%);
 background: -ms-linear-gradient(left, rgb(38,38,212) 35%, rgb(133,81,178) 62%, rgb(8,5,28) 81%);
 oveflow:hidden;
}
#container {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-a4twY-fxo32HfySCy1N_Sbix5dTCcHAxg1qbM3mBDi2oHHUbDSeUMcDrZYMOOx-fNM-FYJ14auKI7T7QwgLtyeXZD2TjixNmHdrxXlTwSr2CulWoZMMRYBlemKZYjYnwBj6lPUUPYqVs/s1600-r/Cibeber-Cimahi-mys2010.png");
  width: 375px;
  height: 560px;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 94px;
  padding-bottom: 0;
  display: inline-block;
}
#screen {
  margin-left: auto;
  margin-right: auto;
  width: 233px;
  height: 415px;
  position: relative;
  background: #FF3300;
  padding: 0;
}
 

/* Music */
.player {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 210px;
    height: 100px;
    background: #;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    font-family: arial, sans-serif;
}
.player .source-ctrl-container {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    float: left;
    position: relative;
    cursor: pointer;
    color: #000;         
    background: #FFCC00; 
}
.player .volume-ctrl-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 10px;
    height: 50px;
    width: 118px;
    float: right;
}
.player .fa-pause {
    position: absolute;
    top: 18px;
    left: 18px;
}
.player .fa-play {
    position: absolute;
    top: 18px;
    left: 20px;
}
.player .time-info {
    clear: both;
    position: relative;
    top: 8px;
    text-align: center;
    font-size: 13px;
}
.player .time-current {
    color: #ffff00;
}
.player .volume-slider {
    display: inline-block;
    height: 2px;
    width: 50px;
    background: blue;
    margin: 0 10px;
    position: relative;
    top: -10px;
}
.player .volume-knob {
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: relative;
    top: -6px;
} 
<center>
<!--<div id="presentation" >
-->
<div id="page">
<div id="container">
<div id="screen" onclick="bounce()">
<div id="container-volume">
<p align="right">
<img src="http://4.bp.blogspot.com/-iQYvivDCkQU/Vtl9cayjnaI/AAAAAAAAYp4/cOsH8ySPKAc/s1600-r/1-Y.png" name="e902" border="0" width="58" height="60" /></a>
</div>
<center>
<font size="3" color="green"face="vivaldi"> Myscript2010</a>
<audio id="player">
<source src="https://sites.google.com/site/studiedingsongmp3/laguku/Sisa-mys2010.mp3" type="audio/mpeg">
</audio>
<img src="http://findicons.com/files/icons/1035/human_o2/128/audio_headset.png" name="e902" border="0" width="120" height="180" /></a>

<div id="lockscreen">
<div id="glass-effect">
</div>
<div id="banner">
<div class="wifi">
</div>
  Mari Belajar</font>
<div id="cont">
</div>
  
<link rel='stylesheet prefetch' href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'>
  
<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'>
</script>

<script src='//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js'>
</script>

<script src='http://cdnjs.cloudflare.com/ajax/libs/mootools-more/1.4.0.1/mootools-more-yui-compressed.js'>
</script> 
"use strict";

/**
 * Music player
 */

var Player = function(audio_element, options) {

    this.audio_obj = document.id(audio_element);
    this.options = options;

    this.init = function() {
        this.status = 'pause';
        //this.duration = this.audio_obj.duration;
        this.time = '00';
        this.render();
        this.addEvents();
    };

    this.render = function() {

        // source controller
        this.source_ctrl_el = new Element('div.source-ctrl.fa.fa-play');
        this.source_ctrl_button = new Element('div.source-ctrl-container')
            .adopt(this.source_ctrl_el);

        // time info
        this.time_current_el = new Element('span.time-current');
        this.time_duration_el = new Element('span.time-duration');
        var time_info = new Element('div.time-info')
            .adopt(
                this.time_current_el,
                new Element('span.time-current-duration-separator').set('text', ' / '),
                this.time_duration_el
            );

        // volume ctrl
        this.volume_slider = new Element('div.volume-slider');
        this.volume_ctrl = new Element('div.volume-ctrl')
            .adopt(
                new Element('span.fa.fa-2x.fa-volume-off'),
                this.volume_slider.adopt( new Element('div.volume-knob')),
                new Element('span.fa.fa-2x.fa-volume-up')
            );

        var container = new Element('div.player')
            .adopt(
                this.source_ctrl_button,
                new Element('div.volume-ctrl-container').adopt(this.volume_ctrl),
                time_info
            )
            .inject(this.audio_obj, 'after');
    };

    this.addEvents = function() {
        this.audio_obj.load();
        this.audio_obj.addEventListener('loadeddata', function() { 
            this.time_duration_el.set('text', this.toHHMMSS(this.audio_obj.duration));
            this.time_current_el.set('text', this.toHHMMSS(this.audio_obj.currentTime));
        }.bind(this));
        this.source_ctrl_button.addEvent('click', this.sourceCtrlAction.bind(this));

        new Slider(this.volume_slider, this.volume_slider.getElement('.volume-knob'), {
            range: [0, 100],
            initialStep: this.audio_obj.volume * 100,
            onChange: function(value){
                this.audio_obj.volume = value/100;
            }.bind(this)
        });
    };

    this.sourceCtrlAction = function() {
        if(this.status == 'pause') {
            this.play();
        }
        else {
            this.pause();
        }
    };

    this.toHHMMSS = function(s) {
        var sec_num = parseInt(s, 10);
        var hours   = Math.floor(sec_num / 3600);
        var minutes = Math.floor((sec_num - (hours * 3600)) / 60);
        var seconds = sec_num - (hours * 3600) - (minutes * 60);

        if(hours   < 10) { hours   = "0" + hours; }
        if(minutes < 10) { minutes = "0" + minutes; }
        if(seconds < 10) { seconds = "0" + seconds; }

        var time = (hours == '00' ? '' : hours + ':') + minutes + ':' + seconds;

        return time;
    }

    this.play = function() {
        this.time_current_el.set('text', this.toHHMMSS(this.audio_obj.currentTime));
        this.time_ti = setInterval(function() {
            this.time_current_el.set('text', this.toHHMMSS(this.audio_obj.currentTime));
        }.bind(this), 1000);
        this.source_ctrl_el.removeClass('fa-play').addClass('fa-pause');
        this.audio_obj.play();
        this.status = 'play';
    };

    this.pause = function() {
        clearInterval(this.time_ti);
        this.source_ctrl_el.removeClass('fa-pause').addClass('fa-play');
        this.audio_obj.pause();
        this.status = 'pause';
    };

}
var player = new Player('player');
player.init();
Penjelasan :
Ganti Code Warna, Background HP, dan link Mp3 Sesuai keinginan
Edited by. Myscript2010 on Codepen
Code Music by. Cartoonist ARiF on Codepen

My Logo 2
html {
  font: 13px 'Open Sans', 'Helvetica', Sans-serif;
}
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: #444;
  border-bottom: 3px solid #333;
}

/*Bg Animated*/

html,
body{
      background: #444;    
 }
i {
  -webkit-animation: bounce 1.125s ease-in-out infinite alternate;
          animation: bounce 1.125s ease-in-out infinite alternate;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  text-shadow: rgba(0, 0, 0, 0.35) 0 0 0.02222em;
  font-family: "Product Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20vmin;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}
i:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  color: #4285f4;
}
i:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  color: #ea4335;
}
i:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  color: #fbbc05;
}
i:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  color: #4285f4;
}
i:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  color: #34a853;
}
i:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  color: #ea4335;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    text-shadow: rgba(0, 0, 0, 0.35) 0 0 0.02222em;
  }
  100% {
    -webkit-transform: translate3d(0, -1em, 0) scale(1.1);
            transform: translate3d(0, -1em, 0) scale(1.1);
    text-shadow: rgba(0, 0, 0, 0.35) 0 0.90909em 0.2em;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    text-shadow: rgba(0, 0, 0, 0.35) 0 0 0.02222em;
  }
  100% {
    -webkit-transform: translate3d(0, -1em, 0) scale(1.1);
            transform: translate3d(0, -1em, 0) scale(1.1);
    text-shadow: rgba(0, 0, 0, 0.35) 0 0.90909em 0.2em;
  }
}

/* LOGO*/

 background:#000;
}
#logo:active {
    position: relative;
    top: 1px;
}
 html {
    height: 10;
    background-color: #fff;
    background-image: linear-gradient(135deg,#00BFFF, #00BFFF, #8A2BE2, #9932CC ,#9ACD32);
}
<div>
<p align="center">
<i>M</i><i>Y</i><i>S</i><i>2</i><i>0</i><i>1</i><i>0</i>
</div>
<p align="center">
<a href="http://demoshow-mys2010.blogspot.co.id/2016/02/logo-mys2010.html">
<img src="https://sites.google.com/site/pelajaranku1/fileku/logo-mys2010.png" name="e902" border="0" width="300" height="200" /></a>
<font size="2" color=" green "face="Time newroman">CIBEBER CIMAHI</font></center>
<header>
<div class="page-wrap clearfix">
<p align="center">
<font size="2" color="green"face="arial"> 
<a href="http://demoshow-mys2010.blogspot.co.id/2015/12/belajar-mp3-dengan-auto-slide.html" title="Myscript2010">WEB DESIGN MYSCRIPT2010 ANIMATED LOGO</a>
<font size="2" color="#dad"face="arial">* * *</a>
</header>

My Logo 1
/* Backgroud Top Title Header */
html {
  font: 13px 'Open Sans', 'Helvetica', Sans-serif;
}
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: #444;
  border-bottom: 3px solid #333;}
/*Code Bottom*/
background: #000;
}
#logo:active {
    position: relative;
    top: 1px;
}
 html {
    height: 100%;
    background-color: #333;
    background-image: linear-gradient(135deg, #444, #333);
}
body {
    margin: 0;
}
.controls {
    width: 100%;
    border-top: 1px solid;
    position: fixed;
    bottom: 0;
    color: #afa;
}
.controls__button {
    box-sizing: border-box;
    width: 5,4em;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 7.65em;
    color: currentcolor;
    background-color: transparent;
}
.controls__button:hover,
.controls__button:focus,
.controls__button.is-active {
    color: #222;
    background-color: #dad;
}
.controls__button:focus {
    outline: none;
}
.controls__button.is-active:hover,
.controls__button.is-active:focus {
    color: currentcolor;
    background-color: #222;
}
<header>
<div class="page-wrap clearfix">
<p align="center">
<font size="3" color="green"face="arial">
<a href="http://demoshow-mys2010.blogspot.co.id/p/logo-mys2010.html"title="Myscript2010">LOGO MYS2010</a>
</header>
<p align="center">
<a href="http://demoshow-mys2010.blogspot.co.id/2016/02/logo-mys2010.html">
<img src="https://sites.google.com/site/pelajaranku1/fileku/logo-mys2010.png" name="e902" border="0" width="300" height="200" /></a>
<font size="2" color=" green "face="Time newroman">CIBEBER CIMAHI</font>
</center>
<div class="controls">
<button class="controls__button"> Myscript2010</button><!--
 --><button class="controls__button">Mylogo</button><!--
 --><button class="controls__button">Call307</button>
</div>

Memasang kode Cloud Animation Runs
Code ini menggunakan CSS dan HTML. 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 kode blank template, yang tersedia pada sumber  berikut ini 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
<style class="Cloud-Animation-styles">
/* What do you have to be scared of?
 *
 * Lorin Tackett, July 2013
 * http://lorintackett.com 
 */
@import url(http://fonts.googleapis.com/css?family=Oswald);
@keyframes clouds-loop-1 {
  to {
    background-position: -1000px 0;
  }
}
.clouds-1 {
  background-image: url("http://s.cdpn.io/15514/clouds_2.png");
  animation: clouds-loop-1 20s infinite linear;
}

@keyframes clouds-loop-2 {
  to {
    background-position: -1000px 0;
  }
}
.clouds-2 {
  background-image: url("http://s.cdpn.io/15514/clouds_1.png");
  animation: clouds-loop-2 15s infinite linear;
}

@keyframes clouds-loop-3 {
  to {
    background-position: -1579px 0;
  }
}
.clouds-3 {
  background-image: url("http://s.cdpn.io/15514/clouds_3.png");
  animation: clouds-loop-3 17s infinite linear;
}

html, body {
  font-family: sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
  background: -moz-linear-gradient(#333333, #000000);
  background: -webkit-linear-gradient(#333333, #000000);
  background: linear-gradient(#333333, #000000);
}
body, body a {
  color: #cccccc;
}

h1.quote {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: right;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  text-shadow: 0 -1px 0  #ffffff, 0 2px 3px #000000;
}
h1.quote span {
  display: block;
}

section.info {
  position: absolute;
  bottom: 0;
  right: 2ch;
  font-size: 60%;
}
section.info dl {
  display: -webkit-flex;
  display: flex;
}
section.info dl dt, section.info dl dd {
  margin: 0;
  padding: 0;
}
section.info dl dt {
  padding-right: 1ch;
}
section.info dl dd {
  padding-right: 4ch;
}

.clouds {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.clouds-1,
.clouds-2,
.clouds-3 {
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 500px;
}

    </style>
<h1 class='quote'>
  <span>You’re a ghost driving a meat-coated skeleton made from stardust.</span>
  <span>... what do you have to be scared of?</span>
</h1>
<section class='info'>
  <dl>
    <dt>quote by</dt>
    <dd>
      <a href='https://twitter.com/Porkbeard/status/296920453442842625'>@porkbeard</a>
    </dd>
    <dt>designed by</dt>
    <dd>
      <a href='http://twitter.com/ltackett'>@ltackett</a>
    </dd>
  </dl>
  <p>Need a front-end developer?
    <a href='http://resume.lorintackett.com'>I am available for limited projects.</a></p>
</section>
<div class='clouds'>
  <div class='clouds-1'></div>
  <div class='clouds-2'></div>
  <div class='clouds-3'></div>
</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>
      (function() {
}).call(this);     
    </script>
Penjelasan :
Tambahkan code music audio player mp3 jika diperlukan. Copy code berikut
<link rel='stylesheet prefetch' href='
//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'>
Pastekan diatas code :
<style class="Cloud-Animation-styles">
Kemudian copy code berikut :
/* Requires Musik */
.player {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 210px;
    height: 100px;
    background: #000;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    font-family: arial, sans-serif;
}
.player .source-ctrl-container {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    float: left;
    position: relative;
    cursor: pointer;
    color: #000;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.player .source-ctrl-container:hover {
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(246,246,246,1) 0%, rgba(225,225,225,1) 49%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(246,246,246,1)), color-stop(49%,rgba(225,225,225,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.player .volume-ctrl-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 10px;
    height: 50px;
    width: 118px;
    float: right;
}
.player .fa-pause {
    position: absolute;
    top: 18px;
    left: 18px;
}
.player .fa-play {
    position: absolute;
    top: 18px;
    left: 20px;
}
.player .time-info {
    clear: both;
    position: relative;
    top: 8px;
    text-align: center;
    font-size: 13px;
}
.player .time-current {
    color: #ffff00;
}
.player .volume-slider {
    display: inline-block;
    height: 2px;
    width: 50px;
    background: #666;
    margin: 0 10px;
    position: relative;
    top: -10px;
}
.player .volume-knob {
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: relative;
    top: -6px;
}
Pastekan dibawah code :
.clouds-1,
.clouds-2,
.clouds-3 {
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 500px;
}
Selanjutnya copy code berikut :
<audio id="player">
<source src="http://radio.freeshoutcast.com:18714/;stream.ogg" type="audio/ogg">
<source src="https://sites.google.com/site/pelajaranku1/mp3ku/Cranberries-Dream-Mys2010.mp3" type="audio/mpeg">
</audio>
Pastekan dibawah code :
</style>
Untuk Javascript copy code berikut :
<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'></script><script src='//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js'></script><script src='http://cdnjs.cloudflare.com/ajax/libs/mootools-more/1.4.0.1/mootools-more-yui-compressed.js'></script>
<script>
"use strict";

/**
 * Requires mootools core and mootools more Slider
 */

var Player = function(audio_element, options) {

    this.audio_obj = document.id(audio_element);
    this.options = options;

    this.init = function() {
        this.status = 'pause';
        //this.duration = this.audio_obj.duration;
        this.time = '00';
        this.render();
        this.addEvents();
    };

    this.render = function() {

        // source controller
        this.source_ctrl_el = new Element('div.source-ctrl.fa.fa-play');
        this.source_ctrl_button = new Element('div.source-ctrl-container')
            .adopt(this.source_ctrl_el);

        // time info
        this.time_current_el = new Element('span.time-current');
        this.time_duration_el = new Element('span.time-duration');
        var time_info = new Element('div.time-info')
            .adopt(
                this.time_current_el,
                new Element('span.time-current-duration-separator').set('text', ' / '),
                this.time_duration_el
            );

        // volume ctrl
        this.volume_slider = new Element('div.volume-slider');
        this.volume_ctrl = new Element('div.volume-ctrl')
            .adopt(
                new Element('span.fa.fa-2x.fa-volume-off'),
                this.volume_slider.adopt( new Element('div.volume-knob')),
                new Element('span.fa.fa-2x.fa-volume-up')
            );

        var container = new Element('div.player')
            .adopt(
                this.source_ctrl_button,
                new Element('div.volume-ctrl-container').adopt(this.volume_ctrl),
                time_info
            )
            .inject(this.audio_obj, 'after');
    };

    this.addEvents = function() {
        this.audio_obj.load();
        this.audio_obj.addEventListener('loadeddata', function() { 
            this.time_duration_el.set('text', this.toHHMMSS(this.audio_obj.duration));
            this.time_current_el.set('text', this.toHHMMSS(this.audio_obj.currentTime));
        }.bind(this));
        this.source_ctrl_button.addEvent('click', this.sourceCtrlAction.bind(this));

        new Slider(this.volume_slider, this.volume_slider.getElement('.volume-knob'), {
            range: [0, 100],
            initialStep: this.audio_obj.volume * 100,
            onChange: function(value){
                this.audio_obj.volume = value/100;
            }.bind(this)
        });
    };

    this.sourceCtrlAction = function() {
        if(this.status == 'pause') {
            this.play();
        }
        else {
            this.pause();
        }
    };

    this.toHHMMSS = function(s) {
        var sec_num = parseInt(s, 10);
        var hours   = Math.floor(sec_num / 3600);
        var minutes = Math.floor((sec_num - (hours * 3600)) / 60);
        var seconds = sec_num - (hours * 3600) - (minutes * 60);

        if(hours   < 10) { hours   = "0" + hours; }
        if(minutes < 10) { minutes = "0" + minutes; }
        if(seconds < 10) { seconds = "0" + seconds; }

        var time = (hours == '00' ? '' : hours + ':') + minutes + ':' + seconds;

        return time;
    }

    this.play = function() {
        this.time_current_el.set('text', this.toHHMMSS(this.audio_obj.currentTime));
        this.time_ti = setInterval(function() {
            this.time_current_el.set('text', this.toHHMMSS(this.audio_obj.currentTime));
        }.bind(this), 1000);
        this.source_ctrl_el.removeClass('fa-play').addClass('fa-pause');
        this.audio_obj.play();
        this.status = 'play';
    };

    this.pause = function() {
        clearInterval(this.time_ti);
        this.source_ctrl_el.removeClass('fa-pause').addClass('fa-play');
        this.audio_obj.pause();
        this.status = 'pause';
    };

}
var player = new Player('player');
player.init();
</script>
Pastekan dibawah code :
<script>
      (function() {
}).call(this);     
    </script>
Klik pratinjau untuk melihat hasil dan klik publis atau perbarui selesai
Edited by. Myscript2010
Sources by. Lorin Tackett
If you want to directly copy and paste you canDownload Here Cloud Animation Runs

Memasang kode 3D Images Gallery 
Code ini dapat menampilkan Gambar Slide Auto. 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 kode blank template, yang tersedia pada sumber  berikut ini 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
<style class="Mys2010-styles">
body {);color:red;height:100%;overflow:hidden;} 
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%;
  text-align: center;
  font-size:  6px;
  background: #f0f;
  border-bottom: 3px solid #dad;
} 
.ap {
position: fixed;
right: 0;
bottom:-23px;
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:  #f00;
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%, #0a0 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:35px;
} 
html {
  font: 13px 'Open Sans', 'Helvetica', Sans-serif;
} 
#gradient { 
position: fixed; 
bottom:-119px; 
width: 600%;
height: 600%;
left:-20px;
position: absolute;
background: linear-gradient(270deg, #9400D3, #003366, #b27000, #06617d, #CC0099, #A10048, #067370, #B0E0E6, #009999, #330099, #B20000, #8E006B,  #8B4513, #CC0099, #87CEEB, #0066B3,  #DC143C, #4B0082 ,  #8B008B, #FF7F50, #DDA0DD, #6B006B, #B0E0E6 , #990099 ,   #D8BFD8, #40E0D0 ,   #DA70D6, #FF69B4, #9400D3  );
background-size: 800% 800%; 
-webkit-animation: colors 160s ease infinite;
-moz-animation: colors 160s ease infinite;
animation: colors 160s ease infinite;
}
@-webkit-keyframes colors {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@-moz-keyframes colors {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes colors { 
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
*{Carausel}
*{
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
 box-sizing: border-box;
}
*:before,
*:after{
 box-sizing: border-box;
}
html,
body{
 min-height: 100%;
}
h1{
 display: table;
 margin: 60% auto 0;
 text-transform: uppercase;
 font-family: 'Agency FB', sans-serif;
 font-size: 4em;
 font-weight: 400;
 text-shadow: 0 1px white, 0 2px black;
}
.container{
 margin: 4% auto;
 width: 210px;
 height: 140px;
 position: relative;
 perspective: 1000px;
}
#carousel{
 width: 100%;
 height: 100%;
 position: absolute;
 transform-style: preserve-3d;
 animation: rotation 20s infinite linear;
}
#carousel:hover{
 animation-play-state: paused;
}
#carousel figure{
 display: block;
 position: absolute;
 width: 186px;
 height: 116px;
 left: 10px;
 top: 10px;
 background: black;
 overflow: hidden;
 border: solid 5px black;
}
#carousel figure:nth-child(1){transform: rotateY(0deg) translateZ(288px);}
#carousel figure:nth-child(2) { transform: rotateY(40deg) translateZ(288px);}
#carousel figure:nth-child(3) { transform: rotateY(80deg) translateZ(288px);}
#carousel figure:nth-child(4) { transform: rotateY(120deg) translateZ(288px);}
#carousel figure:nth-child(5) { transform: rotateY(160deg) translateZ(288px);}
#carousel figure:nth-child(6) { transform: rotateY(200deg) translateZ(288px);}
#carousel figure:nth-child(7) { transform: rotateY(240deg) translateZ(288px);}
#carousel figure:nth-child(8) { transform: rotateY(280deg) translateZ(288px);}
#carousel figure:nth-child(9) { transform: rotateY(320deg) translateZ(288px);}
img{
 -webkit-filter: grayscale(1);
 cursor: pointer;
 transition: all .5s ease;
}
img:hover{
 -webkit-filter: grayscale(0);
  transform: scale(1.2,1.2);
}
@keyframes rotation{
 from{
  transform: rotateY(0deg);
 }
 to{
  transform: rotateY(360deg);
 }}
</style>
<div id="gradient"></div>
<header>
<a href="http://Link Title" target="_blank" title="Mari Belajar">
<h2>
<span style="color:#f00; font-size: 10pt">CAROUSEL WITH SONG MP3</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:#f00;"> EDITED BY. <a href="https://Link Download"title="Download Full Code"><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:#f00;"> COPYRIGHT <a href="http://codepen.io/Myscript2010"target="_blank"title="Edit Code"><span style="color: #FFFF00; font-size: 14px;">&nbsp; &copy; - 2017 </a>&nbsp; CODEPEN </a> 
</div>
<h2>
<div align="center">
<a href="http://sample-mys2010.blogspot.co.id/p/statis-home.html" target="_blank" title="Visit Website"><img class="expando" border="0" src="https://sites.google.com/site/code6916/file/M-2010.png" width="140"height="10"></h2>
</a></div>
</div>
<div class="container">
<h1>CAROUSEL</h1><br>
<div class="container">
<br><br>
<div class="container">
<div id="carousel">
          <figure>
    <div class="picture">
<a href="http://Link Judul" target="_blank" title="Link Anda">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgKK8dy5_SYko9eforGnwYb3l7uGqNMPIn4nv_tb9wVtkTPlcM1KpxJWlriU0kk2FT4zYuden8aHT7RAwhojrTiMtcH3TrzGvEEWkq4C7Sz2Q48MVLv56a9UidV8ugvgGdhCDjsytj284/s1600/No-Image-M2010s.png" alt=""/>
            <div class="image-overlay-link"></a>            
</div> 
    </div>
       </figure>
   

<figure>
    <div class="picture">
<a href="http://Link Judul" target="_blank" title="Link Anda">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgKK8dy5_SYko9eforGnwYb3l7uGqNMPIn4nv_tb9wVtkTPlcM1KpxJWlriU0kk2FT4zYuden8aHT7RAwhojrTiMtcH3TrzGvEEWkq4C7Sz2Q48MVLv56a9UidV8ugvgGdhCDjsytj284/s1600/No-Image-M2010s.png" alt=""/>
            <div class="image-overlay-link"></a>            
</div> 
    </div>
       </figure> 
   
<figure>
    <div class="picture">
<a href="http://Link Judul" target="_blank" title="Link Anda">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgKK8dy5_SYko9eforGnwYb3l7uGqNMPIn4nv_tb9wVtkTPlcM1KpxJWlriU0kk2FT4zYuden8aHT7RAwhojrTiMtcH3TrzGvEEWkq4C7Sz2Q48MVLv56a9UidV8ugvgGdhCDjsytj284/s1600/No-Image-M2010s.png" alt=""/>
            <div class="image-overlay-link"></a>            
</div> 
    </div>
       </figure> 

<figure>
    <div class="picture">
<a href="http://Link Judul" target="_blank" title="Link Anda">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgKK8dy5_SYko9eforGnwYb3l7uGqNMPIn4nv_tb9wVtkTPlcM1KpxJWlriU0kk2FT4zYuden8aHT7RAwhojrTiMtcH3TrzGvEEWkq4C7Sz2Q48MVLv56a9UidV8ugvgGdhCDjsytj284/s1600/No-Image-M2010s.png" alt=""/>
            <div class="image-overlay-link"></a>            
</div> 
    </div>
       </figure> 

<figure>
    <div class="picture">
<a href="http://Link Judul" target="_blank" title="Link Anda">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgKK8dy5_SYko9eforGnwYb3l7uGqNMPIn4nv_tb9wVtkTPlcM1KpxJWlriU0kk2FT4zYuden8aHT7RAwhojrTiMtcH3TrzGvEEWkq4C7Sz2Q48MVLv56a9UidV8ugvgGdhCDjsytj284/s1600/No-Image-M2010s.png" alt=""/>
            <div class="image-overlay-link"></a>            
</div> 
    </div>
       </figure> 
   
<figure>
    <div class="picture">
<a href="http://Link Judul" target="_blank" title="Link Anda">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgKK8dy5_SYko9eforGnwYb3l7uGqNMPIn4nv_tb9wVtkTPlcM1KpxJWlriU0kk2FT4zYuden8aHT7RAwhojrTiMtcH3TrzGvEEWkq4C7Sz2Q48MVLv56a9UidV8ugvgGdhCDjsytj284/s1600/No-Image-M2010s.png" alt=""/>
            <div class="image-overlay-link"></a>            
</div> 
    </div>
       </figure> 

<figure>
    <div class="picture">
<a href="http://Link Judul" target="_blank" title="Link Anda">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgKK8dy5_SYko9eforGnwYb3l7uGqNMPIn4nv_tb9wVtkTPlcM1KpxJWlriU0kk2FT4zYuden8aHT7RAwhojrTiMtcH3TrzGvEEWkq4C7Sz2Q48MVLv56a9UidV8ugvgGdhCDjsytj284/s1600/No-Image-M2010s.png" alt=""/>
            <div class="image-overlay-link"></a>            
</div> 
    </div>
       </figure> 

<figure>
    <div class="picture">
<a href="http://Link Judul" target="_blank" title="Link Anda">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgKK8dy5_SYko9eforGnwYb3l7uGqNMPIn4nv_tb9wVtkTPlcM1KpxJWlriU0kk2FT4zYuden8aHT7RAwhojrTiMtcH3TrzGvEEWkq4C7Sz2Q48MVLv56a9UidV8ugvgGdhCDjsytj284/s1600/No-Image-M2010s.png" alt=""/>
            <div class="image-overlay-link"></a>            
</div> 
    </div>
       </figure> 

<figure>
    <div class="picture">
<a href="http://Link Judul" target="_blank" title="Link Anda">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgKK8dy5_SYko9eforGnwYb3l7uGqNMPIn4nv_tb9wVtkTPlcM1KpxJWlriU0kk2FT4zYuden8aHT7RAwhojrTiMtcH3TrzGvEEWkq4C7Sz2Q48MVLv56a9UidV8ugvgGdhCDjsytj284/s1600/No-Image-M2010s.png" alt=""/>
            <div class="image-overlay-link"></a>            
</div> 
    </div>
       </figure>
<script>
var camera, // Core 3.js component
 scene, // Core 3.js component
 renderer, // Core 3.js component
 mouseX = 0, // Tracking Mouse Positions
 mouseY = 0, // Tracking Mouse Positions
 charCounter = 0,
 particles= []; // Array to store all particles 
 init(); //Call Initializer 
 //Initializer function
 function init(){
  //Focus of View( Camera view angle), Aspect Ratio, near Clipping Frame and Far Clipping Frame
  camera = new THREE.PerspectiveCamera( 80, window.innerWidth / window.innerHeight, 1, 10000 );   
  //Set Z-index of Camera backward to see some 3D view
  camera.position.z = 100;  
  //Creating a Scene for 3D Data
  scene = new THREE.Scene();
  scene.add(camera); // Adding a camera to Scene  
  renderer = new THREE.CanvasRenderer(); //Create a renderer for Canvas
  renderer.setSize(window.innerWidth, window.innerHeight); //Set to window size or your size  
  document.body.appendChild(renderer.domElement); //We are adding three.js canvas element to DOM Here
  makeParticles(); // Create Particles
 //document.addEventListener("mousemove",onMove,false); // Add handler to all mouse movements
 setInterval(updateCanvas,1000/14);  // take 1000 (the number of mils in a second) and divide it by our frame rate. 
 } 
 function makeParticles(){
  var particle, //Creating Core Particles
  material; //Creating Material with which particle is to be made  
  //Iterate from a zone of -1000 to 1000 and position particles at random place SO WE CREATE 100 Particles
  for(var zindex = -1000; zindex <1000; zindex+=20){
   //Create a Material with a color and pass reference to a rendered to draw and define its shape
   material = new THREE.ParticleCanvasMaterial({color:0xffffff,program: particleRender}); //Initializing Object with   
   Constructor Parameters
   particle = new THREE.Particle(material);   
   //Place Positions of X and Y
   particle.position.x = Math.random() *2000 -1000;
   particle.position.y = Math.random() *1000 -500;   
   particle.position.z = zindex; // Place it on out iterator   
   particle.scale.x = particle.scale.y = 4; // Scale to our factor   
   scene.add(particle); // Add to scene
   particles.push(particle); //Push to out list of particles
    } }
   function particleRender( context ) { 
 /*/ we get passed a reference to the canvas context
 context.beginPath();
 // and we just have to draw our shape at 0,0 - in this
 // case an arc from 0 to 2Pi radians or 360º - a full circle!
 context.arc( 0, 0, 1, 0,  Math.PI * 2, true );
 context.fill();*/
  var text = new Array();
    text[0] ="θ";
    text[1] = "ι";
    text[2] = "κ";
    text[3] = "λ";
    text[4] ="μ";
    text[5] = "ν";
    text[6] = "ξ";
    text[7] = "ο";
  context.font = '20pt Calibri';
  context.fillStyle = 'cyan';
  context.fillText(text[charCounter], 0, 0);
  charCounter = charCounter + 1; 
  if(charCounter >7){
  charCounter = 0;
  }
 }
 function onMove(){
 // store the mouseX and mouseY position 
  mouseX = event.clientX;
  mouseY = event.clientY;
 }
 function updateParticles(){
  // iterate through every particle
  for(var i=0; i<particles.length; i++) {  
   particle = particles[i];   
   // and move it forward dependent on the mouseY position. 
   particle.position.z +=  20;  
   // if the particle is too close move it to the back
   if(particle.position.z>1000) particle.position.z=-1000; 
    } } 
 function updateCanvas(){ // This is called for a frame rate of 30fps
  updateParticles(); // Update DOM
   // and render the scene from the perspective of the camera
  renderer.render( scene, camera );
 }
</script>
Edited by. Myscript2010
Sources by. Bobby on Codepen