Showing posts with label Perspective Mobile App Mockups. Show all posts
Showing posts with label Perspective Mobile App Mockups. Show all posts

Memasang Kode  Perspective Mobile App Mockups
Login ke akun blog klik tombol blog baru, buat satubuah link baru   
kemudian beri nama sesuai fungsi,  klik Edit HTML pada link baru tersebut, 
hapus semua kode template ganti dengan kode blank template, yang tersedia pada sumber  berikut :  Get Blank Template.   edit background warna sesuai keinginan klik simpan selesai.
Kemudian klik entri halaman baru HTML pada link tersebut.
copy kode dibawah ini, pastekan kedalam halaman baru tersebut dan klik simpan selesai
<style class="Mys2010-styles">
body {);color:#80FFFE;height:100%;overflow:hidden;}
 /* text below */
body, html {
  height: 100%;
  font-family: 'agency fb', sans-serif;
}
.credits a  { color: #0066B3; }
.credits {
  position: absolute;
  bottom: 64px;
  right: 110px;
  color: #111;
  font-weight: 400;
  font-size: 22px;
  z-index: 1;
 -webkit-animation: shadow 9s ease-in-out infinite;
          animation: shadow 9s ease-in-out infinite;
}
@keyframes shadow { 
  50% {
      text-shadow: 0 12px 7px #0033CC,  
 0 -10px 24px #80FFFE;
  }
}
body
{
  width: 95%; 
  height:100%;
  margin:0em 5%;
  background-color:#dad;
  background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoUvtBXOvM7dOeMbdHks7XNMWbs7G7HnEkOcWIo8YUj4XXXcxVIQDqKB0wpcj9gKRSLW1MI80DujzgQAxHPTYkaqZl4hPdRzPYFMJP1uDREZlWAaYmyVExk2hk_ytPyVlcM4yx9YjPYxv/s1600/Grey-White-M2010.png");
  background-position: center bottom;
  animation: animatedBackground 30s linear infinite;
  /* Safari and Chrome: */   
-webkit-animation: animatedBackground 30s linear infinite;
}
@keyframes animatedBackground 
{
  from { background-position: 0 100%; }
  to { background-position: 100% 100%; }
}
@-webkit-keyframes  animatedBackground 
{
  from { background-position: 0 100%; }
  to { background-position: 100% 100%; }
}
#content
{
  position:fixed;
  top:5em;
  height:1em;
  width:19em;
  background-color:rgba(1,1,1,0.5);
  color:white;
  padding:2em;
  border-bottom-right-radius: 5em;
  -webkit-border-bottom-right-radius: 5em;
   border-top-left-radius: 5em;
  -webkit-border-top-left-radius: 5em;
}
/*3D Transform*/
h1 {
 color: white;
 font: 45px 'Open Sans';
 width: 500px;
 padding: 50px;
}
.grid {
 position: absolute; top: 100px; left: 0;
 /*Width = (225 + 20 + 20) * 4 = 1060*/
 width: 1060px;
 /*3D Transform*/
 transform: rotateX(60deg) rotateZ(-50deg);
 /*Preserve 3D style for children*/
 transform-style: preserve-3d;
}
.grid li {
 height: 400px; width: 225px;
 float: left; margin: 20px;
 list-style-type: none;
 /*Hide the lighting gradient from the front face*/
 background-size: 0, cover;
 /*Preserve 3D style for children(pseudo elements)*/
 transform-style: preserve-3d;
}
/*Left and Bottom Sides*/
.grid li:before, .grid li:after {
 content: '';
 position: absolute;
 /*100% height and width*/
 top: 0; left: 0; right: 0; bottom: 0;
 background: inherit;
 background-size: cover;
}
/*Left Side*/
.grid li:before {
 transform-origin: left center;
 transform: rotateY(90deg);
 /*Reducing the width of the left side for a flat feel*/
 width: 5px;
}
/*Bottom Side*/
.grid li:after {
 transform-origin: bottom center;
 transform: rotateX(90deg);
 /*Reducing the height*/
 height: 5px; top: auto; bottom: 0;
 /*Background fix - start the background from the bottom*/
 background-position: bottom center;
}
/*Shadow time - sadly all pseudo elements are used so we will have to add an HTML element in each LI*/
.s {
 position: absolute;
 /*30px smaller from each side*/
 top: 30px; left: 30px; right: 30px; bottom: 30px;
 background: rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.5);
 /*Pushing down the shadow to give an elevated feel*/
 transform: translateZ(-50px);
}
/*We will add a light gradient to the sides to give some lighting effect*/
.one {
 background: 
  linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), 
  url("http://thecodeplayer.com/uploads/media/m1.png");
}
.two {
 background: 
  linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), 
  url("http://thecodeplayer.com/uploads/media/m2.png");
}
.three {
 background: 
  linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), 
  url("http://thecodeplayer.com/uploads/media/m3.png");
}
.four {
 background: 
  linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), 
  url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiquCtLj1VvLCbfkICLXdHnm0l8nrA8ReN6CKOdfKpWiYMaynyvJe3OkXK7m9K2QgM64fsGu44D4tisyTqRwxC4giID2sZTHwvlQAhyRZi4pkX5X_RCLp2u3yGdkZsJkBsTTGW9Br4VRGU/s1600-r/Sharing-Mys2010.gif");
}
</style>
<h3>
<span style="color:#6B006B">Source 
Code By. <a href="http://thecodeplayer.com/walkthrough/8d13379450355bd945bb5c0eb901c7b4"target="_blank" title="Mari Belajar"
onclick="window.open('http://codepen.io/Myscript2010/pen/eBbWpy')"> Thecodeplayer - M2010</a></h3>
<p>
</div>
</div>
</div>
<ul class="grid">
<li class="one"><span class="s"></span></li>
<li class="two"><span class="s"></span></li>
<li class="three"><span class="s"></span></li>
<li class="four"><span class="s"></span></li>
</ul>
</div>
<div class="credits">
<p>
CODEPEN  : <a href="http://codepen.io/hello"target="_blank"title="Login/Signup">&nbsp; IS a PLACE TO WRITE</a>  <p>
DOWNLOAD : <a href="http://Link Download"title="Mari Belajar">&nbsp; FULL CODE</a>&nbsp; EDITED BY. <a href="http://sample-mys2010.blogspot.co.id/2016/12/perspective-mobile-app-mockups.html"target="_blank"title="Visit Myscript2010">&nbsp;M-2010</a>&nbsp; COPYRIGHT 2016 <a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiquCtLj1VvLCbfkICLXdHnm0l8nrA8ReN6CKOdfKpWiYMaynyvJe3OkXK7m9K2QgM64fsGu44D4tisyTqRwxC4giID2sZTHwvlQAhyRZi4pkX5X_RCLp2u3yGdkZsJkBsTTGW9Br4VRGU/s1600-r/Sharing-Mys2010.gif"target="_blank"title="Animated">&nbsp;CIBEBER CIMAHI</a></p>
</div>
Source Code by. Thecodeplayer
Design code is edited by. M2010 - Codepen
If you want to directly copy & paste you canDownload Here Perspective Mobile app