返回
心录历程
首页
HTML5 很棒的按钮悬停高亮特效
2014-05-01 08:53:55 -0400
此代码
仅
供
参
考
代码说明
Button-Highlight Experiment
html代码
<div class="row"> <div class="col"> <button type="button"> Lorem ipsum dolor </button> <span class="desc">(Only horizontally moving highlight.)</span> </div> <div class="col"> <button type="button" data-vertical> Foo Bar Baz Vertical </button> <span class="desc">(Highlight moving horizontally & vertically.)</span> </div> </div>
代码演示
Lorem ipsum dolor
(Only horizontally moving highlight.)
Foo Bar Baz Vertical
(Highlight moving horizontally & vertically.)
【本站仅供参考,版权归原作者所有】
«Newer
Older»
Comment:
Name:
Back to home
Subscribe
|
Register
|
Login
|
N