Skip to content

Instantly share code, notes, and snippets.

@skylarkcob
Created March 31, 2014 08:30
Show Gist options
  • Save skylarkcob/9887861 to your computer and use it in GitHub Desktop.
Save skylarkcob/9887861 to your computer and use it in GitHub Desktop.
Hướng dẫn tạo nút 3D với CSS3
<div class="button-container">
<div class="button-container-inner wrap">
<ul>
<li>
<a href="#" class="button orange">Đặt mua</a>
</li>
<li>
<a href="#" class="button light-blue">Chi tiết</a>
</li>
<li>
<a href="#" class="button purple">Nút màu tím</a>
</li>
<li>
<a href="#" class="button clickable dark-red">Nút click được</a>
</li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment