Memasang Kode Parallax Transition
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
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'> 
<style class="Mys2010-styles">
body {
  margin: 0;
  padding: 0; 
  background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
  background-attachment: fixed;
  background-size: cover;
height:30:px;
}
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}
#simple {
}    
header {
  text-align: center;
  background-color: rgba(113, 0, 112, 0.6);
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #677077;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #252839;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #252839;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #252839;
  color: white;
  border-color: #252839;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding:5px 0;
    -webkit-transition: padding 2.3s;
    -moz-transition: padding 2.3s;
    transition: padding 2.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: #eee;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#parallax .parallax-item {
  margin: 0 0 15px;
  right: 0;
}
#parallax .parallax-item .parallax-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#parallax .parallax-item .parallax-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#parallax .parallax-item .parallax-link .caption:hover {
  opacity: 1;
}
#parallax .parallax-item .parallax-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #eee;
}
#parallax .parallax-item .parallax-link .caption .caption-content i {
  margin-top: -12px;
}
#parallax .parallax-item .parallax-link .caption .caption-content h3,
#parallax .parallax-item .parallax-link .caption .caption-content h4 {
  margin: 0;
}
#parallax * {
  z-index: 2;
}
@media (min-width: 767px) {
  #parallax .parallax-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: rgba(28, 0, 112, 0.6);
}
footer .footer-col {
  margin-bottom: 75px;
}
footer .footer-below {
  padding: 50px 0;
  background-color: #233140;
}
.parallax-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.parallax-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.parallax-modal .modal-content img {
  margin-bottom: 30px;
}
.parallax-modal .modal-content .item-details {
  margin: 30px 0;
}
.parallax-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.parallax-modal .close-modal:hover {
  opacity: 0.3;
}
.parallax-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.parallax-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.parallax-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.M2010 > sosial {}
.intro > h1 {
  margin-top:-3%;
  text-align: center;
  font-size: 5em;
  font-family: agency fb;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 1px 5px 2px #222;
}
.intro > h3 {
  text-align: center;
  color: rgba(5, 5, 5, 0.7);
  text-shadow: 1px 1px 1px #222;
}
ul.intro-social-buttons > li {
  margin-bottom: 20px;
}
.intro-social-buttons {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
@media(max-width:767px) {
  .intro {
    padding-bottom: 15%;
  }
  .intro > h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}
.btn {
  display: inline-block;
  color: #000;
  border: 2px outset rgba(0, 0, 0, 20);
  background: #111;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 20);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  transition: 0.5s;
}
.modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }
  .nav-tabs li a {
      color: #777;
  }
.btn:hover {
  color: #000;
  background: #f00;
  transform: scale(1.2);
}
 
.klapklip {
  -webkit-animation: fade-in 7.6s linear infinite alternate;
  -moz-animation: fade-in 7.6s linear infinite alternate;
  animation: fade-in 7.6s linear infinite alternate;
}
.klapklip {
  font-family: 'Rye', cursive;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 1px 1px 0px white;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
.klapklip  {
  padding: 10px;
  font-size: 25.5em;
  color: #dad; }
  @media all and (min-width: 50em) {
.klapklip  {
      padding: 15px;
      font-size: 1.5em; } }

@-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;
  }
} 
#Box Menu{M-2010}
 .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
    .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #888;
      color: #000;
  }
