Files
Adam Bradley 4b5301f02f bar
2015-03-19 15:58:58 -05:00

25 lines
496 B
CSS

body {
text-align: center;
}
.tab-bar .tab-item {
color: blue;
}
.bar {
min-height: 50px;
background: linear-gradient(45deg, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
color: white;
}
.view > .container > .content {
background: linear-gradient(135deg, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
}
f {
display: block;
margin: 20px auto;
width: 200px;
height: 300px;
background: blue;
}