index.css 249 B

123456789101112131415
  1. :host { margin: 5px; }
  2. h2 { color: #f90; }
  3. #container {
  4. width:100%;
  5. height:80%;
  6. background:"#00ff00";
  7. }
  8. #point{
  9. width:20px;
  10. height:20px;
  11. left: 0;
  12. top: 0;
  13. border: #f90 1px solid;
  14. background:"#ff0000";
  15. }