11-03-2020 07:28
11-03-2020 07:28
I have made a watch face with digital 12 hour time. But single digit times do not center. If I place the double digit number (say 10:00) where it centers, the single digits don't center, they're off to the side (9:00). Is there a code that will exactly center the face whether it's single digit time or double digit time? I tried writing "center" in the x: line in the styles.css folder but that did not work. I'm new to this, obviously.
11-03-2020 11:22
11-03-2020 11:22
Have a look at text-anchor.
11-04-2020 11:56
11-04-2020 11:56
Thanks, once I understood what start / middle / end meant in regards to the text, I got it.