Results 1 to 1 of 1

Thread: CSS Tutorial

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default CSS Tutorial

    CSS tutorial will learn how to use CSS to control the style and layout of multiple Web pages all at once.

    CSS tutorial contains hundreds of CSS examples.

    With our online editor, you can edit the CSS, and click on a button to view the result.

    Code:
    body
    {background-color:#d0e4fe;}
    
    h1
    {color:orange;text-align:center;}
    
    p
    {font-family:"Times New Roman";font-size:20px;}
    Last edited by vineesh; 03-20-2014 at 04:36 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •