CSS - Creating a Style for Paragraph Text

 

1. Click on the Add short description of park text and then select the <p> tag from the tag selector line. Click on the New CSS Style button.

2. In the New CSS Style dialog box select p in the Tag box, Redefine HTML in the Type box and spotlight.css in the Define in: box. Click OK.

3. In the definition window make the following selections:
Font: Arial, Helvetica, sans-serif     Size: 12 pixels     Weight: bold   Color: #0029DE.
Click OK. The text should change to reflect the new style.

Adding a Background, Border and Text Color to a Table

1. Click inside the first table and select the <table> tag from the tag selector. Click on the New CSS Style button. Select table in the tag box and leave all other settings the same as the previous style. Click OK

2. In the definition window make the following selections: (leave all other settings blank)
Font: Arial, Helvetica, sans-serif    Color: #FFFFFF.

3. In the Category list in left side of the CSS Definitions window select Background. Notice that a new set of options are displayed. Change the background color to #000099.

4. Click on Border in the category list. Be sure the Same for all check box is selected for all the options here. Make the following selections style: groove   Width: thick    Color:#9CCE9C

Creating a Style for Links

Intro to CSS  | Creating a Style for Paragraph Text  |  Creating a Style for Links