Template Background Color
I will be looking to see that you completed these steps when you turn in your template next week.
- Use the visibone colorlab to choose a background color code in the form of #XXXXXX.
- Also choose a color for the text in the form of #YYYYYY.
- Open your template.
- Change the <body> tag so that it reads: <body style="background-color:#XXXXXX;color:#YYYYYY;">
- Notice how we used two style properties: background-color and color.
- Also notice that the properties and values were divided by colons (:) and the property-value pairs each ended with a semicolon (;).
- Adjust the colors as necessary to produce a readable look.
- Save!