I have this image (attached). I am not a designer but I do not want to use the image in my app. I heard you can come very close to an image using css. Can someone help me wi
If all you want to do is avoid linking to an external image file you could embed the image in your css or html directly.
Here's an example:
CSS Image Data Example
Look, Ma, no external links!
In this case I used the image data URL for the background-image css property, but you could also use the same URL for the src
attribute of an
tag.