/*
Project Name: Project #
Description: This project is to create ?
Author: your name
Version: 1.0
License: 

Tags: (optional)

General comments (optional)

Table of Contents in CSS
1. Global
2. Links
3. Headings
4. Header
5. Navigation
6. Middle
7. Forms
8. Extras
9. Footer
*/

/* 1. Global */
html,body  { 
  margin: 0;
  padding: 0;
  }
/* 2. Links */

/* 3. Headings */

/* 4. Header */

/* 5. Navigation */

/* 6. Middle */
/* object adjustment area */
.obj {
    position: absolute;
    height: 50px;
    width:50px;
    border-radius: 50%;
    top: 50px;
    left: 50px;
}
#obj1 {
    background-color: #F00;
}
#obj2 {
    background-color: #00F;
}
/* 7. Forms */

/* 8. Extras */

/* 9. Footer */