@import url(http://fonts.googleapis.com/css?family=Lato);
body {
 margin:0;
 font-family:"Lato", sans-serif;
}
.para-slide {
 width:100%;
 position:relative;
 text-align:center;
 height:100vh;
margin-top:-55px;
}
.para-slide h1 {
 margin:0;
 padding-top:5%;
 font-size:3.5em;
 color:white;
}
.para-slide h2 {
 margin:0;
 padding-top:5%;
 color:white;
 font-size:2.75em;
}
.para-slide h3 {
 color:white;
 margin-top:0;
}
.para-slide p {
 color:white;
 font-size:1.5em;
 margin:0;
 padding-top:3%;
 padding-bottom:3%;
 max-width:65%;
 margin:auto;
}
.dockposition {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0px;
}
.dockposition .content {
  width: 680px;
  margin: auto;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.2);
  border-radius: 4px 4px 0px 0px;
  position: relative;
}
.dockposition .content .back {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  overflow: hidden;
}
.dockposition .content .back:after {
  content: '';
  background-color: rgba(255, 0, 255, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.dockposition .icons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dockposition .icons > .icon {
  margin: auto;
  display: inline-block;
  box-sizing: border-box;
  width:60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(96, 79, 3, 0.6);
  border: 0px solid rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-style: flat;
          transform-style: flat;
  outline: none;
  cursor: pointer;
}
.dockposition .icons > .icon:focus:not(#downloads) {
 background: rgba(255, 255, 255, 0.5);
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}
.dockposition .icons > .icon i {
  margin: auto;
  color: red;
  font-size: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dockposition .icons > .icon .title {
  z-index: 2;
  position: absolute;
  top: -110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(220, 97, 192, 0.4);
  padding: 10px 15px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.dockposition .icons > .icon .title:after {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid yellow;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
}
.dockposition .icons > .icon:hover .title {
  opacity: 1;
}
.dockposition .icons > .icon#downloads {
  margin-left: 40px;
}
.dockposition .icons > .icon#downloads:before {
  content: '';
  height: 100%;
  position: absolute;
  left: -26px;
  border-left: 1px solid rgba(116, 71, 194, 0.4);
}
.dockposition .icons > .icon#downloads:after {
  position: absolute;
  content: '6';
  width: 30px;
  height: 30px;
  font-size: 14px;
  background: #f22;
  opacity: 0.8;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  line-height: 30px;
  left: 70%;
  top: -6px;
}
.dockposition .icons > .icon#downloads:focus, .dockposition .icons > .icon#downloads.demo {
  pointer-events: none;
}
.dockposition .icons > .icon#downloads:focus .download, .dockposition .icons > .icon#downloads.demo .download {
  opacity: 1;
}
.dockposition .icons > .icon#downloads .download {
  position: absolute;
  top: -120%;
  right: 8%;
  width: 350px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: 1;
  text-align: right;
}
.dockposition .icons > .icon#downloads .download .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  text-align: right;
  margin: auto;
  padding: 5px 10px;
  background: #dad;
  border-radius: 4px;
  vertical-align: top;
  margin-top: 14px;
}
.dockposition .icons > .icon#downloads .download .icon {
  display: inline-block;
  width: 60px;
  text-align: right;
  vertical-align: top;
}
.dockposition .icons > .icon#downloads .download .icon i {
  color: #dad;
  font-size: 60px;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px) translateX(0.1px);
            transform: translateY(0px) translateX(0.1px);
  }
  25% {
    -webkit-transform: translateY(-40px) translateX(0.1px);
            transform: translateY(-40px) translateX(0.1px);
  }
  50% {
    -webkit-transform: translateY(0px) translateX(0.1px);
            transform: translateY(0px) translateX(0.1px);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(0.1px);
            transform: translateY(-20px) translateX(0.1px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0.1px);
            transform: translateY(0px) translateX(0.1px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px) translateX(0.1px);
            transform: translateY(0px) translateX(0.1px);
  }
  25% {
    -webkit-transform: translateY(-40px) translateX(0.1px);
            transform: translateY(-40px) translateX(0.1px);
  }
  50% {
    -webkit-transform: translateY(0px) translateX(0.1px);
            transform: translateY(0px) translateX(0.1px);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(0.1px);
            transform: translateY(-20px) translateX(0.1px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0.1px);
            transform: translateY(0px) translateX(0.1px);
  }
}
</style>
<div class="para-slide" style="background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFtbL5XuCPnQA3pCk51taUDyuiyUitcTreeKE_0DinWMg7Z9FeGVanLfEIRXR9cUUeLfhBgNYCmcr0ktFXO6p2JTKlS-xiKePvyHFBVc5-1kQltGSiiLQJjpinEXVSQQJouc658FpO1dQ/s1600/Wallp-M2010s.jpg) center no-repeat;background-size: cover;background-attachment:fixed;">
 <h1></h1>
<span style="font-family:Courier;">
<h1>&#10070;</h1></span>
</div> 
<font face="agency fb"size="6" color="yellow">
 <div class="dockposition">
  <div class="content">
    <div class="back">
</div>
    <div class="icons">
  <div class="icon" tabindex="1"> 
  <a rel="nofollow" rel="noreferrer"href="https://Link Judul"style="text-decoration:none"target="_blank"title="Visit Liknks"class="hover-box btn-lg">
<i class="fa fa-link"style="font-size:30px;color:808"> </i> </a></i>
        <div class="title">Links</div>
      </div>
      <div class="icon" tabindex="1"> 
  <a rel="nofollow" rel="noreferrer"href="https://Link Judul"style="text-decoration:none"title="Get Ful Code"class="hover-box btn-lg">
<i class="fa fa-download"style="font-size:30px;color:808"></i> </a></i>
        <div class="title">Download</div>
      </div>
      <div class="icon" tabindex="1"> 
  <a rel="nofollow" rel="noreferrer"href="https://Link Judul"style="text-decoration:none"target="_blank"title="M-2010"class="hover-box btn-lg">
 <i class="fa fa-edit"style="font-size:30px;color:808"> </i> </a></i>
        <div class="title">Editors</div>
      </div>       
           </div>
            </div>
        </div>
      </div>
    </div>
  </div>
</div>
</font>
 <header> 
<div align="center" style="margin-top:10px">  
 <div class="intro-text"> 
            <span class="name">
<div class="klapklip"> PARALLAX</div>
      </div></span>  
 <p class="lead text-center"> 
<a rel="nofollow" rel="noreferrer"href="https://plus.google.com/u/0/+suleman101254379497511200564"style="text-decoration:none"target="_blank"title="M-2010"class="btn btn-default btn-lg">
<span class="fa fa-google-plus-official"style="font-size:18px;color:silver">&nbsp;</span>Google-Plus</a> 
    
     <a rel="nofollow" rel="noreferrer"href="https://id.pinterest.com/myscript2010"style="text-decoration:none"target="_blank"title="Pinterest"class="btn btn-default btn-lg">
