Created
March 31, 2014 08:30
-
-
Save skylarkcob/9887861 to your computer and use it in GitHub Desktop.
Hướng dẫn tạo nút 3D với CSS3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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