what, you expected me to make the accents?
WAIT HOW THE HELL DID YOU MAKE THE FONT GREEN?!?!?!?!?!??!?!?!??!?!?
use <p style="color: green;">Sample Text</p>
I meant:
<head> <style> .green-text { color: green; } </style> </head> <body> <p class="green-text">Sample Text</p> </body>
[color=green]Or like this[/color]
Please sign in to comment.
4 Comments
WAIT HOW THE HELL DID YOU MAKE THE FONT GREEN?!?!?!?!?!??!?!?!??!?!?
use <p style="color: green;">Sample Text</p>
I meant:
<head>
<style>
.green-text {
color: green;
}
</style>
</head>
<body>
<p class="green-text">Sample Text</p>
</body>
[color=green]Or like this[/color]
Please sign in to comment.