<span class="fa fa-pinterest"style="font-size:18px;color:silver">&nbsp;</span>Pinterest</a>      

    <a rel="nofollow" rel="noreferrer"href="https://www.facebook.com/learn.editing.myscript2010"style="text-decoration:none"target="_blank"title="Facebook"class="btn btn-default btn-lg">
<span class="fa fa-facebook-official"style="font-size:18px;color:silver">&nbsp;</span>Facebook</a> 

<a rel="nofollow" rel="noreferrer"href="https://www.freecodecamp.com/signin"style="text-decoration:none"target="_blank"title="freecodecamp"class="btn btn-default btn-lg">
<span class="fa fa-free-code-camp" style="font-size:18px;color:silver">&nbsp;</span>Codecamp</a> 
    </p> 
            <hr class="star-light">
            <span class="skills"><h2>PARALLAX TRANSITION </h2></span>
<h3>Terimakasih Sudah Mendownload File yang saya bagikan untuk belajar mendesain weblogs<br> 
Jika terjadi  kesalahan   mohon bantuannya untuk memberikan masukan  baik saran maupun kritik<br>
  melalui alamat email : <a href="http://sule-entertainment.blogspot.co.id/2017/05/email.html"target="_blank" title=" myscript2010s@gmail.com"><span style="color:blue;font-size:11pt"> M-2010 </a>  hingga dapat mengkoreksi 
dan membangun blog yang bermanfaat 
<span style="color:blue;font-size:11pt">@ 2017</font></a></p>    
<hr><br> 
      </div>
      </div>
    </div>
          </div>
        </div>
      </div>
    </div>
   </header>
<section id="parallax">
    <div class="container">
      <div class="row">
        <div class="col-lg-12 text-center">
<font size="7"color="#333"face="agency fb">Let's share <br>Website design knowledge sharing for everyone</font>
<h4><i class="fa fa-crosshairs" style="font-size:48px;color:red"> </i></h4>
          <hr class="star-primary">
        </div>
      </div> 
      <div class="row">                    
       <!-- simple-2 Teks -->
<div id="simple2" class="pad-section">
  <div class="container">
    <div class="row">
      <div class="col-sm-12 text-center">        
<!-- simple - Menu Awal -->
   
<!-- simple - Menu kode items 1-->
    <div class="row">      
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
<!-- simple - Menu kode items 2-->
    <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
<!-- simple - Menu kode items 3-->
    <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
<!-- simple - Menu kode items 4-->
    <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
<h2 class="panel-title">
Judul <a href="http://Link Judul"style="text-decoration:none"target="_blank"title="M-2010">
<span style="color:red;"> Links</a> Demo</h2>
           </div>
           <div class="panel-body lead">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg"/>
           </div>
        </div>
      </div>
<!--Off The End -->
  </section>         
        <div class="col-lg-8 col-lg-offset-2 text-center">
        </div>
      </div>
    </div>
  </section>
<!--footer Gradient AP --> 
  <footer class="text-center">
    <div class="footer-above">
      <div class="container">
        <div class="row">
          <div class="footer-col col-md-4">             
          </div>
        </div>
      </div>
    </div>
  </footer>
<div align="center">
</div>
</div>
 <header2></header2>
  <footer class="text-center">
    <div class="footer-above">
      <div class="container">
        <div class="row">
          <div class="footer-col col-md-4">
            <h3>Source code  </h3>
            <p>Supported by. W3School
              <br>bootstrap, codepen and all Sources</p>
          </div>
          <div class="footer-col col-md-4">
            <h3>Developers</h3>             
<p>Powered by <a href="https://www.blogger.com/about/?r=1-null_user"style="text-decoration:none"target="_blank" title="Mari Belajar"><span style="color:green;font-size:11pt"> blogger</a> com <br>beautiful blog, It’s easy and free.</p</a>          
             </li>
            </ul>
          </div>
          <div class="footer-col col-md-4">
            <h3>Designed by</h3>             
                <p>Beginners create blogs
              <br>Myscript2010 Cibeber Cimahi</p>
            </a>              
          </div>
        </div>
      </div>
    </div>
    <div class="footer-below">
      <div class="container">
        <div class="row">
          <div class="col-lg-12">
<p>W3school <a href="https://www.w3schools.com"style="text-decoration:none"target="_blank" title="Mari Belajar">
<span style="color:green;font-size:11pt"> Tutor </a> Html Css 
| Editor <a href="https://blog.codepen.io/documentation"style="text-decoration:none"target="_blank" title="Mari Belajar"><span style="color:green;font-size:11pt"> View  </a> Codepen
| Bootstrap <a href="http://getbootstrap.com/getting-started"style="text-decoration:none"target="_blank" title="Mari Belajar"><span style="color:green;font-size:11pt"> Getting  </a> Started</p>
          </div>
        </div>
      </div>
    </div>
  </footer>
