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.

33 lines
649 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. .card-deck {
  20. position: relative;
  21. padding-top: 20px;
  22. }
  23. .rounder {
  24. border-radius: 20px !important;
  25. }
  26. .avatar {
  27. border-radius: 10px 10px 10px 10px !important;
  28. top: 10px;
  29. position: relative;
  30. width: 70%;
  31. }
  32. .plink {
  33. color: rgb(250, 152, 33);
  34. }