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

Memasang Kode Parallax Website Template
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 type="text/css">
header1 {
  -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:-13px;
  width: 100%;
height:70px;
text-align: center;
font-size:  6px;
background:#222;  
-webkit-animation: shadow 6s ease-in-out infinite;
animation: shadow 6s ease-in-out infinite;
}
.ap {
position: fixed;
right: 0;
bottom:-19px;
left: 0;
height:78px;
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:38px;
 -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*/
.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, 0.9);
  background: #CFC0C0;
  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: #0F0;
  transform: scale(1.2);
}
#poto-circle{
  background-color: rgba(0, 0, 255, .15);
  width:90px;
  height:90px;
  border-width:6px; 
  border-style: inset;
  border-radius: 60%;
  border-color: #12127D #FFFF00;
}
@import url(https://blogger.googleusercontent.com/img/proxy/AVvXsEhEnkVVB-FZ5nozA_eDeYlet-Ix4jWnAZjURHbsXi_fB7-pUKFsibqgr2UOs1fSiji_fVtEVYbunAh9GyLNyACyrLppVwU6uihfwRti_2qAgm48olnyvmQiqGVycCJY4t0P5aTKjko1x5voPEtYBF2-JLC-_LBS6w=s0-d);
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font: normal 14px arial,sans-serif;
}
.row {
  margin-left:0px;
  margin-right:0px;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
h1,h2,h3,h4 {
  font-family: 'Orbitron', serif;
  vertical-align:middle;
}header {
  background: #000;
  height:350px;
  color:#000000;
}
header h1,header h2,header h3 a,header a,header a:hover {
  font-family: 'Helvetica', sans-serif;
  color:#fff;
  text-decoration:none;
}
header h3 {
  font-family: 'Orbitron', serif;
  background: #ffcc33;
  padding:10px;
  border-radius:3px;
  font-size:34px;
  padding:12px 10px 6px 10px;
}
header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}
h1 {
  font-size:400%;
}
h5 {
  font-size:150px;
  font-family: 'Orbitron', serif;
  vertical-align:middle;
}
#nav {
  width: 100%;
  position:static;
  top:-32px;
}
#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}
.navbar-nav.nav-justified > li{
float:none;}}
.navbar-nav {
  margin: 1px 1px; 
}  
.navbar-custom {
    background-color: #2e2e2e;
    font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
color: #ddd;}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
background-color: #000;}
.navbar-custom .dropdown-menu{
right:0;}
.navbar-custom .navbar-nav>.dropdown>a .caret {
border-top-color: #999;
border-bottom-color: #999;}
.navbar-collapse.in { 
overflow-y: visible;}
.navbar-toggle {
outline:0;}
.divider {
height:100px;}
.panel {
border-width:0;}
@media (max-width: 768px)
{header {height: 135px;}}
#map-canvas {
width: 100%; 
height: 300px;
margin: 0;
padding: 15px;}
.scroll-top {
position:fixed;
bottom:0;
right:6%;
z-index:100;
background: #ffcc33;
font-size:24px;
border-top-left-radius:3px;
border-top-right-radius:3px;}
.scroll-top a:link,
.scroll-top a:visited 
{  color:#222;} 
section {
color: #ffffff;
min-height: 400px;
height: auto !important;
height: 100%;
padding-top:100px;}
.bg-1 {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyE9sqOzGVTWiFRyu8o828JJeDiVxBdZZRQf3IGhshM_HYQVgMBfSYgtJsih8HI6YZXixmE9m__eY8ggg73zSlpK4KfRwfa0YktpdhNdB7nxl-Z7AndIaczHpB6XWxrkbZ1h8SVapieHY/s1600/Design2-M2010.jpg') no-repeat center center fixed;
background-size: cover;}
.bg-2 {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTRToOhQrLhqr0-xdjWpArNv3dAI3Vp2LPlWhXpEu1AyS-QlCn0h1q5O452RtZ2q1YE-bjzRkwGSX4Y1VvW6R1YwutlhASGyjkysWmQHB_O7LQWtFy8C4l7soe0Dr4SbXhjPinP-aITUQ/s1600/Design-M2010.png') no-repeat center center fixed;
background-size: cover;}
.bg-3 {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1lQbgQ2T2kBimOFN5tikAVd0n4-i8YJ2to7N95CQEBduhMl3fm_fjsyNEuHW42jhOxYwQGGoro-EscKF4GM_WzwS9XA0QRGy9LL6piyUseshKLlQTT2kZNxVBAaUa_DRUUJtxDac7W8I/s1600/Design3-M2010.png') no-repeat center center fixed;
background-size: cover;}
.bg-4 {
padding-top:10px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20,20,20,0.2)),to(rgba(255,255,255,0)), color-stop(1,#000));}
#quote-carousel{
padding: 0 10px 30px 10px;
margin-top: 30px 0px 0px;}
#quote-carousel .carousel-control
{background: none;
color: #222;
font-size: 2.3em;
text-shadow: none;
margin-top: 30px;}
#quote-carousel 
.carousel-control.left{
left: -12px;}
#quote-carousel 
.carousel-control.right
{right: -12px !important;}
#quote-carousel 
.carousel-indicators{
right: 50%;
top: auto;
bottom: 0px;
margin-right: -19px;}
#quote-carousel 
.carousel-indicators li{
background: #c0c0c0;}
#quote-carousel 
.carousel-indicators 
.active{
background: #333333;}
#quote-carousel img{
width: 250px;
height: 100px
}
.item blockquote {
border-left: none; 
margin: 0;}
.item blockquote img {
margin-bottom: 10px;}
.item blockquote p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;}
@media (min-width: 768px) { 
#quote-carousel{
margin-bottom: 0;
padding: 0 40px 30px 40px;
margin-top: 30px;}}
@media (max-width: 768px){
#quote-carousel .carousel-indicators {
bottom: -20px !important;}
#quote-carousel .carousel-indicators li {
display: inline-block;
margin: 0px 5px;
width: 15px;
height: 15px;}
#quote-carousel .carousel-indicators li.active {
margin: 0px 5px;
width: 20px;
height: 20px;}}
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;
}
</style> 
<div id="wrap">  
<header class="masthead">
    <div class="container">
    <div class="row">
      <div class="col-sm-6">
        <h1><a rel="nofollow" rel="noreferrer"href="http://blog.getbootstrap.com/2014/01/30/bootstrap-3-1-0-released/"target="_blank" title="Myscript2010s"><strong>BOOTSTRAP</strong></a>
          <p class="lead">
