0
How do i style these codes to make it a header, text-color to be white, yellow background colour.
I can't change the text color
8 Antworten
+ 2
Hey Iwasam Enya, check this :))
https://code.sololearn.com/WXm2i5i5tVK1/?ref=app
+ 1
Hey you added the code link as a tag, you could attach the code here in fact using the 'insert' button. However to color a text use :
color: white;
You can use any color name!
And here's how you make the background yellow :
background: yellow;
+ 1
Thanks AKR ! I'm grateful
+ 1
AKR How do i make the text appear in the middle of the header, not center align. Middle of the height. Like top, middle, bottom.
https://code.sololearn.com/WiNFF53EA346/?ref=app
0
https://code.sololearn.com/WC9AGe8Bkx8a/?ref=app
AKR