I'm using part CSS for my practice website and I want to add a shadow to my text, but I want to change the opacity on the shadow, this is the code I'm working with.
Thanks in advance.
#text{ text-shadow: 2px 1px 2px #FF9D00; text-family: Gulim; font-weight: bold; font-style: italic; }