topical media & game development

talk show tell print

lib-present-jquery-desktop-basic-steps-css-demo.css / css



  #box1 {
    background-color: blue;
    color: white;
    border: 2px solid lightblue;
  }
  
  #box2 {
    background-color: red;
    color: white;
    border: 2px solid #FFCBE1;
  }
  
  #box3 {
    background-color: yellow;
    color: black;
    border: 2px solid #F3C117;
  }
  
  #box4 {
    background-color: green;
    color: white;
    border: 2px solid lightgreen;  
  }
  
  .box {
    width: 150px;
    height: 150px;
  }
  
  #container {
    border: 1px solid #999;
  }


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.