Parallax Website Template</p></h1>
      </div>
      <div class="col-sm-6"><br>
        <div class="pull-right  hidden-xs">    
          <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>
    </div>
</header> 
 
<!-- Fixed navbar -->
<div class="navbar navbar-custom navbar-inverse navbar-static-top" id="nav">
    <div class="container">
      <div class="navbar-header">
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
          <span class="icon-bar"></span>
          <span class="icon-bar"></span>
          <span class="icon-bar"></span>
        </button>
      </div>
      <div class="collapse navbar-collapse">
        <ul class="nav navbar-nav nav-justified">
         <li class="active">
<a rel="nofollow" rel="noreferrer"href="http://Link Judul"style="text-decoration:none"title="Visit Links"><strong>HOME</strong></a></li>
<li><a rel="nofollow" rel="noreferrer"href="http://sample-mys2010.blogspot.co.id/2017/04/parallax-website-template.html"style="text-decoration:none"target="_blank"title="Visit Links">LINKS</a></li>
<li><a rel="nofollow" rel="noreferrer"href="http://Link Judul"style="text-decoration:none"title="Visit Links">MENU 2</a></li>
<li><a rel="nofollow" rel="noreferrer"href="http://Link Judul"style="text-decoration:none"title="Visit Links">MENU 2</a></li>        
<li><a rel="nofollow" rel="noreferrer"href="http://Link Judul"style="text-decoration:none"title="Visit Links">MENU 2</a></li>
<li><a rel="nofollow" rel="noreferrer"href="http://Link Judul"style="text-decoration:none"title="Visit Links">MENU 2</a></li>
        </ul>
      </div>
    </div>
</div>  

<div class="divider" id="section1"></div>  
<div class="container">
                <div class="row">
              <div class="col-xs-12 intro">
            <h1 class="intro-message">PARALLAX WEB TEMPLATE</h1>  
        </div>
      </div>
   </div>
</div>
    <p class="lead text-center">     
     <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://plus.google.com/u/0/+suleman101254379497511200564"style="text-decoration:none"target="_blank"title="G-Plus"class="btn btn-default btn-lg">
<span class="fa fa-google-plus-official"style="font-size:18px;color:silver">&nbsp;</span>G-Plus</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>
    <p class="text-center">
Mari belajar mendesain website dengan  menggunakan kode parallax Web Templates 
<a href="https://Link Download"title="Get Code">
<font size="5"color="red"face="agency fb">Download</font></a> 
kode parallax edit kode  sesuai keinginan <br>login ke akun blog  klik entri halaman baru  HTML - copy kode tersebut terapkan kedalam  entri halaman baru HTML - klik pratinjau  untuk melihat hsil dan klik simpan selesai</p>
      </div>
   <header1>
</header1>

<div class="divider" id="section2"></div> 
<section class="bg-1">
<!-- fourth section - Information -->
<div id="bgbawah" class="desain1">
  <div class="container">
    <div class="row"> 
<div align="center" style="margin-top:-89px">
 <h2 align="center">
<p><img src="https://sites.google.com/site/sule62001/sule2001code/W-M-2010.png" width="328px" height="328px"></p>
 </p>
  <div class="col-sm-6 col-sm-offset-3 text-center">
Website design <br>knowledge sharing for everyone
 </div> 
</section>  

