Get your own free workspace
  • 30 Minute Maintenance Window, Midnight Pacific, Sat May 19. Learn more.

View
 

21-CSS-Example-2

Page history last edited by PBworks 4 years, 11 months 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.