UNPKG
crabcss
Version:
latest (0.1.5-1)
0.1.5
0.1.5-1
0.1.4
0.1.3
0.1.3-1
0.1.2-2
0.1.2-1
0.1.1
Small Flexbox CSS framework
github.com/rampouchee/crab
rampouchee/crab
crabcss
/
src
/
parts
/
_table.css
11 lines
(9 loc)
•
110 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
table
{
width
:
100%
;
height
: auto; }
th
,
td
{
border-bottom
:
2px
solid
#e5e5e5
;
padding
:
8px
10px
; }