Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS Reset with attractive default styles?

Tags:

css

stylesheet

I'm looking for an open source css that performs a reset and adds a reasonable default level of attractiveness. For example, it might use better colors for the table, or give you some nice background images for a table. It might also give you some simple css classes to make lists attractive like listmatic..

Is there something like this?

like image 839
Core Avatar asked Dec 29 '22 12:12

Core


2 Answers

For nicely styled responsive base CSS I like skelton and foundation by zurb.

It's a good starting point if you're looking to get something together quickly and have it look nice. Twitter bootstrap is worth looking into as well.

like image 65
Pema Avatar answered Dec 31 '22 01:12

Pema


you can use this http://sencss.kilianvalkhof.com/documentation/index.html as a base

and For attractive table style you can see here http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/

like image 31
Jitendra Vyas Avatar answered Dec 31 '22 00:12

Jitendra Vyas