The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Is it possible to change the color of the edges of the fonts?

2 posters

Go down

Is it possible to change the color of the edges of the fonts? Empty Is it possible to change the color of the edges of the fonts?

Post by Cool-Guy 18/5/2011, 04:39

Yes. Like if you have black fonts, and you want to make the edges white? bwi

Thanks.
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

Is it possible to change the color of the edges of the fonts? Empty Re: Is it possible to change the color of the edges of the fonts?

Post by Nera. 18/5/2011, 05:43

Do you mean like stroke?
You can do it with text shadow.
This is only an example.

Code:
a:link {
  text-shadow:
      3px 3px 0 #000,
    -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
      1px 1px 0 #000;
}

http://i.imm.io/5JrW.png

If you change piksels you will get only stroke and need to change color to white.
You can also do it through CSS gardient.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum