i cant add a background image for my hello page website and i also want to change the font color isnt it all in the css? if anyone knows please i could use your help
Hi @Ali_Elasra!
Welcome to the Glitch community
Regarding the font colour, you can find the colour for the title in .title {
section of styles.css
, the subheading colour is in the h2 {
section of the same file, and any other text colours can be seen in the :root {
section of the same file.
Regarding adding a background image, I reckon you should use this guide by W3Schools to help you change the background-color: var(--color-bg);
line of the body {
section of the same file.
Hope this helps and please respond if you have any more specific questions!
Eddie
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.