23.10.2020, 14:49
Add style tag before closing head tag. You can add any CSS inside of the style tag.
Code:
12345
<style>
h3 { color: red; }
p { font-weight: bold; }
</style>
</head>
alert type
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
alert type - by Frank68 - 21.10.2020, 13:57
RE: alert type - by admin - 23.10.2020, 12:38
RE: alert type - by Frank68 - 23.10.2020, 14:30
RE: alert type - by admin - 23.10.2020, 14:49
RE: alert type - by Frank68 - 26.10.2020, 09:30
RE: alert type - by admin - 27.10.2020, 08:32
|