Website for visualizing a persons github network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
425 B

  1. #content {
  2. top: 120px;
  3. position: absolute;
  4. left: 50%;
  5. transform: translate(-50%, 0%);
  6. }
  7. #content-title {
  8. position: relative;
  9. top: 20%;
  10. height: 80px;
  11. background-color: rgb(208, 208, 208);
  12. border-radius: 20px 20px 0px 0px;
  13. }
  14. #content-body {
  15. position: relative;
  16. background-color: rgb(242, 242, 242);
  17. border-radius: 0px 0px 20px 20px;
  18. }
  19. body {
  20. background-color: #232323;
  21. }