top | item 10763260

What if we ditched CSS?

2 points| relfor | 10 years ago

Clock: http://codepen.io/relfor/pen/eJZQab?editors=001

TodoMVC: http://codepen.io/relfor/full/VeaVNe/

Hello World: http://codepen.io/relfor/pen/bEpONL?editors=001

Drawer Menu: http://codepen.io/relfor/full/BjKvNm/

6 comments

order

MattBearman|10 years ago

While they're cool demos, you've definitely not ditched CSS, the markup is full of style attributes

relfor|10 years ago

Hey, The CSS in markup is only for the TodoMVC demo. It contains styling of the placeholder psuedo selector, and inline styling of a link to override the default style of a link.

The other 3 demos do not have CSS.