Skip to content
Advertisement

How do centralised and change the text to blue for my Display Time in PHP

currently, my code is this and I do not know how to make it centre and the text in blue.

JavaScript

Below is a reference to what I’m referring to! sorry I’m very new to PHP
enter image description here

Advertisement

Answer

The simplest way is to echo out the HTML you want:

JavaScript

If you have CSS class specified then you swap out the style attribute for a class and get the same effect.

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement