Imagine I have an HTML table, basic rows, header and columns including use of the table, th, tr, td tags. There are 200+ rows in the table and 10 columns. For the first column and all 200 rows, is it possible to add a shadow that will only show for the right border. And maybe not a box shadow but some kind of shadow effect that only applies to a particular column.
I wanted to do something like this but don't think this the right approach.
border-right: 1px solid #ccc !important;
box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.3), -12px 0 8px -4px rgba(0, 0, 0, 0.3);