Responsive, cross browser, object orientated
I thought it might be useful to share some tips and learnings I’ve gathered when building sites in html and css. In particular I am going to focus on:
- cross browser resets
- responsive html/css
- namespaced object orientated css
1) First we need to…