TandemTables Forum
Creating Drop Shadows - Printable Version

+- TandemTables Forum (http://tandemtables.com/forum)
+-- Forum: Tandem Trends (/forumdisplay.php?fid=1)
+--- Forum: Code (/forumdisplay.php?fid=3)
+--- Thread: Creating Drop Shadows (/showthread.php?tid=18421)



Creating Drop Shadows - tonebytone - 10-09-2019 10:45 AM

http://tutes.tonebytone.com/ftute/4/TextShadow.php


RE: Creating Drop Shadows - The Professor - 10-14-2019 11:15 PM

You might want to amend your tute to specify each size of the heading tag needs to be coded.

//Specify each size of the heading tag used, h1 thru h6, and place this before each text that you want to show the shadow effect:
<h1 class="drop-shadow">CSS drop-shadows</h1>


RE: Creating Drop Shadows - tonebytone - 10-15-2019 05:00 PM

Thanks, Professor