Currently, I am working on a website and my goal is to implement a progress bar animation effect within a box-shadow using CSS. However, despite my best efforts, I have not been able to achieve the desired result.
<table>
<tr>
<td style="box-shadow: rgb(112, 173, 71) 6px 0px 0px inset;">
<span style="padding-left:10px;font-size:25px">Style one</span>
</td>
<td style="box-shadow: rgb(112, 173, 71) 6px 0px 0px inset;">
<span style="padding-left:10px;font-size:25px">Style two</span>
</td>
</tr>
<table>
https://i.sstatic.net/DBeef.png I am experimenting with a striped style for the box-shadow inset effect