<script src="//assets.codepen.io/assets/common/stopExecutionOnTimeout-f961f59a28ef4fd551736b43f94620b5.js">
</script> 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link href='http://fonts.googleapis.com/css?family=Rye' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
 <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Ubuntu'>
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/icon?family=Material+Icons'>
</body>
</html>
Code by. All Source
Edited by. Mys2010 On Codepen
If you want to directly copy  and  paste you canDownload  Parallax Transition  

Membuat tampilan postingan pada blog agar terlihat rapih mengunakan Kode Css HTML
Login ke akun blog klik Tema klik edit HTML cari code ]]></b:skin>
gunakan CTRL F untuk pencarian copy kode berikut terapakan diatas kode  ]]></b:skin>
edit kode warna sesuai keinginan klik simpan
.box {
padding:10px;
margin-top:5px;
margin-bottom:10px;
border-left: 10px solid #0b5394;
border-top:1px solid #ddd;
border-bottom:1px solid #eee;
border-right:1px solid #eee;
box-shadow:0px 3px 3px #aaaaaa;
no-repeat center center;}
Kemudian klik entri halaman baru HTML
copy code berikut terapkan kedalam entri halaman baru HTML tersebut
<div class="box">
Teks anda
</div>
selanjutnya klik compose hapus kalimat teks anda,
ganti dengan teks yang akan di posting klik simpan selesai
<div class="box"style="overflow:auto;height:80px;">
Teks anda : untuk scroll bawah
</div>
<div class="box"style="overflow-x: scroll; overflow-y:hidden;padding:10px;width:548px;" >
Teks anda : untuk scroll samping
</div>
All Sources
Edited by M2010
Cara Membuat Halaman Statis Home Page

