To 2/22 Notes



/* stylesheet.css file */

body  { font-family: Verdana;
        background-color: beige; 
        color: white; }
       
div#a { background-color: red; 
        position: absolute;
        left: 0px;
        top: 100px;
        width: 75px;
        height: 50px; }
        
div#b { background-color: lime; 
        position: absolute;
        left: 200px;
        top: 0px;
        width: 75px;
        height: 50px; }

div#c { background-color: blue; 
        position: absolute;
        left: 150px;
        top: 200px;
        width: 75px;
        height: 50px; }