I got a requirement for text that looks like this:
Top shadow: 2px, #000, 75%
What does that mean? Is that just a text-shadow? What’s the 75% mean?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is not valid
text-shadow.May be you need such example (with correct syntax):
or
Notes:
rgba(0, 0, 0, .75)=#000with 75% opacityUpdates: @Xander found technique which you are asked us about. In it
box-shadowwith css generated content are using: