I have a simple site with several html pages. I use only standard html tags like table (tr, td, th), p, form (input), center, a, img. But by default controls look boring.
I would like to make it more cool with minimum effort. I have already thought about some external CSS to include on my page (or completely copy) – but didn’t find any from-the-box solution.
I would like to get some suggestions/solutions to make my site looks better without massive modifications on it.
Thank you for any help!
you can try simple background-color , box-shadow, border-radius , css3 gradients and other css3 styles to your th and td elements and also to your p elements ;
for Eg:
this adds nice effects to your table throughout the site with out much effort..
P.S try a nice linen style background image for the table it will look awesome.
The same applies to the other tags.