水平线样式
bitoAPP表格
列标题1 | 列标题2 | 列标题3 |
---|---|---|
行1,列1 | 行1,列2 | 行1,列3 |
行2,列1 | 行2,列2 | 行2,列3 |
导航栏样式(<ul class='navbar'>...</ul>)
使用"<div class='border'></div>"增加边框
使用"<div class='border border-gradient-purple'></div>"设置紫色渐变边框
使用"<div class='border border-gradient-blue'></div>"设置蓝色渐变边框
使用"<div class='border border-gradient-green'></div>"设置绿色渐变边框
使用"<div class='border only-top'></div>"增加顶部边框
使用"<div class='border both-resize'></div>"增加可调整边框
注意:使用colorful-background的元素需包含如下style
background:red; animation:colorful-background 5s; -moz-animation:colorful-background 5s; -webkit-animation:colorful-background 5s; -o-animation:colorful-background 5s;
注意:使用walk的元素需包含如下style
position:relative; animation:walk 5s; -moz-animation:walk 5s; -webkit-animation:walk 5s; -o-animation:walk 5s;