« Web, HTML, Tech Forum

Anyone know how to change the color or font size

Posted by CHRIS

posted

Forum: Web, HTML, Tech

Just trying to remember how to change things i know its not like myspace but are we still able to do things like before. can any one help me out? Just trying to center my font, change the color, and the font size.


Report Topic

4 Replies

Sort Replies:

Reply by Ivan

posted

1. Center text:

<p style="text-align: center">Centered text</p>

2. Change text color:
<p style="color: <inser color code/name here>">Colored text</p>

3. Change font size:
<p style="font-size: <font size>">Lorem ipsum</p>
Examples:
<p style="font-size: 11px">Tiny text</p>
<p style="font-size: 3rem">Huge text</p>


Permalink Report Reply

Reply by CHRIS

posted

None of these worked for me personally :(


Permalink Report Reply

This is the code I use for cursive 


* {
        font-family: cursive;
    }

I love it but want it bigger, it's hard to read


Permalink Report Reply