Memasang Kode Menu Dropdown Mini
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="M2010-styles">
body {background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirQVAeELBFv0lzvxLWjN-oq68HQ4CLjCcAtOusXcyGGs9fP0J5Mxjd_yBEtsJYq0HJD4sjceR_aKrzHu0bLWeFPtnCuFSY2XIw3iCnW-WWCqFNctmn5ehdkQ-we5sp8RE9_aSdWf2VE2Sn/s1600/Transparent-M2010.png);color:red;height:100%;overflow:hidden;}
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%;
  height:22px;
  text-align: center;
  font-size:  6px;
  background: linear-gradient(270deg,#003366, #b27000,#003366 );
  border-bottom:1px solid #111;
}
body {
  background-color: #53ac86;
  font: 100%/1 "Futura", sans-serif;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
nav {
  background: linear-gradient(270deg,#b27000, #003366, #b27000);
  box-shadow: 0 2px #299c6b;
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
nav a {
  color: blue;
  display: block;
  line-height: 2.5;
  text-shadow: 0 -1px rgba(30, 116, 80, 0.4);
  transition: all 150ms ease-out;
}
nav li, nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  border-left: 1px dashed #2eb079;
  display: table-cell;
  list-style-type: none;
  text-align: center;
  transition: all 150ms ease-out;
  width: 25%;
}
nav li:first-of-type {
  border-left: none;
}
nav li:hover {
  background: linear-gradient(270deg,#b27000, #003366, #b27000);  
}
nav li:hover a {
  -webkit-transform: translateY(-0.125em);
  transform: translateY(-0.125em);
}
nav ul {
  display: table;
  width: 100%;
}
.dropdown {
  display: block;
  height: 0;
  margin: 0;
  min-width: 100%;
  padding: 0;
  -webkit-perspective: 350px;
  perspective: 350px;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
}
.dropdown-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
   background: linear-gradient(270deg,#333111, rgba(110, 46, 20, 0.3), #333111); 
  border-top: 1px solid #222;
  border-left: none;
  display: block;
  height:34px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  transition: all 300ms ease-in;
  width: 100%;
}
.dropdown-item .dropdown-item {
  background: linear-gradient(270deg,#333111, #b27000, #333111);   
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
  transform: rotate3d(1, 0, 0, 180deg);
}
.dropdown-item .dropdown-item .dropdown-item {
  background-color: #2eb079;
  -webkit-transform: rotate3d(1, 0, 0, -180deg);
  transform: rotate3d(1, 0, 0, -180deg);
}
.dropdown-item .dropdown-item .dropdown-item .dropdown-item {
  background-color: #6cd8ab;
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
  transform: rotate3d(1, 0, 0, 180deg);
}
.dropdown-item a:hover {
   background-color: rgba(255, 255, 255, 0.2);   
  -webkit-transform: none;
  transform: none;
}

.has-dropdown {
  position: relative;
}
.has-dropdown:hover .dropdown {
  height: auto;
  visibility: visible;
}
.has-dropdown:hover .dropdown .dropdown-item {
  background-color: #58d39f;
  -webkit-transform: rotate3d(1, 0, 0, 0);
  transform: rotate3d(1, 0, 0, 0);
  transition: all 1100ms cubic-bezier(1, 0, 0, 2);
} 
</style
<body>
  <nav>
  <ul>
    <li class='nav-item'>
      <a href='#'>HOME</a>
    </li>
    <li class='nav-item'>
    <div class='has-dropdown'>
        <a class='dropdown-toggle' href='#'>MENU a ▾</a>
        <div class='dropdown'>
          <div class='dropdown-item'>
            <a href='#'>MENU 1</a>
            <div class='dropdown-item'>
              <a href='#'>MENU 2</a>
              <div class='dropdown-item'>
                <a href='#'>MENU 3</a>
                <div class='dropdown-item'>
                  <a href='#'>MENU 4</a>
    </li>
    <li class='nav-item'>
      <a href='#'>MENU B</a>
    </li>
    <li class='nav-item'>
      <div class='has-dropdown'>
        <a class='dropdown-toggle' href='#'>MENU C ▾</a>
        <div class='dropdown'>
          <div class='dropdown-item'>
            <a href='#'>MENU 1</a>
            <div class='dropdown-item'>
              <a href='#'>MENU 2</a>
              <div class='dropdown-item'>
                <a href='#'>MENU 3</a>
                <div class='dropdown-item'>
                  <a href='#'>MENU 4</a>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </li>
  </ul>
</nav> 
</body>
</html>
<header> 
<h2>
<span style="color:#333111;font-size:10pt">DROPDOWN</a>  </h2>
</a>  
</div>
</header>
Code by. All Source
Edited by. Mys2010 On Codepen
If you want to directly copy  and  paste you canDownload  Menu Dropdown Gradient  

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>
Code by. All Source
Edited by. Mys2010 On Codepen
If you want to directly copy  and  paste you canDownload  Carousel With Music Mp3

Memasang Kode Menu Dropdown Mini
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">
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url(http://fonts.googleapis.com/css?family=Pacifico);
body {
  margin: 0;
  padding: 0; 
  background:  #1f253d;
  background-attachment: fixed;
  background-size: cover;
}
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:-2px;
  width: 100%;
text-align: center;
font-size:  11px;
background:  #222;
border-bottom: 3px solid #444;
z-index: 9999;
}
.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%, #111; 50%, transparent 90%); 
background: -webkit-linear-gradient(transparent 10%, #222; 50%, transparent 90%); 
  mix-blend-mode: screen;
}  
.M2010-textshadow {  
   margin: 0 auto;
  text-align: center;
  color: #00248E;
  text-shadow:  
  color: #eee;
  background:#eee;
  mix-blend-mode: screen;
}
.M2010-textshadow2 {  
   margin: 0 auto;
  text-align: center;
  color: #00248E;
  text-shadow:  
  color:  #1f253d;
  background: #1f253d;
  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;  
}
body {
  font-family: "Lato", Helvetica, Arial;
  font-size: 16px;
}
.text-center {
  text-align: center;
}
*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}
.container {
  width: 350px;
  margin:87px auto;
}
.container > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.text {
  font-family: 'Pacifico';
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: #2980B9;
}
.text2 {
  font-family: 'Pacifico';
  font-weight: norma;
  font-size:20px;
  text-align: center;
  line-height: 1.4;
  color: #2980B9;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  color: white;
  background: #2980B9;
  -moz-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  -webkit-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #2c89c6;
}
.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #fff;
  top: 14px;
  right: 10px;
}
.dropdown .icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow:before {
  content: '\25BC';
}
.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-menu li {
  padding: 0;
}
.dropdown .dropdown-menu li a {
  display: block;
  color: #6f6f6f;
  background: #EEE;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
}
.dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdown .show, .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}
@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
</style> 
<div class="container">
<h1 class="text">
Dropdown Menu</h1>
<ul>
<li class="dropdown">       
<a rel="nofollow" rel="noreferrer"href="#" data-toggle="dropdown">First Menu <i class="icon-arrow"></i></a>       
<ul class="dropdown-menu">
<li><a rel="nofollow" rel="noreferrer"href="#">Home</a></li>
<li><a rel="nofollow" rel="noreferrer"href="#">About Us</a></li>
<li><a rel="nofollow" rel="noreferrer"href="#">Services</a></li>
<li><a rel="nofollow" rel="noreferrer"href="#">Contact</a></li>
</ul>
</li>
<li class="dropdown">       
<a rel="nofollow" rel="noreferrer"href="#" data-toggle="dropdown">Second Menu<i class="icon-arrow"></i></a>       
<ul class="dropdown-menu">
<li><a rel="nofollow" rel="noreferrer"href="#">Home</a></li>
<li><a rel="nofollow" rel="noreferrer"href="#">About Us</a></li>
<li><a rel="nofollow" rel="noreferrer"href="#">Services</a></li>
<li><a rel="nofollow" rel="noreferrer"href="#">Contact</a></li>
</ul>
</li>
<p class="text-center">
<h1 class="text2">
Css3 edited by. M2010 Cibeber Cimahi</p>
</div>
<header> 
<h3 class="M2010-textshadow2">
<a href="http://Link Judul" target="_blank" title="Mari Belajar"> <h2>
<span style="color:#f00; font-size:11pt"> Myscript2010</a> </h2>
</div>
</header>  
<h3 class="M2010-textshadow">
<div class="text-bawah">
</div>
<div class="text-bawah1">
<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="https://Link Judul"title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; &copy; - 2017 </a>&nbsp; CODEPEN </a>  </div>
<script src="//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js">
</script> 
<script>
 // Dropdown Menu
var dropdown = document.querySelectorAll('.dropdown');
var dropdownArray = Array.prototype.slice.call(dropdown,0);
dropdownArray.forEach(function(el){
 var button = el.querySelector('a[data-toggle="dropdown"]'),
   menu = el.querySelector('.dropdown-menu'),
   arrow = button.querySelector('i.icon-arrow');
 button.onclick = function(event) {
  if(!menu.hasClass('show')) {
   menu.classList.add('show');
   menu.classList.remove('hide');
   arrow.classList.add('open');
   arrow.classList.remove('close');
   event.preventDefault();
  }
  else {
   menu.classList.remove('show');
   menu.classList.add('hide');
   arrow.classList.remove('open');
   arrow.classList.add('close');
   event.preventDefault();
  }
 };
})
Element.prototype.hasClass = function(className) {
    return this.className && new RegExp("(^|\\s)" + className + "(\\s|$)").test(this.className);
}; 
  </script>
Code by. All Source
Edited by. Mys2010 On Codepen
If you want to directly copy  and  paste you canDownload  Menu Dropdown Mini Hover

Memasang Kode Parallax Effect Shine
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
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<style class="Mys2010-styles">
.ap {
position: fixed;
right: 0;
bottom:-19px;
left: 0;
height:98px;
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: #222;
border-top: 2px solid rgba(46, 56, 79, 0.85);
z-index: 9999;
} 
/*Text Bawah1*/  
M-2010, #teks, #posisi, #dibawah, span {
  font: 900 15vw Raleway;
  position: relative;
  display: inline-block;
}
#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:50px;
 -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 #CC0099,
 0 5px 15px #CC0099, 0 0 50px #CC0099,
 0 -10px 2px #CC0099;
  }
 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*/
      
