Memasang Kode Menu Fixed Gradients
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  berikutGet Blank Template   
edit background warna sesuai keinginan lik pratinjau untuk melihat hasil dan klik simpan selesai
Penerapan kode : klik entri halaman baru HTML pada link tersebut.
copy kode dibawah ini,  pastekan kedalam  Entri halaman baru HTML  dan  klik simpan selesai
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css'>
<style class="Mys2010-styles">
body {);color:red;height:100%;overflow:hidden;}
html,
body {
margin: 0;
padding: 0;
height: 100%;
}
body {
  background: url("https://sites.google.com/site/sule2010s/icon/triplek-M2010s.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ap {
position: fixed;
right: 0;
bottom:-44px;
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:#B24700;
border-bottom:16px solid #f0f;
} 
h2 {
padding:12px; 
background: -webkit-linear-gradient(transparent 10%, #483D8B;50%, transparent 90%); 
background: linear-gradient(transparent 10%, #222 50%, transparent 90%); 
-webkit-animation: shadow 1s ease-in-out infinite;
          animation: shadow 1s ease-in-out infinite;
}  
/*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:37px;
 -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 rgba(255, 0, 0, 0.8),
 0 5px 15px rgba(0, 0, 0, 0.90), 0 0 50px rgba(0, 0, 0, 0.90),
 0 -10px 2px rgba(255, 0, 0, 0.8);
  }
 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*/ 
.shadow-atas:after { 
    content: " ";
    box-shadow: 0 0 200px 108px #fff;   
}
.shadow-atas:before {  
    content: " ";
    box-shadow: 0 0 200px 110px #809FFE;    
}
#M2010-shadow-atas  { 
margin:-110px;
box-shadow: 0 0 150px 80px  #A52A2A;  
}
.shadow-bawah:before,.shadow-bawah:after {
    z-index:-1;
    position:absolute;
    content: " ";
    bottom:25px;
    left:10px;
    width:50%;     
    max-width:110px;
    box-shadow: 0 0 200px 90px #809FFE;  
    -webkit-transform:rotate(-8deg);
    -moz-transform:rotate(-8deg);
    -o-transform:rotate(-8deg);
    -ms-transform:rotate(-8deg);
    transform:rotate(-8deg);
}
.shadow-bawah:after {
    -webkit-transform:rotate(8deg);
    -moz-transform:rotate(8deg);
    -o-transform:rotate(8deg);
    -ms-transform:rotate(8deg);
    transform:rotate(8deg);
    right:10px;
    left:auto;
}
/Menu*/
a:hover {
  color: #f46830;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
nav {
  float: left;
  width: 100%;
  height:110px;
  top:-19px;
  left: 0;
  background:#B24700;
  position: fixed;
}
nav .menu {
  padding: 30px;
}
ul {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
}
ul li {
  float: left;
  display: inline;
  margin-right: 0px;
  list-style: none;
}
ul li:nth-child(even) a {
  background: #FFBFFE;
}
ul li a {
  display: block;
  padding: 20px;
  font-family: "Exo", sans-serif;
  font-weight: 200;
  background: #00477D;
  color: #fff;
  text-decoration: none;
}
ul li a:hover {
  color: #fff;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
ul li.active a {
  background: #58c7d0;
}
ul li.poto-circle {
  float: right;
}
#poto-circle{
  background-color: rgba(0, 0, 255, .15);
  width:50px;
  height:50px;
  border-width:6px; 
  border-style: inset;
  border-radius: 60%;
  border-color: #12127D #FFFF00;
}
</style>
<div align="center" style="margin-top:110px">
<div id="M2010-shadow-atas">
</div> 
<div class="shadow-atas">
</div>
<div class="shadow-bawah">
</div> 
</div>
</div></div>
</div></div> 
<nav class="nav">
  <div class="menu">
    <ul>
      <li><a href="https://Link Judul"target="_blank"title="Mari Belajar">MENU 1</a></li>
      <li><a href="https://Link Judul"target="_blank"title="Mari Belajar">MENU 2</a></li>
      <li><a href="https://Link Judul"target="_blank"title="Mari Belajar">MENU 3</a></li>
      <li><a href="https://Link Judul"target="_blank"title="Mari Belajar">MENU 4</a></li>
      <li class="poto-circle"><img id="poto-circle"src="https://sites.google.com/site/sulescroll/poto/Sule-M2010.png" name="e902" border="0" width=" 50" height="50" /></a></li>
    </ul>
  </div>
</nav>
<div class="ap" id="ap">
<div align="center">
<div id="dibawah">
<span style="font-family:arial;font-size:11px; color:#80C8FE;"> EDITED BY. <a href="https://Link Judul"target="_blank"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"target="_blank"title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; &copy; - 2016 </a>&nbsp; CODEPEN </a> 
</div>
<h2><div align="center" style="margin-top:-7px">
 <audio id="player" preload="auto"> 
  <source src="https://sites.google.com/site/sulelagu042/l/Instru-M2010.mp3">
  </source></h2>
</a></div>
</div>
<link rel='stylesheet prefetch'href='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelementplayer.min.css'>
<link Audio mp3>
<script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-58d22c749295bca52f487966e382a94a495ac103faca9206cbd160bdf8aedf2a.js'>
</script>
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'>
</script>
<script src="https://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelement-and-player.min.js">
</script>
<script>$(function () {
    $('video,audio').mediaelementplayer({
        success: function (mediaElement, domObject) {
            var audio_src = $('li.current').attr('data-url');
            mediaElement.setSrc(audio_src);
            mediaElement.addEventListener('ended', function (e) {
                mejsPlayNext(e.target);
            }, false);
        },
        keyActions: []
    });
    $('.mejs-list li').click(function () {
        $(this).addClass('current').siblings().removeClass('current');
        var audio_src = $(this).attr('data-url');
        $('audio#mejs:first').each(function () {
            this.player.pause();
            this.player.setSrc(audio_src);
            this.player.play();
        });
    });
});
function mejsPlayNext(currentPlayer) {
    if ($('.mejs-list li.current').length > 0) {
        var current_item = $('.mejs-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 = $('.mejs-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>
Designed by. M-2010
If you want to directly copy and paste you canDownload Here Menu Fixed Gradients 

Memasang Kode Sound Board
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  berikutGet Blank Template   
edit background warna sesuai keinginan lik pratinjau untuk melihat hasil dan klik simpan selesai
Penerapan kode : klik entri halaman baru HTML pada link tersebut.
copy kode dibawah ini,  pastekan kedalam  Entri halaman baru HTML  dan  klik simpan selesai
<style class="Mys2010-styles">
body {);color:red;height:100%;overflow:hidden;} 
body {
background:#000;}  
@import url(http://fonts.googleapis.com/css?family=Oswald);
html,body{height:100%} 
body{
  text-align:center;
  background: #111  url() no-repeat;
  background-size:cover
}
.buttons{
  width:500px;
  margin:0 auto;
  text-align:center;
  font-family: 'Oswald', sans-serif;
  font-size:13px;
  color:#ddd
}
.buttons a {
  position: relative;
  display: inline-block;
  padding: 40px 0;
  color: #fff;
  width:100px;
  height:100px;
  margin-top:90px;
  box-sizing:border-box;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 14px 14px 14px 14px #000;
  background-color: rgba(160, 44, 163, 0.5);
  box-shadow:0 -4px 0 rgba(0,0,0,0.4) inset;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
  transition:background-color 0.3s
}
.buttons a:hover {
  background-color: rgba(120,120,120,0.6);
}
.buttons a:active, a:focus {
 background-color: rgba(150,150,150,0.8);
 box-shadow:0 0px 0 rgba(0,0,0,0.4) inset;  
 transition:all 0.1s
}
audio{
  display:none
}
</style> 
<div class="buttons">
<h1>SOUD</h1> 
<a href="#" data-fx="hello-m2010">HELLO M2010</a> 
<a href="#" data-fx="becareful">CAREFUL</a> 
<a href="#" data-fx="save-m2010">THREAT</a><br> 
<a href="#" data-fx="cibeber-m2010">CIBEBER</a> 
<a href="#" data-fx="california-m2010">CALIFORNIA</a>
<a href="#" data-fx="xmast-m2010">XMAST</a>
<a href="#" data-fx="wdding-m2010">WEDDING</a> 
</div>
<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>
<script>// Sounds from myinstants.com
$('.buttons a').on('click',function(e){
  e.preventDefault();
  $('audio').remove();
    var fx = $(this).attr('data-fx');
  $('<audio controls="controls" autobuffer="autobuffer" autoplay="autoplay"> <source src="http://www.myinstants.com/media/sounds/'+fx+'.mp3"  type="audio/mpeg"> </audio>').appendTo('.buttons');
    }); 
</script> 
Sound by. Myinstants
Design code is edited by. M-2010 on Codepen
If you want to directly copy and paste you canDownload  Sound Board Hover 

Memasang Kode Accrodian Hover
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 pratinjau  untuk melihat hasil  dan klik simpan selesai
Kemudian klik entri halaman baru HTML pada link tersebut.
copy kode dibawah ini,  pastekan kedalam  Entri halaman baru HTML  dan  klik simpan selesai
<style type="text/css">
body {background-image: url();color:red;height:100%;overflow:hidden;}
html,
body {
margin: 0;
padding: 0;
height: 100%;
}
body {
  background: url("https://sites.google.com/site/sule62001/sule2001code/Bg-triplek-mys2010.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  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:-4px;
  width: 100%;
text-align: center;
font-size:  6px;
background: linear-gradient(270deg,#660099, #660099, rgba(255, 0, 0, 0.60), #660099, #660099);
  border-bottom: 3px solid #333;  
-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: linear-gradient(270deg,#660099, #660099, rgba(255, 0, 0, 0.60), #660099, rgba(255, 0, 0, 0.60), #660099, #660099);
border-top: 2px solid rgba(46, 56, 79, 0.85);
z-index: 9999;
} 
h2 {
padding:15px; 
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #333 50%, transparent 90%); 
-webkit-animation: shadow 1s ease-in-out infinite;
          animation: shadow 1s ease-in-out infinite;
} 
/*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*/ 
.shadow-atas:after { 
    content: " ";
    box-shadow: 0 0 200px 90px #809FFE;   
}
.shadow-atas:before {  
    content: " ";
    box-shadow: 0 0 200px 110px #FF80FE;    
}
#M2010-shadow-atas  { 
margin:-110px;
box-shadow: 0 0 150px 80px  #f00; 
 -webkit-box-shadow: 0px 1px 71px 25px #FF80FE;
-moz-box-shadow: 0px 1px 71px 15px #f00; 
}
.shadow-bawah:before,.shadow-bawah:after {
    z-index:-1;
    position:absolute;
    content: " ";
    bottom:25px;
    left:10px;
    width:50%;     
    max-width:110px;
    box-shadow: 0 0 200px 110px #FF80FE;  
    -webkit-transform:rotate(-8deg);
    -moz-transform:rotate(-8deg);
    -o-transform:rotate(-8deg);
    -ms-transform:rotate(-8deg);
    transform:rotate(-8deg);
}
.shadow-bawah:after {
    -webkit-transform:rotate(8deg);
    -moz-transform:rotate(8deg);
    -o-transform:rotate(8deg);
    -ms-transform:rotate(8deg);
    transform:rotate(8deg);
    right:10px;
    left:auto;
}
.Liplop {
  -webkit-animation: fade-in 0.2s linear infinite alternate;
  -moz-animation: fade-in 0.2s linear infinite alternate;
  animation: fade-in 0.2s linear infinite alternate;
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} 
.image{
width: 600px;
  height: 350px;
  position: center;
 left: 50px;
  right: 50px;
    margin-top:20px;
 position: absolute;
  top:-46px;
  left: 50px;
  right: 50px;
  bottom: 0;
  margin: auto;
 
-webkit-box-shadow: 0px 1px 71px 25px #000000;
-moz-box-shadow: 0px 1px 71px 15px #f00; 
}
/*Menu Hover 1*/
.user_box {
background: 
rgba(0, 0, 0, 0.16);
height:  45px;
position: absolute;
width: 200px;
left: 10px;
top: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 1px 1px 0 0 
rgba(255, 255, 255, 0.2), -1px -1px 0 0 
rgba(0, 0, 0, 0.3), inset 0 0 5px 0 
rgba(0, 0, 0, 0.1);
}
.user_img {
height: 34px;
overflow: hidden;
position: absolute;
top: 5px;
width: 34px;
left: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 1px 1px 0 0 
rgba(255, 255, 255, 0.2), -1px -1px 0 0 
rgba(0, 0, 0, 0.3), inset 0 0 5px 0 
rgba(0, 0, 0, 0.1);
    z-index: 999;
} 
.user_img img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 100%;
} 
.notif {
position: absolute;
right: 17px;
top: 5px;
height: 12px;
width: 9px;
background: 
rgba(255, 255, 255, 0.1);
padding: 9px 12px 9px 16px;
font-weight: 800;
color: 
white;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
box-shadow: 1px 1px 0 0 
rgba(255, 255, 255, 0.2), -1px -1px 0 0 
rgba(0, 0, 0, 0.3), inset 0 0 5px 0 
rgba(0, 0, 0, 0.2);
text-shadow: 1px 1px 1px 
rgba(0, 0, 0, 0.5);
}
.user_button {
position: absolute;
font-size: 10px;
color:#111;
background: rgb(0,115,0); 
text-decoration:none;
padding: 1px 15px 3px 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: inset 1px 1px 0 0 
rgba(255, 255, 255, 0.3), inset -1px -1px 0 0 
rgba(0, 0, 0, 0.3), 0 0 3px 0 
rgba(0, 0, 0, 0.5);
top: 23px;
left: 65px;
text-shadow: 1px 1px 0 
yellow;
}
.quicknavi {
position: absolute;
left: 220px;
top: 10px;
}
.quicknavi li {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 1px 1px 0 0 
rgba(255, 255, 255, 0.2), -1px -1px 0 0 
rgba(0, 0, 0, 0.3), inset 0 0 5px 0 
rgba(0, 0, 0, 0.1);
float: left;
background: 
rgba(0, 0, 0, 0.16);
margin-right: 10px;
}
.quicknavi li a {
padding: 16px 15px 16px 14px;
display: inline-block;
color: 
#A7C4E2;
text-decoration: none;
font-size: 13px;
text-shadow: 1px 1px 0px 
rgba(0, 0, 0, 0.4);
}
.quicknavi select {
border: 1px solid 
#2E5F8F;
padding: 6px;
margin-right: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 1px 1px 0 0 
rgba(255, 255, 255, 0.2), -1px -1px 0 0 
rgba(0, 0, 0, 0.3), inset 0 0 5px 0 
rgba(0, 0, 0, 0.1);
}
/*Menu Hover 2*/
.Mys2010 {
width: 850px;
margin: 80px auto;
}
.Mys2010 ul li {
  float: left;
  list-style: none;
  width: 160px;
  transition: all 1s;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #FFD700;
  border-left-width: 2px;
  box-shadow: 0px 0px 17px  #f0f;
}
.Mys2010 ul li .image_title {
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: rgba(0,255,0,0.4);
  text-indent: 2em;
  line-height: 50px;
  bottom: 0px;
  left: 0;
}
.Mys2010 ul li a {
  color: #FFD700;
  text-decoration: none;
}
.Mys2010 ul:hover li {
  width: 32px;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
  transition: all 2s;
}
.Mys2010 ul li:hover {
  width: 640px;
  -webkit-filter: grayscale(0) hue-rotate(300deg);
  filter: grayscale(0) hue-rotate(300deg);
}
/*End*/
.mys2010 {
  width: 850px;
  margin: 80px auto;
}
.mys2010 ul li {
  float: left;
  list-style: none;
  width: 160px;
  transition: all 1s;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #FFD700;
  border-left-width: 2px;
  box-shadow: 0px 0px 17px  #f0f;
}
.mys2010 ul li .image_title {
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: rgba(0,255,0,0.4);
  text-indent: 2em;
  line-height: 50px;
  bottom: 0px;
  left: 0;
}
.mys2010 ul li a {
  color: #FFD700;
  text-decoration: none;
}
.mys2010 ul:hover li {
  width: 32px;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
  transition: all 2s;
}
.mys2010 ul li:hover {
  width: 640px;
  -webkit-filter: grayscale(0) hue-rotate(300deg);
  filter: grayscale(0) hue-rotate(300deg);
}
</style>
<div align="center" style="margin-top:110px">
<div id="M2010-shadow-atas">
</div> 
<div class="shadow-atas">
</div>
<div class="shadow-bawah">
</div> 
   </div>
      </div>
           </div>
              </div> 
                   </div> 
<div align="center" style="margin-top:200px">
<div class="mys2010">
<ul>
<li>
<div class="image_title">
<a href="http://LINK TITLE">JUDUL LINK</a>
</div>
<a href="https://JUDUL LINK"target="_blank" title="JUDUL LINK">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhelhsn3GmMqIm3Bi7rjPAsZOZtaep6JdmU9vmBjWQgsGpBO9qd2AIFWB1i_Z82KzglrdsUcimU9QOHuCUe2ZeNFuOpJ_Sk-vyhMNsbZs0CpWVZeU0SpAuN_nOIFknT7bGByjGW7Tum8e-_/s1600/Myscript2010.jpg"/>
</a>
</li>
<li>
<div class="image_title">
<a href="http://LINK TITLE">JUDUL LINK</a>
</div>
<a href="https://JUDUL LINK"target="_blank" title="JUDUL LINK">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhelhsn3GmMqIm3Bi7rjPAsZOZtaep6JdmU9vmBjWQgsGpBO9qd2AIFWB1i_Z82KzglrdsUcimU9QOHuCUe2ZeNFuOpJ_Sk-vyhMNsbZs0CpWVZeU0SpAuN_nOIFknT7bGByjGW7Tum8e-_/s1600/Myscript2010.jpg"/>
</a>
</li>
<li>
<div class="image_title">
<a href="http://LINK TITLE">JUDUL LINK</a>
</div>
<a href="JUDUL LINK"target="_blank" title="JUDUL LINK">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhelhsn3GmMqIm3Bi7rjPAsZOZtaep6JdmU9vmBjWQgsGpBO9qd2AIFWB1i_Z82KzglrdsUcimU9QOHuCUe2ZeNFuOpJ_Sk-vyhMNsbZs0CpWVZeU0SpAuN_nOIFknT7bGByjGW7Tum8e-_/s1600/Myscript2010.jpg"/>
</a>
</li>
<li>
<div class="image_title">
<a href="http://LINK TITLE">JUDUL LINK</a>
</div>
<a href="https://JUDUL LINK"target="_blank" title="JUDUL LINK">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhelhsn3GmMqIm3Bi7rjPAsZOZtaep6JdmU9vmBjWQgsGpBO9qd2AIFWB1i_Z82KzglrdsUcimU9QOHuCUe2ZeNFuOpJ_Sk-vyhMNsbZs0CpWVZeU0SpAuN_nOIFknT7bGByjGW7Tum8e-_/s1600/Myscript2010.jpg"/>
</a>
</li>
<li>
<div class="image_title">
<a href="http://LINK TITLE">JUDUL LINK</a>
</div>
<a href="https://JUDUL LINK"target="_blank" title="JUDUL LINK"> 
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhelhsn3GmMqIm3Bi7rjPAsZOZtaep6JdmU9vmBjWQgsGpBO9qd2AIFWB1i_Z82KzglrdsUcimU9QOHuCUe2ZeNFuOpJ_Sk-vyhMNsbZs0CpWVZeU0SpAuN_nOIFknT7bGByjGW7Tum8e-_/s1600/Myscript2010.jpg"/></a>
</li>
   </ul>
       </div>
<div align="center">
<header> 
<a href="http://Link Judul"target="_blank" title="Myscript2010s"></a>
<div class="top_head">
<code>
</header> 
</div>
<header>
<a href="http://sample-mys2010.blogspot.co.id/2017/01/youtube-within-frame.html" target="_blank" title="Mari Belajar">
<h2>
<span style="color:#f00; font-size:10pt">
<div class="Liplop">
Myscript2010</div></a>
</h2>  
</header>
<div class="mys2010">
<div class="ap" id="ap">
<div align="center">
<h2>
<div class="user_box">
<div class="user_img">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifkZd1FDvIRI_uEKLDjWtzlPRjSpTGGpZMSgHuU44H6v2X57XUaHKLDh9zcJCc2S8RlCDpBqqT-nGRN4FpcjvdQKXNFx2rehjDEub7XxzlKYN0x9FgjUBmaDCPXOa9TNc16UYzbBw0Cdc/s1600-r/1-Y.png" />
</div>
<h6>
Myscript2010</h6>
<a href="https://plus.google.com/u/0/101254379497511200564/posts"target="_blank" title="Myscript2010s" class="user_button">Gg Pluss</a>
<div class="notif">
<span class="">8</span>
</div>
</div>
<!-- Quicknavi box -->
<div class="quicknavi">
<ul>
<li><a href="https://id.pinterest.com/myscript2010/mys2010"target="_blank" title="Myscript2010s">Pinterest</a></li>
<li><a href="http://codepen.io/hello/"target="_blank" title="Myscript2010s">Codepen</a></li>
<li><a href="https://gist.github.com/Myscript2010"target="_blank" title="Myscript2010s">Gists GitHub</a></li>
</li>
   </ul>
       </2>
<link rel='stylesheet prefetch' href='//codepen.io/assets/reset/reset.css'>
<script src='//codepen.io/assets/libs/prefixfree.min.js'>
</script>
Movie by. Youtube
Demo. Example Image Hover
Design code is edited by. M-2010 on Codepen
If you want to directly copy and paste you canDownload  Accrodian Hover Gradient 

Memasang Kode Css3 Image Rotating
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  berikutGet Blank Template  edit background warna klik simpan
Kemudian klik entri halaman baru HTML pada link tersebut.
copy kode dibawah ini,  pastekan kedalam  Entri halaman baru HTML  dan  klik simpan selesai
<style class="Mys2010-styles">
body {
background:#FFC0CB;} 
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:  6px;
background:#483D8B;
border-bottom:1px solid #f0f;
}
.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:#483D8B;
height:70px;
border-bottom:1px solid #f0f;
} 
h2 {
padding:15px; 
background: -webkit-linear-gradient(transparent 10%, #483D8B;50%, transparent 90%); 
background: linear-gradient(transparent 10%, #222 50%, transparent 90%); 
-webkit-animation: shadow 1s ease-in-out infinite;
          animation: shadow 1s ease-in-out infinite;
} 
#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;
} 
*{    margin:0px;
 padding:0px;}
body
{
 background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEib77D3CtqUisVw8uiyCwAtt97g6U8X9MlVJiVyL0ESz0K9HU-DVkWP0Ha1KAEt2TELgTV-kNhDBFfe_MLc0UNpPmm_xM6SpZ7Y-q6_mkJr_SywJRNTsPWBJ2DLkcgDGtEHUGhwjGRZF1vn/s1600-r/pSGRMWg.jpg);
 background-size:cover;
 background-repeat:no-repeat;
 font-family:Arial, Helvetica, sans-serif;
 }
.container{
 width:85%;
 min-height:500px;
 margin:0px auto;
 padding:0px; 
}
header
{
 width:100%;
 height: 45px;
 float:left;
 text-align:center;
 margin-top: 0px;
}
.text
{
 font-size:46px;
 font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
 text-shadow:-1px 2px 1px #999;
 font-weight:bolder;
 line-height:50px;
 padding: 0px;
 color:rgba(51,0,102,1);
}
section
{
 width:100%;
 float:left;
 height:auto;
}
h3
{
 padding: 0px;
 font-size:24px;
 color:#fff;
 font-weight:bold;
 font-family:cursive, sans-serif, serif; 
}p{
 color:#fff;
 font-size:14px;
 padding:0px  0px;
 }
img{
 width:100%;
 height:100%;
 background-size:contain;
}
button
{
 opacity:1;
 width:100px;
 height:30px;
 background-color:#000;
 border:none;
 outline:none;
 color:#fff;
}
.outer
{
 width:250px;
 height:250px;
 float:left;
 background-size:contain;
 overflow:hidden;
 box-sizing:border-box;
 margin:10px 18px 10px 18px;
 box-shadow:0px 0px 5px #000;
}
.hvr-rotate
{
 width:100%;
 height:100%; 
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
 position:relative;
}
.mask-rotate
{
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,0.40);
  opacity:0;  
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align:center;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
 transform: rotate(100deg); /* div rotate by 100 deg*/
 /* -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  -webkit-transform: rotate(100deg);*/
  text-align:center;
  backface-visibility: hidden;
}
.drop
{
 top:150px;
 left:65px;
 position:absolute;
 transform: translateZ(0);
 opacity:1;
 backface-visibility: hidden;
}
.hvr-rotate:hover .mask-rotate
{
 opacity:1;
  transform: rotate(0deg); /* default*/
 /*
 ******** These are prefix for different Browsers********* 
  -moz-transform: rotate(10deg); // Mozilla
  -ms-transform: rotate(10deg);  // Microsoft Internet Explored
  -o-transform: rotate(10deg);  // Opera
  -webkit-transform: rotate(10deg);  // Chrome and Safari
   */ 
}
button:hover
{
 background-color:rgba(255,0,0,1);
}
</style>
<center>
<p class="text">
Image Hover Effects</p>
<table  border"2px solid">
<tr><td>
<section>
<div class="outer">
<div class="hvr-rotate">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRnFoYkLOSxUuvnV8wgOFdcqsDgxCFhIC2y5OhSuoOOIXNl6-X6zYwCJ0-gIPEg0nRzmcoH5Fn_rCTPGEHdp1S0jZ1fXKoqw2byur8t4BfmTtEeBO6PzLPFJ2HkxPo1J_aq47StKTID878/s1600-r/yayang5.jpg" >
<div class="mask-rotate">
<h3>
Myscript2010</h3>
<p>
Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar
</p>
<button onclick="window.open('http://myscript2010error.blogspot.co.id/p/error-page-not-found.html','_blank');">Read More 1</button>
</div>
</div>
</div>
</td><td>
<div class="outer">
<div class="hvr-rotate">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7yJgYZ5fzM507tQQZ3Ngqi4j6DQ0aBFP0OaYhyzosbCqAY3flDmiXQgf6c3WbkvtUL8oYjovsSjLdbfDLcXhMmTifleWUVwjupjZoi7P_Iaw-_iRX1p6ImNd04wbSzcbTV7zW7O5SQk_e/s1600-r/yayang6.jpg">
<div class="mask-rotate">
<h3>
Myscript2010</h3>
<p>
Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar
</p>
<button onclick="window.open('http://myscript2010error.blogspot.co.id/p/error-page-not-found.html','_blank');">Read More 2</button>
</div>
</div>
</div>
</td><td>
<div class="outer">
<div class="hvr-rotate">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3rLZP0G-_MkGbG2KtNJpmKt27OcM-idU1GD1awonCT1sIV1UexUpGzF2kjGOwvIjdH4DwMMRZKYgkqB6DZUdQIwg2DYQlZXXwTa22VWDgl4OHv1CySeTwEtDM7mMyXOXspUqEgk7715iM/s1600-r/yayang5.jpg">
<div class="mask-rotate">
<h3>
Myscript2010</h3>
<p>
Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar
</p>
<button onclick="window.open('http://myscript2010error.blogspot.co.id/p/error-page-not-found.html','_blank');">Read More 3</button>
</div>
</div>
</div>
</table>
<table><table  border"2px solid">
<tr><td>
<div class="outer">
<div class="hvr-rotate">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF4qjTjZ0DdNRt9yz4mwJA94-3qgzJZlMHYqFj7D-l191xsg82NrIeRbgvzdCIksU6mcpxG6E9r5mN0HBKka1Z7bWbSM160u04bgrP2Kp4aG0KJzYQdiXBf3pXg7NDCTNzL0N-MEqfLNMS/s1600-r/yayang3.jpg">
<div class="mask-rotate">
<h3>
Myscript2010</h3>
<p>
Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar
</p>
<button onclick="window.open('http://myscript2010error.blogspot.co.id/p/error-page-not-found.html','_blank');">Read More 1</button>
</div>
</div>
</div>
</td><td>
<div class="outer">
<div class="hvr-rotate">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTko9b20oD3_wZLsBpRs1t5sE_60VUi6Z0JCamv4G85Rhpfs40MZ2iB_LEHRzhdT7f13cjQZN6wl-VHqIA4HyrxHgKdtTK88Yugu-SVjdXy2BvTczvHTEHwB66rG-KllBL0f3UsiCRzwdt/s1600-r/yayang2.jpg">
<div class="mask-rotate">
<h3>
Myscript2010</h3>
<p>
Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar
</p>
<button onclick="window.open('http://myscript2010error.blogspot.co.id/p/error-page-not-found.html','_blank');">Read More 2</button>
</div>
</div>
</div>
</td><td>
<div class="outer">
<div class="hvr-rotate">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihJ003GlC_uFrusbhMqHRfZ6HVRyB5qYqBFw8J6fb1KK-hRbTe7ZVmIcLp0FZQ-bY_vla5iHhf0i5nSwIx5rHHvkbho5jtWPkeE7_ZfTAlcGdwtEu-LgauTKTzh0fauez9DH-JAFC3kx1Z/s1600-r/yayang1.jpg">
<div class="mask-rotate">
<h3>
Myscript2010</h3>
<p>
Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar Mari Belajar
</p>
<button onclick="window.open('http://myscript2010error.blogspot.co.id/p/error-page-not-found.html','_blank');">Read More 3</button>
</div>
</div>
</div>
</section>
</div>
</table>
<div class="ap" id="ap">
<div align="center">
<div id="dibawah">
<span style="font-family: arial ; font-size: 12px; color:#fff;"> EDITED BY. <a href="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:#fff;"> COPYRIGHT <a href="http://Link Judul" title="Mari Belajar"><span style="color: #FFFF00; font-size: 14px;">&nbsp; &copy; - 2017 </a>&nbsp; IMAGEHOVER </a> 
</div>
<h2>
<div align="center" style="margin-top:-4px">
<audio id="mys2010" src="https://sites.google.com/site/code6916/lagu/Austrian-Curtain-with-Raynok-Mys200.mp3"controls="controls"></audio></h2>
</a></div>
</div>
<header>
<h2>
Myscript2010</a> 
</h2>
</div>
</header>
<ul class="mys2010-list">
<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'>
</script>     
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'>
</script>    
<link rel='stylesheet prefetch' href='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelementplayer.min.css'>   <script src='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelement-and-player.min.js'>
</script>   
<script src="//assets.codepen.io/assets/common/stopExecutionOnTimeout-f961f59a28ef4fd551736b43f94620b5.js">
</script> 
<script>
      $(function () {
$('video,audio').mediaelementplayer({
success: function (mediaElement, domObject) {
var audio_src = $('li.current').attr('data-url');
mediaElement.setSrc(audio_src);
mediaElement.addEventListener('ended', function (e) {
mys2010PlayNext(e.target);
}, false);
},
keyActions: []
});
$('.mys2010-list li').click(function () {
$(this).addClass('current').siblings().removeClass('current');
var audio_src = $(this).attr('data-url');
$('audio#mys2010:first').each(function () {
this.player.pause();
this.player.setSrc(audio_src);
this.player.play();
});
});
});
function mys2010PlayNext(currentPlayer) {
if ($('.mys2010-list li.current').length > 0) {
var current_item = $('.mys2010-list li.current:first');
var audio_src = $(current_item).next().text();
$(current_item).next().addClass('current').siblings().removeClass('current');
console.log('if ' + audio_src);
} else {
var current_item = $('.mys2010-list li:first');
var audio_src = $(current_item).next().text();
$(current_item).next().addClass('current').siblings().removeClass('current');
console.log('elseif ' + audio_src);
}
if ($(current_item).is(':last-child')) {
$(current_item).removeClass('current');
} else {
currentPlayer.setSrc(audio_src);
currentPlayer.play();
}}    
</script> 
Audio by. Jereme
Design code is edited by. M-2010 on Codepen
If you want to directly copy and paste you canDownload  Css3 Image Rotating Hover 

Memasang Kode Quote share
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 pratinjau  untuk melihat hasil  dan klik simpan selesai
Kemudian klik entri halaman baru HTML pada link tersebut.
copy kode dibawah ini,  pastekan kedalam  Entri halaman baru HTML  dan  klik simpan selesai
<style class="Mys2010-styles">
body {);color:red;height:100%;overflow:hidden;} 
body {
background:#000;} 
.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:  RGBA(243, 241, 237, 1);
border-top: 2px solid #222;
z-index: 9999;
}    
#M-2010, #teks, #posisi, #dibawah  {
    position: absolute;
    font-size: 11px;
    margin: 2px
}
#M-2010, #teks div {
    text-decoration: underline;
    cursor: pointer
}
#teks, #posisi {
    text-align: right;
    right:  50px;
}
#teks, #dibawah {
    text-align: left;
    left:  50px;
}
 #dibawah, #posisi {
    bottom:40px;
 -webkit-animation: shadow 6s ease-in-out infinite;
          animation: shadow 6s ease-in-out infinite;}
