UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
olives
/
css
/
app.css
8 lines
(6 loc)
•
92 B
CSS
View Raw
1
2
3
4
5
6
7
8
#main
,
#footer
,
#clear-completed
{
display
: none; }
.show
{
display
: block
!important
; }