html - How do I add a shadow to an entire table using just CSS? -


I would like to add a subtle shade to raise my table.

Just using CSS, how do I do this?

table {box-shadow: 1px1px1px # 999; }

Here are more box-shadow examples:


Comments