+ 9
How to display white text on an image
please help me
6 Answers
+ 10
here is an example:
https://code.sololearn.com/WDUe8yFkSmH9/?ref=app
+ 9
use css, select the element with the text and apply the rule:
element{color: white}
+ 7
Solutions-
1) - Use image as a background-image for a div.
- The text inside div will be on top of image.
2) - Use img tag
- create another text element. Position it absolute and adjust over image using left, right, top, bottom.
+ 6
thank you @Ashwani đ,@Ulissesđ
+ 4
@akshay it's not normal text it is text on image
@ulisses and @ashwani have given the right answer
+ 1
ok...