header {
  text-align: center;
  background: #252839;
  color: white;
margin-top:-10px;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #677077;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #252839;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #252839;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #252839;
  color: white;
  border-color: #252839;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: yellow;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: blue;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: #dad;
}
.navbar-custom .navbar-nav li a:hover {
  color: #18BC9C;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #eee;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #f00;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #ff0;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: #eee;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: #eee;
  border-color: #f00;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding:5px 0;
    -webkit-transition: padding 2.3s;
    -moz-transition: padding 2.3s;
    transition: padding 2.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: #eee;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#parallax .parallax-item {
  margin: 0 0 15px;
  right: 0;
}
#parallax .parallax-item .parallax-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#parallax .parallax-item .parallax-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#parallax .parallax-item .parallax-link .caption:hover {
  opacity: 1;
}
#parallax .parallax-item .parallax-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #eee;
}
#parallax .parallax-item .parallax-link .caption .caption-content i {
  margin-top: -12px;
}
#parallax .parallax-item .parallax-link .caption .caption-content h3,
#parallax .parallax-item .parallax-link .caption .caption-content h4 {
  margin: 0;
}
#parallax * {
  z-index: 2;
}
@media (min-width: 767px) {
  #parallax .parallax-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #2C3E50;
border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #18BC9C;
border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.parallax-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.parallax-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.parallax-modal .modal-content img {
  margin-bottom: 30px;
}
.parallax-modal .modal-content .item-details {
  margin: 30px 0;
}
.parallax-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.parallax-modal .close-modal:hover {
  opacity: 0.3;
}
.parallax-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;} 
.M2010 > sosial {}
.intro > h1 {
  margin-top:-3%;
  text-align: center;
  font-size: 5em;
  font-family: agency fb;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 1px 5px 2px #222;
}
.intro > h3 {
  text-align: center;
  color: rgba(5, 5, 5, 0.7);
  text-shadow: 1px 1px 1px #222;
}
ul.intro-social-buttons > li {
  margin-bottom: 20px;
}
.intro-social-buttons {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
@media(max-width:767px) {
  .intro {
    padding-bottom: 15%;
  }
  .intro > h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}
.btn {
  display: inline-block;
  color: #000;
  border: 2px outset rgba(0, 0, 0, 20);
  background: #111;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 20);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  transition: 0.5s;
}
.btn:hover {
  color: #000;
  background: #f00;
  transform: scale(1.2);
}
#Box Menu{M-2010}
 .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
 .modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }
  .nav-tabs li a {
      color: #777;
  }
.navbar {
      margin-bottom: 0;
      background-color: #2d2d30;
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
      opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: #222; !important;
  }
