+ 1
Javascript color
How can i give an javascript output a specific color ? Is there a way to do it with css?
2 Antworten
0
as long as it's not an alert, yes, you can use css. just wrap your output in <span>, give that span a class and style it.
+ 1
ok thank you