0
Why isn't the synthx working
I want t the <h1> to have a black background with white text, what is wrong? https://code.sololearn.com/WklvqvsPl15N/?ref=app
2 Answers
+ 1
Select the tableâs text with font in css because your test is written as font in html
font {
font-size : 20pt
}
then the text is bigger
+ 1
Axel Salenbier thanks