Answers for "text shadow for heading"

CSS
3

text shadow

text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
Posted by: Guest on July-03-2020
0

text-shadow

h1 {
  text-shadow: 2px 2px #ff0000;
}
Posted by: Guest on February-25-2022

Browse Popular Code Answers by Language