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.

css 3-D text

Go down

css 3-D text Empty css 3-D text

Post by TGC HARDC0RE October 6th 2010, 5:49 pm

an someone give me a css code to make my text have a shadow or look 3d?
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by Guest October 6th 2010, 5:55 pm

avatar
Guest
Guest


Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by TGC HARDC0RE October 6th 2010, 6:06 pm

they don't seem to work
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by Guest October 6th 2010, 6:07 pm

Can i see the code Smile
avatar
Guest
Guest


Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by TGC HARDC0RE October 6th 2010, 6:09 pm

well i tried all 3 of them

Code:
.shadow {
  text-shadow: 2px 2px 4px #000;

Code:
.shadow {
  text-shadow: [X offset] [Y offset] [Blur size] [Color];

Code:
.shadow {
  text-shadow: 1px 1px 0 black, 2px 2px 0 black;
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by Guest October 6th 2010, 6:10 pm

the middle is an example Smile

where did you put that? ;D

you need only this part:
Code:

text-shadow: 1px 1px 0 black, 2px 2px 0 black;
avatar
Guest
Guest


Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by TGC HARDC0RE October 6th 2010, 6:15 pm

ok i put that code into my css then it says
Code:
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

We advise you to reread your code.
when i remove the code its fine
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by Guest October 6th 2010, 6:16 pm

eeeh, what text you want to make as 3D??
avatar
Guest
Guest


Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by TGC HARDC0RE October 6th 2010, 6:18 pm

all the text on my forum

is that possible?
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by Guest October 6th 2010, 6:19 pm

Try this:

Code:

body {
  text-shadow: 1px 1px 0 black, 2px 2px 0 black;
}

avatar
Guest
Guest


Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by TGC HARDC0RE October 6th 2010, 6:21 pm

yes it worked thank you for your help!


Last edited by TGC HARDC0RE on October 6th 2010, 6:22 pm; edited 1 time in total
TGC HARDC0RE
TGC HARDC0RE
Forumember

Posts : 192
Reputation : 1
Language : english

Back to top Go down

css 3-D text Empty Re: css 3-D text

Post by Guest October 6th 2010, 6:21 pm

NP Smile
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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