#poto-circle{
  background-color: rgba(0, 0, 255, .15);
  width:170px;
  height:170px;
  border-width:6px; 
  border-style: inset;
  border-radius: 60%;
  border-color: #12127D #FFFF00;
} 
</style>
<!-- Fixed navbar -->
  <nav class="navbar navbar-default navbar-fixed-top">
  <div class="container-fluid">
    <div class="navbar-header">
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>                        
      </button>
        <a class="navbar-brand" href="http://sule-parallax.blogspot.co.id/2017/04/quote-share.html"target="_blank"title="Quote share"> <i class="fa fa-share-square-o"style="font-size:19px;color:#dad">&nbsp;QUOTE</a></i></li>
    <a class="navbar-brand" href="http://Link Judul"title="Mari Belajar"> <i class="fa fa-home" style="font-size:19px;color:red">&nbsp;HOME</a></i></li>
      </div>
    <div class="collapse navbar-collapse" id="myNavbar">
      <ul class="nav navbar-nav navbar-right">
        <li><a href="http://Link Judul"title="Parallax effect Shine "> 
<i class="fa fa-folder-open-o" style="font-size:14px;color:red">&nbsp;FILES </a></i></li>
        <li><a href="http://codepen.io/hello"target="_blank" title="Codepen Hello"> 
<i class="fa fa-codepen" style="font-size:14px;color:red">&nbsp;HELLO</a></i></li>
                <li><a href="https://github.com/Myscript2010/freeCodeCamp-1"target="_blank"title="Github"> 
<i class="fa fa-github-alt"style="font-size:14px;color:#dad">&nbsp;GITHUB</a></i></li>

          <li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-rotate-right"style="font-size:14px;color:red">&nbsp;MORE</i>
          <span class="caret"></span></a>
          <ul class="dropdown-menu">
<li><a href="http://sule-entertainment.blogspot.co.id/2017/04/search-engine-optimization.html"target="_blank"title="Visit Links">Seo</a></li> 
            <li><a href="http://sule-parallax.blogspot.co.id/2017/04/sitemap-diagrams.html"target="_blank"title="Sitemap Diagrams"> Sitemap</a></li>
            <li><a href="https://codquest.com/Myscript2010"target="_blank"title="Edit Kode"> Codequest</a></li>
            <li><a href="http://sule-parallax.blogspot.co.id/2017/02/animations-windows-10.html"target="_blank"title="Animations windows"> Windows 10</a></li>            
          </ul>
        </li>
        <li><a href="#"><span class="glyphicon glyphicon-search"style="font-size:14px;color:#dad"></span></a></li>
      </ul>
    </div>
  </div>
</nav>

  <header>
    <div class="container">
      <div class="row">
        <div class="col-lg-12"><div align="center" style="margin-top:-115px">
          <div class="poto-circle">
<img id="poto-circle"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8xA2GhqHehoSxAGz9M9EUgGiUgA03-7L9rurSKnaeR_-qvPZ7EdAhNlgyVPxZm_7wib6vv6CZx-pDlIZWgkVkKTr8-PQZsxu4kUeohBjm_c0Z9P40U7s7vTjMoDJTYaJ8ULXNOGCyc0en/s1600-r/Myfrofile.gif" name="e902" border="0" width=" 50" height="50" /></a></div>
        </div>
      </div>
          <div class="intro-text">
            <span class="name">PARALLAX </div>
      </div>
        </span>
     <a rel="nofollow" rel="noreferrer"href="https://plus.google.com/u/0/+suleman101254379497511200564"style="text-decoration:none"target="_blank"title="M-2010"class="btn btn-default btn-lg">
<span class="fa fa-google-plus-official"style="font-size:18px;color:silver">&nbsp;</span>Google-Plus</a> 
    
     <a rel="nofollow" rel="noreferrer"href="https://id.pinterest.com/myscript2010"style="text-decoration:none"target="_blank"title="Pinterest"class="btn btn-default btn-lg">
<span class="fa fa-pinterest"style="font-size:18px;color:silver">&nbsp;</span>Pinterest</a>      

    <a rel="nofollow" rel="noreferrer"href="https://www.facebook.com/learn.editing.myscript2010"style="text-decoration:none"target="_blank"title="Facebook"class="btn btn-default btn-lg">
<span class="fa fa-facebook-official"style="font-size:18px;color:silver">&nbsp;</span>Facebook</a> 

<a rel="nofollow" rel="noreferrer"href="https://www.freecodecamp.com/signin"style="text-decoration:none"target="_blank"title="freecodecamp"class="btn btn-default btn-lg">
<span class="fa fa-free-code-camp" style="font-size:18px;color:silver">&nbsp;</span>Codecamp</a> 
    </p>
            <hr class="star-light">
            <span class="skills"><h2>PARALLAX EFFECT SHINE</h2></span>
<h3>Mari belajar mendesain webblog menggunakan kode parallax effect shine 
<a href="https://Link Download"title="Get Code">
<font size="5"color="silver"face="agency fb">Download</font></a>
kode parallax <br>edit kode  sesuai keinginan, login ke akun blog  klik entri halaman baru HTML copy kode tersebut <br>terapkan kedalam entri halaman baru HTML - klik pratinjau untuk melihat hsil dan klik simpan selesai</p>
      </div>
    </div>
          </div>
        </div>
      </div>
    </div>
  </header>

  <section id="parallax">
    <div class="container">
      <div class="row">
        <div class="col-lg-12 text-center">
<font size="7"color="#333"face="agency fb">Let's share <br>Website design knowledge sharing for everyone</font>
<h4><i class="fa fa-crosshairs" style="font-size:48px;color:red"> </i></h4>
          <hr class="star-primary">
        </div>
      </div>
      <div class="row">
        <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal1" id="m1" class="parallax-link">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>

        <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal2" id="m2" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
               <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
             <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
        <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal3" id="m3" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
             <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
        <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal4" id="m4" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
             <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
        <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal5" id="m5" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
        <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>

 <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
 <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
              <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
 <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
              <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>

<div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
               <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
 <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
 <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>

<div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
               <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
 <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>
 <div class="col-sm-4 parallax-item">
          <a rel="nofollow" rel="noreferrer"href="#parallaxModal6" id="m6" class="parallax-link" data-toggle="modal">
            <div class="caption">
              <div class="caption-content">
                <i class="fa fa-search-plus fa-3x"style="font-size:30px;color:orange"> Mari Belajar</i>
              </div>
            </div>
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
          </a>
        </div>

      </div>
    </div>
  </section>        
        <div class="col-lg-8 col-lg-offset-2 text-center">
        </div>
      </div>
    </div>
  </section> 

  <footer class="text-center">
    <div class="footer-above">
      <div class="container">
        <div class="row">
          <div class="footer-col col-md-4">
            <h3>Source code  </h3>
            <p>Supported by. W3School
              <br>bootstrap, codepen and all Sources</p>
          </div>
          <div class="footer-col col-md-4">
            <h3>Developers</h3>             
<p>Powered by <a href="https://www.blogger.com/about/?r=1-null_user"target="_blank" title="Mari Belajar"> blogger</a> com
              <br>beautiful blog, It’s easy and free.</p</a>          
             </li>
            </ul>
          </div>
          <div class="footer-col col-md-4">
            <h3>Designed by</h3>             
                <p>Beginners create blogs
              <br>Myscript2010 Cibeber Cimahi</p>
            </a>              
          </div>
        </div>
      </div>
    </div>
    <div class="footer-below">
      <div class="container">
        <div class="row">
          <div class="col-lg-12">
<p>W3school <a href="https://www.w3schools.com/"target="_blank" title="Mari Belajar"> Tutor </a> Html Css 
| Editor <a href="https://blog.codepen.io/documentation/"target="_blank" title="Mari Belajar"> View  </a> Codepen
| Bootstrap <a href="http://getbootstrap.com/getting-started/"target="_blank" title="Mari Belajar"> Getting  </a> Started</p>
          </div>
        </div>
      </div>
    </div>
</footer>
<div align="center">
<div class="ap" id="ap">
<div id="dibawah">
<span style="font-family:arial;font-size:11px; 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="https://codepen.io/Myscript2010"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:-1px">
<audio id="mys2010" src="https://sites.google.com/site/nusulestudy/lagu/tifa-M2010.mp3"controls="controls"></audio></a></h2>
 </div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> 
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css'>
<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> 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> 
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css'>
<script src='//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js'>
</script>
<script>
$('#nav').affix({
offset: {
top: $('header').height()-$('#nav').height()
}}); 
$('body').scrollspy({ target: '#nav' }) 
$('.scroll-top').click(function(){  $('body,html').animate({scrollTop:0},1000);
}) 
$('#nav .navbar-nav li>a').click(function(){
  var link = $(this).attr('href');
  var posi = $(link).offset().top+20;  
$('body,html').animate({scrollTop:posi},700);}) 
google.maps.visualRefresh = true;
var map;
function initialize() {
var mapOptions = {
    zoom: 15,
    mapTypeId: google.maps.MapTypeId.ROADMAP
};
  map = new google.maps.Map(document.getElementById('map-canvas'),
      mapOptions);    
  if(navigator.geolocation) {    navigator.geolocation.getCurrentPosition(function(position) {
    var pos = new google.maps.LatLng
    (position.coords
     .latitude,position.coords.longitude);
      var infowindow = new google.maps.InfoWindow({
        map: map,
        position: pos,
        content: 'Location found using HTML5.' });
      map.setCenter(pos);
    }, function() {
      handleNoGeolocation(true);
    });
  } else {  
    handleNoGeolocation(false);
  }
}
function handleNoGeolocation(errorFlag) {
  if (errorFlag) {
    var content = 'Error: The Geolocation service failed.';
  } else {
    var content = 'Error: Your browser doesn\'t support geolocation.';
  }
  var options = {
    map: map,
    position: new google.maps.LatLng(60, 105),
content: content };
  var infowindow = new google.maps.InfoWindow(options);
  map.setCenter(options.position);}
google.maps.event.addDomListener(window, 'load', initialize); 
$(document).ready(function() 
{$('#quote-carousel').carousel({
    pause: true,
    interval: false,
  });
});
</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> 
Code by. All Source
Edited by. Mys2010 On Codepen
If you want to directly copy  and  paste you canDownload Here  Parallax Effect Shine