• Closed
  • bbwalker
    Spectator
    April 15, 2014 at 1:07 pm #8355

    how can I make text like this?
    1.png
    i mean with transparent background ?
    I love it, thx 🙂

    Roman
    Spectator
    Posts: 3147
    April 15, 2014 at 1:35 pm #9477

    it’s simply made with a css rule:

    Code:
    background:rgba(255,255,255,.8);

    the last value is an opacity which you can change per your needs

    bbwalker
    Spectator
    Posts: 54
    April 15, 2014 at 6:53 pm #9478

    Cool thx a lot Roman 🙂