Tombol Download Seperti Jalan Tikus

Membuat Tombol Download Seperti Jalan Tikus

by zamalpost

HTML

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmodtempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<div id='box-download'>
<div class='box-cover'>
  <div class='icon-app'>
    <span class='coc'/>
  </div>
  <div class='box-title'>
	  <span class='app-title'>Clash of Clans</span>
	  <span class='app-version'>9.24.1</span>
	  <span class="label-grup"><span class="tag-os android"></span> <a href="https://www.zamalpost.site">Aplikasi Android</a></span>
  </div>
</div>
<div class="link-download">
	<a href="https://www.zamalpost.site">Download</a>
	<a href="https://www.zamalpost.site">Google Play</a>
</div>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmodtempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<div id='box-download'>
<div class='box-cover'>
  <div class='icon-app'>
    <span class='adobe-cc'/>
  </div>
  <div class='box-title'>
	  <span class='app-title'>Photoshop CC</span>
	  <span class='app-version'>2014</span>
	  <span class="label-grup"><span class="tag-os windows"></span> <a href="https://www.zamalpost.site">Aplikasi Windows</a></span>
  </div>
</div>
<div class="link-download">
	<a href="https://www.zamalpost.site" title="">Download</a>
	<a href="https://www.zamalpost.site" title="">Google Play</a>
</div>
<div class="link-alternative">
	<a...

CSS

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);body{font-family:'Open Sans',sans-serif;margin:0 auto;padding:0;position:relative;line-height:normal;width:70%}body p{text-align:justify}#box-download,#box-download .box-cover,#box-download .box-cover .box-title{position:relative}#box-download .box-cover .icon-app,#box-download .link-download{position:absolute}#box-download,#box-download .box-cover,#box-download .box-cover .icon-app span,#box-download .box-cover .box-title,#box-download .label-grup,#box-download .link-download a{display:block}#box-download,#box-download .box-cover .icon-app span,#box-download .link-download a{width:100%}#box-download,#box-download .link-download a{border-radius:0.230769230769231em}#box-download{background-color:#fafafa;padding:1.15384615384615em;box-sizing:border-box;margin:0.384615384615385em 0;overflow:hidden;min-height:116px;border:1px solid #dddddd;font-size:13px!important;max-width:50.0769230769231em}#box-download a{text-decoration:none}#box-download .box-cover{min-height:6.61538461538462em;margin-right:10.0769230769231em}#box-download .box-cover .icon-app{width:75px;height:75px;top:0;left:0}#box-download .box-cover .icon-app span{background-size:100%;background-repeat:no-repeat;height:100%}#box-download .box-cover .box-title{margin-left:6.15384615384615em}#box-download .box-cover .box-title .app-title{font-weight:bold;color:#252525;font-size:150%}#box-download .box-cover .box-title .app-version{font-size:90%;color:#727171}#box-download .label-grup a{color:#666;font-size:12px}#box-download .box-cover .box-title .tag-os{overflow:hidden;display:inline-block;vertical-align:middle;width:20px;height:20px;background-image:url(https://jalantikus.com/images/i-os-spr.png);background-repeat:no-repeat;background-size:100%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#box-download .box-cover .box-title .tag-os.android{background-color:#6ab344}#box-download .box-cover .box-title...