Tip of the Week Examples

 

21-CSS-Example-2

Page history last edited by Anonymous 2 yrs ago

See the original PBwiki blog entry

 

 

Example of Using CSS to Style the Page

 

This is the declaration being used:

 

<style>
#displaycontent {
border: 5px solid red;
background: #ffffcc;  /* a yellowish shade */
}
</style>

Comments (0)

You don't have permission to comment on this page.