html,
body {
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility; }
body {
  background-color: RGBA(243, 241, 237, 1);
  font-size: 62.5%;
  text-align: center;
  -webkit-font-smoothing: antialiased; }
header.title {
  display: block;
  margin: 3% auto;
  width: 90%;
  height: auto;   
  background-color: RGBA(201, 213, 219, 1);  
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  box-shadow: 1px 1px 0px RGBA(201, 213, 219, 1), 2px 2px 0px RGBA(201, 213, 219, 1), 3px 3px 0px RGBA(201, 213, 219, 1), 4px 4px 0px RGBA(201, 213, 219, 1), 1px -1px 0px RGBA(201, 213, 219, 1), 2px -2px 0px RGBA(201, 213, 219, 1), 3px -3px 0px RGBA(201, 213, 219, 1), 4px -4px 0px RGBA(201, 213, 219, 1), -1px -1px 0px RGBA(201, 213, 219, 1), -2px -2px 0px RGBA(201, 213, 219, 1), -3px -3px 0px RGBA(201, 213, 219, 1), -4px -4px 0px RGBA(201, 213, 219, 1), -1px 1px 0px RGBA(201, 213, 219, 1), -2px 2px 0px RGBA(201, 213, 219, 1), -3px 3px 0px RGBA(201, 213, 219, 1), -4px 4px 0px RGBA(201, 213, 219, 1);
  border: dashed RGBA(233, 238, 242, 1) 2px;
  border-radius: 8px; }
  @media all and (min-width: 50em) {
    header.title {
      margin-top:-1px;
      width: 80%; } }
