Bagi Tukang Review Aplikasi atau Buku pada Google Play bisa menggunakan Code ini untuk membuat Box Google Play seperti diatas.
Code :
.box{width: 180px;background: #fff;box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);margin: 10px;font-family: Arial,sans-serif;}
.box img{width: 100%;} .box .content{padding: 10px;}
.box p{margin: 7px 0;}
.box .title{color: #333;font-size: 18px;}
.box .price{color: #ed3b3b;float:right;}
.box .author{font-size: 16px;}
.box .desc{font-style: italic;font-size: 14px;color: #616161;}
<div class="box">
<img src="..Link foto App/Book">
<div class="content">
<p class="title">
...Nama App/Book
</p>
<p>
<span class="author">...Pembuat App/Book</span>
<a href="...Download Link"><span class="price">Install</span></a>
</p>
<p class="desc">
....Deskripsi App/Book
</p>
</div>
Demo : https://jsfiddle.net/tsebautr/Sumber : https://stackoverflow.com/questions/40463997/how-make-google-play-store-like-view-in-html
Friday, July 14, 2017
script
0 Response to Membuat Box Google Play
Post a Comment