LET'S MAKE FUN, NOT WAR
0
Cactus

Name color?

Recommended Posts

its called html 

 

example

 

<p> <span style="font-size:20px;"> <span style="color:#27ae60;"> <u> <strong> example </strong> </u> </span> </span> </p>

 

all that code was for (text-"example")

 

(<span style="color:#27ae60;">  <! this is the color code)   (#27ae60  <! this is the hex for green)

(<p>   <! defines a paragraph (<span style="font-size:20px;"> <! text size)  (<u> <! To underline a text)

 

you get the picture

Edited by bjb3n

Share this post


Link to post
Share on other sites

if you not into that kind of stuff it can be so boring ?

lol

Edited by bjb3n

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
0