Answers for "underline css color"

10

css underline color

u
{
	text-decoration: underline;
  	text-decoration-color: red;
}
example of use: (in html)

<p>The word <u>CAT</u>, is underlined </p>
Posted by: Guest on March-28-2020
1

css text color border

h1 {
  text-shadow: 1px 1px #ffffff;
}
Posted by: Guest on December-03-2019

Browse Popular Code Answers by Language