.lines-text-after-before, h2 {
  display: table;
  white-space: nowrap; }
  .lines-text-after-before:after, h2:after, .lines-text-after-before:before, h2:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 2px));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 2px));
    background-clip: padding; }
  .lines-text-after-before:after, h2:after {
    border-left: 1em solid transparent; }
  .lines-text-after-before:before, h2:before {
    border-right: 1em solid transparent; }
section {
  display: block;
  margin: 3% auto; }
h1, h2, h3 {
  font-family: 'Rye', cursive;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 1px 1px 0px white;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
h1 {
  padding: 10px;
  font-size: 2.5em;
  color: RGBA(51, 61, 61, 1); }
  @media all and (min-width: 50em) {
    h1 {
      padding: 15px;
      font-size: 4.5em; } }
h2 {
  padding: 0 15%;
  font-size: 2.5em;
  color: RGBA(51, 61, 61, 1); }
  @media all and (min-width: 50em) {
    h2 {
      padding: 0 30%;
      font-size: 3.5em; } }
h3 {
  padding: 15px 0;
  font-size: 1.3em;
  color: RGBA(194, 215, 232, 1); }
  @media all and (min-width: 50em) {
    h3 {
      padding: 0 35%;
      font-size: 1.5em; } }
p {
  padding: 3% 25%;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.2;
  text-shadow: 1px 1px 0px white;
  color: RGBA(51, 61, 61, 1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
  @media all and (min-width: 50em) {
    p {
      padding: 3% 30%;
      font-size: 2em; } }
footer {
  margine: 0;
  padding: 0;
  display: block; }
footer p {
  padding: 3%;
  display: inline; }
footer p a {
  text-decoration: none;
  color: RGBA(80, 166, 233, 1);
  box-shadow: 0 2px 0px RGBA(80, 166, 233, 1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
footer p a:hover {
  color: RGBA(194, 215, 232, 1);
  box-shadow: 0 2px 0px RGBA(194, 215, 232, 1); }
</style>
<script>
window.console = window.console || function(t) {};
</script>
 <script>
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage("resize", "*"); }
</script>
</head>
<body translate="no" >
<hr/>
<p class="lines-text-after-before">Reduce testing the browser</p>
<header class="title">
  <h1>Myscript-2010 cibeber cimahi</h1>
</header><br/>
<section>
  <header>
    <h2>quote</h2>
    <p>Let's share together M-2010 <br> about around the website that we design</p>
    <a href="https://Link Judul"title="Mari Belajar">
<span style='font-size:12.0pt;font-family:agency fb;color:#000;font-weight:bold;'>COPYRIGHT 2010 @ 2017</h3>
  </header>
</section>
<hr/>
<section>
<div class="ap" id="ap">
<div align="center">
<div id="dibawah">
<span style="font-family: arial ; font-size: 12px; color:#000;"> EDITED BY. <a href="https://Link Download"title="Mari Belajar"><span style="color:blue; font-size: 14px;">&nbsp; M - 2010 </a>&nbsp; DOWNLOAD </a> 
</div>
<div id="posisi">
<span style="font-family:arial;font-size:12px;color:#000;"> COPYRIGHT <a href="http://codepen.io/Myscript2010" target="_blank" title="Mari Belajar"><span style="color:blue;font-size:14px;">&nbsp; &copy; - 2017 </a>&nbsp; CODEPEN </a> 
</div>
<div align="center" style="margin-top:16px">
<h4><audio id="mys2010" src="https://sites.google.com/site/man349719/song/Axel-Rudi-P-Crest4-glory-night-Instru-M2010s.mp3"controls="controls"></audio></h4>
</a></div>
</div>
<text>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link href='http://fonts.googleapis.com/css?family=Rye' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<music>   
<link rel='stylesheet prefetch'href='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelementplayer.min.css'>
<link Audio mp3>
<script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-58d22c749295bca52f487966e382a94a495ac103faca9206cbd160bdf8aedf2a.js'>
</script>
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'>
</script>
<script src="https://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelement-and-player.min.js">
</script>
<script>$(function () {
    $('video,audio').mediaelementplayer({
        success: function (mediaElement, domObject) {
            var audio_src = $('li.current').attr('data-url');
            mediaElement.setSrc(audio_src);
            mediaElement.addEventListener('ended', function (e) {
                mejsPlayNext(e.target);
            }, false);
        },
        keyActions: []
    });
    $('.mejs-list li').click(function () {
        $(this).addClass('current').siblings().removeClass('current');
        var audio_src = $(this).attr('data-url');
        $('audio#mejs:first').each(function () {
            this.player.pause();
            this.player.setSrc(audio_src);
            this.player.play();
        });
    });
});
function mejsPlayNext(currentPlayer) {
    if ($('.mejs-list li.current').length > 0) {
        var current_item = $('.mejs-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 = $('.mejs-list li:first');
        var audio_src = $(current_item).next().text();
        $(current_item).next().addClass('current').siblings().removeClass('current');
        console.log('elseif ' + audio_src);
    }
    if ($(current_item).is(':last-child')) {
        $(current_item).removeClass('current');
    } else {
        currentPlayer.setSrc(audio_src);
        currentPlayer.play();
    }
} 
</script>
Audio by. Jereme Causing
Source Code by. François Lesenne
Design code is edited by. M-2010 on Codepen
If you want to directly copy and paste you canDownload  quote share about websites 

Memasang kode Simple Parallax
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 templateyang tersedia pada sumber  berikut ini   :   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
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style class="M-2010-styles">
body {
  background: #222222;
}
 .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: red !important;
  }
/*simple-Parallax*/
html,
body {
margin: 0;
padding: 0;
height: 100%;
}
body {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCk9eNTq81tIbiEMa7P4OXEKjCxNwscfcnWDjgF6Ug8Riqew5TpwFJRPbuJWn4MwwbEOefQgR0PDJ439_DauA6SACrIVCX0OzCfxpVhJBvGD7FeO2GI5bMbGZ7sinkAJDdtVDJ2oCB3Gc/s1600/Triplekred-M2010.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.simple {
  padding-top: 50px;
}
.texttop {
font-family: agency fb, sans-serif;
  font-size: 5em;
 text-shadow: 8px 8px 8px rgba(0,0,0, 20);
}
 .btn:hover {
 color: #fff;
  background-color: #1A4666;
  transition: 0.2s;
  text-shadow: 1px 1px 1px rgba(0,0,0, 20);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}
#simple {
}
#simple1 {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5bJyPmPYjElRR4s8ar9zmKTPjV4JoadcCzStmXUcDdUkvpXQgyNO2q8TKnkJCPJhnXlrPb6Iw-u9SGjO83yNkbVC_oxlpkwQ6_EjVzlYoEZtlQzeQt_3EKFIVgnJqydA7ESPFd1GltmU/s1600/bedroom-M2010s.jpg") no-repeat center center fixed; 
  display: table;
  height: 400px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#simple2 {
}
#bg {
 background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjorcRYf731ayfz4mAAcAgwCrFqYzMdoPr1JvtWZpokYohn9y28qOmafVcUSY839hYN3wCtEU9HpaaQkXS93ZmgyPo7gxhH_P8Bj2Z7ryKBj9McFeXKZLetEQ4XDTZINK910lnm9T-Uras/s1600/bedrooms-M2010.jpg") no-repeat center center fixed; 
  display: table;
  height: 400px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
ul li.poto-circle {
  float: right;
}
#poto-circle{
  background-color: rgba(0, 0, 255, .15);
  width:250px;
  height:250px;
  border-width:6px; 
  border-style: inset;
  border-radius: 60%;
  border-color: #12127D #FFFF00;
}
</style>
<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="#">Logo</a>
    </div>
    <div class="collapse navbar-collapse" id="myNavbar">
      <ul class="nav navbar-nav navbar-right">
        <li><a href="#myPage">HOME</a></li>
        <li><a href="#band">BAND</a></li>
        <li><a href="#tour">TOUR</a></li>
        <li><a href="#contact">CONTACT</a></li>
        <li class="dropdown">
          <a class="dropdown-toggle" data-toggle="dropdown" href="#">MORE
          <span class="caret"></span></a>
          <ul class="dropdown-menu">
            <li><a href="#">Merchandise</a></li>
            <li><a href="#">Extras</a></li>
            <li><a href="#">Media</a></li> 
          </ul>
        </li>
        <li><a href="#"><span class="glyphicon glyphicon-search"></span></a></li>
      </ul>
    </div>
  </div>
</nav>
<div id="simple" class="simple pad-section">
  <div class="text-center">
    <h1 class="text-primary texttop">SIMPLE PARALLAX</h1>
    <span style="color:#CC0099"><h3> Web designed by. M2010</h3>
    <!-- using FontAwesome for button icons -->
    <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:#FFFF00">&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:#FFFF00">&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:#FFFF00">&nbsp;</span>Facebook</a>
  </div>
</div>
<div id="simple1" class="pad-section">
  <div class="container">
    <div class="row">
      <div class="col-sm-6">       
 <li class="poto-circle">
<img id="poto-circle"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjziFL-5_VzMswEdQa4G8EqX2kRe7Sp1ljAleggyVYFrJ71k_X9tjJSFw8C9UITbXh6zWV-BrKlENybf2ONCzlBtfRExoEfsWDVkXeqq35gdfqxDgloUFIbYLJdif_PewHILcx8mp6BRD4/s1600/Ikan-M2010.jpg" name="e902" border="0" width=" 250" height="250" /></a></li>
    </ul>
      </div>
      <div class="col-sm-6 text-center bg-primary">
        <h2>SIMPLE PARALLAX</h2>
        <p class="lead">Simple Parallax - Simple Parallax - Simple Parallax <br>
Simple Parallax - Simple Parallax - Simple Parallax <br>
Simple Parallax - Simple Parallax - Simple Parallax <br>
Simple Parallax - Simple Parallax - Simple Parallax <br>
        </p>
      </div>
    </div>
  </div>
</div>
<!-- simple-2 Teks -->
<div id="simple2" class="pad-section">
  <div class="container">
    <div class="row">
      <div class="col-sm-12 text-center">
        <span style="color:#8E006B"><h2>Let's share</h2>
        <span style="color:#FEBFEF"><p>Website design knowledge sharing for everyone</p>
      </div>
    </div>
<!-- simple-2 Menu items 1-->
    <div class="row">      
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
           <h2 class="panel-title">Contoh Gambar</h2>
           </div>
           <div class="panel-body lead">
           <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsFcNj5_qzoWJRFO9cHRtFoaAR6rFtMGSXH11j8gvbz1KncLX26l1vAgjc3PEH1YwLtAVl5eN5k0Pb6WQZe1ZOiUPpYkslGa11j1xBDp_kbw1ZYg-522vrzW51STK5jSxrzQRi-XIQ8YQ/s1600/Kereta-Senja-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
          <h2 class="panel-title">Contoh Gambar</h2>
           </div>
           <div class="panel-body lead">
           <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsFcNj5_qzoWJRFO9cHRtFoaAR6rFtMGSXH11j8gvbz1KncLX26l1vAgjc3PEH1YwLtAVl5eN5k0Pb6WQZe1ZOiUPpYkslGa11j1xBDp_kbw1ZYg-522vrzW51STK5jSxrzQRi-XIQ8YQ/s1600/Kereta-Senja-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
           <h2 class="panel-title">Contoh Gambar</h2>
           </div>
           <div class="panel-body lead">
           <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsFcNj5_qzoWJRFO9cHRtFoaAR6rFtMGSXH11j8gvbz1KncLX26l1vAgjc3PEH1YwLtAVl5eN5k0Pb6WQZe1ZOiUPpYkslGa11j1xBDp_kbw1ZYg-522vrzW51STK5jSxrzQRi-XIQ8YQ/s1600/Kereta-Senja-M2010.jpg"/>
           </div>
        </div>
      </div>   
    </div>
<!-- simple-3 Menu items 2-->
    <div class="row">      
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
           <h2 class="panel-title">Contoh Gambar</h2>
           </div>
           <div class="panel-body lead">
           <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsFcNj5_qzoWJRFO9cHRtFoaAR6rFtMGSXH11j8gvbz1KncLX26l1vAgjc3PEH1YwLtAVl5eN5k0Pb6WQZe1ZOiUPpYkslGa11j1xBDp_kbw1ZYg-522vrzW51STK5jSxrzQRi-XIQ8YQ/s1600/Kereta-Senja-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
             <h2 class="panel-title">
             <h2 class="panel-title">Contoh Gambar</h2>
           </div>
           <div class="panel-body lead">
           <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsFcNj5_qzoWJRFO9cHRtFoaAR6rFtMGSXH11j8gvbz1KncLX26l1vAgjc3PEH1YwLtAVl5eN5k0Pb6WQZe1ZOiUPpYkslGa11j1xBDp_kbw1ZYg-522vrzW51STK5jSxrzQRi-XIQ8YQ/s1600/Kereta-Senja-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
             <h2 class="panel-title">Contoh Gambar</h2>
           </div>
           <div class="panel-body lead">
           <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsFcNj5_qzoWJRFO9cHRtFoaAR6rFtMGSXH11j8gvbz1KncLX26l1vAgjc3PEH1YwLtAVl5eN5k0Pb6WQZe1ZOiUPpYkslGa11j1xBDp_kbw1ZYg-522vrzW51STK5jSxrzQRi-XIQ8YQ/s1600/Kereta-Senja-M2010.jpg"/>
           </div>
        </div>
      </div>
  </div>
<!-- simple-4 Menu items 3-->
    <div class="row">      
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
             <h2 class="panel-title">Contoh Gambar</h2>
           </div>
           <div class="panel-body lead">
           <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsFcNj5_qzoWJRFO9cHRtFoaAR6rFtMGSXH11j8gvbz1KncLX26l1vAgjc3PEH1YwLtAVl5eN5k0Pb6WQZe1ZOiUPpYkslGa11j1xBDp_kbw1ZYg-522vrzW51STK5jSxrzQRi-XIQ8YQ/s1600/Kereta-Senja-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
           <h2 class="panel-title">Contoh Gambar</h2>
           </div>
           <div class="panel-body lead">
           <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsFcNj5_qzoWJRFO9cHRtFoaAR6rFtMGSXH11j8gvbz1KncLX26l1vAgjc3PEH1YwLtAVl5eN5k0Pb6WQZe1ZOiUPpYkslGa11j1xBDp_kbw1ZYg-522vrzW51STK5jSxrzQRi-XIQ8YQ/s1600/Kereta-Senja-M2010.jpg"/>
           </div>
        </div>
      </div>
      <div class="col-sm-4">
        <div class="panel panel-default">
          <div class="panel-heading">
             <h2 class="panel-title">Contoh Gambar</h2>
           </div>
           <div class="panel-body lead">
           <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsFcNj5_qzoWJRFO9cHRtFoaAR6rFtMGSXH11j8gvbz1KncLX26l1vAgjc3PEH1YwLtAVl5eN5k0Pb6WQZe1ZOiUPpYkslGa11j1xBDp_kbw1ZYg-522vrzW51STK5jSxrzQRi-XIQ8YQ/s1600/Kereta-Senja-M2010.jpg"/>
           </div>
        </div>
      </div>
  </div>
</div>
<!--Off The End -->
<!-- bg -->
<div id="bg" class="pad-section">
  <div class="container">
    <div class="row">
      <div class="col-sm-12 text-center bg-primary pad-section">        
        <!-- using FontAwesome for button icons -->
        <a rel="nofollow" rel="noreferrer"href="https://trello.com/m2010"style="text-decoration:none"target="_blank"title="Trello"class="btn btn-default btn-lg">
<span class="fa fa-trello"style="font-size:18px;color:#FFFF00">&nbsp;</span>Trello</a>
        <a rel="nofollow" rel="noreferrer"href="https://myscript2010s.tumblr.com"style="text-decoration:none"target="_blank"title="Tumblr"class="btn btn-default btn-lg">
<span class="fa fa-tumblr-square"style="font-size:18px;color:#FFFF00">&nbsp;</span>Tumblr</a>
        <a rel="nofollow" rel="noreferrer"href="https://dribbble.com/Myscript2010s"style="text-decoration:none"target="_blank"title="Dribbble"class="btn btn-default btn-lg">
<span class="fa fa-dribbble"style="font-size:18px;color:#FFFF00">&nbsp;</span>Dribbble</a>
 <h2>Let's share together M-2010</h2>
<h5>Mari berbagi bersama Myscript2010 tentang seputar webblog</h5>
      </div>
    </div>
  </div>
<footer>
   <hr />
   <div class="container">
     <p class="text-right">
 <span style="color:#CC0099">2010 @ 2017</p>
  </div>
 </footer>
<footer 2>
</div>
 <div class="progress">
            <div class="progress-bar" role="progressbar" style="width: 140%"> </a>
             </div>
          </div>            
        </div>
       </div>
    </div>
  </div>
<div align="center">
<font color='#333'>  
<h1>Footer Navigation with Simple Parallax</h1><br>     
       <p><font color='#666'>Copyright @ 2017 Cibeber Cimahi</p><br>     
   <i class="fa fa-handshake-o"style="font-size:30px;color:red"></i> 
  </center>
</div>
<div class="container">
<p class="pull-right">
<a href="https://codepen.io/Myscript2010/"style="text-decoration:none"target="_blank"title="Codepen"> CODEPEN &emsp;
    <i class="fa fa-codepen" style="font-size:30px;color:#dad"></i> &emsp;&emsp;&emsp;&emsp;</a></font></p>
    <p><a href="https://gist.github.com/Myscript2010"style="text-decoration:none"target="_blank"title="Github">
&emsp;&emsp;&emsp;&emsp; <i class="fa fa-github" style="font-size:30px;color:#dad"></i>&emsp; GITHUB </a></font></p>
</div>
</body>
</html>
<!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>
Code by. All Source
Design Code is Edited by. Mys2010 on Codepen
If you want to directly copy and paste you canDownload  Code Simple Parallax Scrl