<div class="divider"></div>   
<div class="container" id="section3">
      <div class="container">  
   <div class="row">
    <div class="col-md-offset-2 col-md-8">
      <div class="carousel slide" data-ride="carousel" id="quote-carousel">
        <!-- Bottom Carousel Indicators -->
        <ol class="carousel-indicators">
          <li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
          <li data-target="#quote-carousel" data-slide-to="1"></li>
          <li data-target="#quote-carousel" data-slide-to="2"></li>
          <li data-target="#quote-carousel" data-slide-to="3"></li>
          <li data-target="#quote-carousel" data-slide-to="4"></li>
          <li data-target="#quote-carousel" data-slide-to="5"></li>
        </ol>   
        <div class="carousel-inner">      
        <div class="item active">            
              <div class="row">
                <div class="col-sm-12 text-center">
                  <h1>Invitation</h1>
                </div>
                <div class="col-sm-12 text-center">
                  <p>Let us learn to design a good and useful blog together with my M-2010</p>
                </div>
              </div>            
          </div>
         
          <div class="item">            
              <div class="row">
                <div class="col-sm-12 text-center">
                  <h1>Initial step</h1>
                </div>
                <div class="col-sm-12 text-center">
                  <p>what is learned is about the understanding of HTML and CSS</p>
                </div>
              </div>            
          </div>  
       
          <div class="item">            
              <div class="row">
                <div class="col-sm-12 text-center">
                  <h1>About content</h1>
                </div>
                <div class="col-sm-12 text-center">
<p>there are many things that we can apply to blog<br>
whether it is a way of writing accompanied by a text identifier that must be known</p>
                </div>
              </div>            
          </div>   
     
          <div class="item">            
              <div class="row">
                <div class="col-sm-12 text-center">
                  <h1>Entertainment</h1>
                </div>
                <div class="col-sm-12 text-center">
                  <p>we can apply a variety of entertainment in a blog<br>
be it music or videos from a wide variety of formats</p>
                </div>
              </div>           
          </div>
       
          <div class="item">            
              <div class="row">
                <div class="col-sm-12 text-center">
                  <h1>Learn</h1>
                </div>
                 <div class="col-sm-12 text-center">
<p>how to design a blog quickly and easily we can <br> visit the link partner which contains a tutorial blog</p>
                </div>
              </div>           
          </div>
       
          <div class="item">            
              <div class="row">
                <div class="col-sm-12 text-center">
                  <h1>Let's share</h1>
                </div>
                <div class="col-sm-12">
                  <p>@2017</p>
                </div>
              </div>
          </div>
        </div>
        
        <!-- Carousel Buttons Next/Prev -->
        <a rel="nofollow" rel="noreferrer"data-slide="prev" href="#quote-carousel" class="left carousel-control">
<i class="fa fa-chevron-circle-left" style="font-size:48px;color:red"></i></a>
        <a rel="nofollow" rel="noreferrer"data-slide="next" href="#quote-carousel" class="right carousel-control">
<i class="fa fa-chevron-circle-right" style="font-size:48px;color:red"></i></a>
      </div>   
    </div>
  </div>
</div>

<div class="divider">
</div>  
<section class="bg-3" id="section4">
  <div class="col-sm-6 col-sm-offset-3 text-center"><h2 style="padding:20px;background-color:rgba(5,5,5,.8)">I LEARNED BASIC SKILLS</h2></div>
</section> 
 <div class="divider">
</div>

<div class="continer bg-4">
 <div class="row">
 <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div>                        
                  
      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo</p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 

      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo  </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 

<div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div>                        
                  
      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo</p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 

      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo  </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 

<div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div>                        
                  
      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo</p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 

      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo  </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 

<div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div>                        
                  
      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo</p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 

      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo  </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 

<div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div>                        
                  
      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo</p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 

      <div class="col-sm-4 col-xs-6">      
       <div class="panel panel-default">
          <div class="panel-thumbnail">
 <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4Cd3AY25vs8Yf2AYs2dmACK_qwyTOPcohRbx5E_7lW80srIQiTzQfE_BLnjdNWfyl8kiS3uTD0pps68GzReAkh13SRGwp9PxEFC30rs5xO8Y27BWKmahaglA7op0lgTOrURM0cJo44T0/s1600/Tutorial-M2010.jpg" width="358px" height="230px">
      </p> </div>
          <div class="panel-body">            
<p>Parallax <a href="https://LINK JUDUL"style="text-decoration:none"target="_blank"title="M-2010">Templates </a>Demo  </p>
 <p class="lead">GET THE CODE FOR DESIGN </a></p>           
            <p><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH0nNZCARgimLXoThohyThLwTjBuZkEWX2qkilNaGGUpv_DWr5kZvyL3Ngnmp-Y2ghk4AYpfulOWuxO3GaTEkuo0nmIfkT4AfnKxC4OBXoJrca0Rr8_Y_wx7Md9heqj2XCQvvh8sXctHe5/s1600/loves-M2010.gif" width="28px" height="28px"></p>
 </div>
       </div>
            </div> 
 <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&#8217;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/pen/VbaRJV"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:-8px">
<audio id="mys2010" src="https://sites.google.com/site/nusulestudy/lagu/tifa-M2010.mp3"controls="controls"></audio></h2>
  </div>
      </div>
<!--DOCTYPE html-->
<html>
<head>
<title>Font Awesome Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<script src="//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js">
</script>
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'>
</script>
<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="//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" href="//maxcdn.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.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 Web Template