Search code examples
htmlcsstextstyle

How to make translucent text in CSS?


How to create semi-translucent text like in beginning of that website https://superscene.pro/ I really wonder how to make text stay with define color and become translucent when there is object behind it ? Maybe someone can give tips on how to make dragging of object like on that website


Solution

  • You can do this using:

    mix-blend-mode: exclusion;
    

    You know, there is something called "inspector" where you can see styles and edit tags about the document. The inspector looks like this:

    Inspector example