<h5 style="color:gray ;box-shadow: 0px 0px 10px grey;padding:5px"> After selecting a slide you will be taken to the slideshow, once you are finished with the slide click on the button and write the test. </h5> code example
Example: box shadow
box-shadow: none;
box-shadow: 60px -16px teal;
box-shadow: 10px 5px 5px black;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 5em 1em gold;
box-shadow: 3px 3px red, -1em 0 0.4em olive;
box-shadow: inherit;
box-shadow: initial;
box-shadow: unset;