Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. width: 0px;
  3. background: transparent;
  4. }
  5.  
  6. /*-----------------------------------ABOUT PAGE STYLES-----------------------------------*/
  7.  
  8. #prof-pic {
  9. height: 200px;
  10. width: 200px;
  11. border: 3px solid black;
  12. border-radius: 50%;
  13. margin: 20px auto;
  14. }
  15.  
  16. #prof-block {
  17. display: block;
  18. }
  19.  
  20. .description {
  21. margin: 50px 0;
  22. }
  23.  
  24. .description > p {
  25. font-family: "Open Sans", sans-serif;
  26. font-size: 18px;
  27. line-height: 1.5em;
  28. text-align: center;
  29. }
  30.  
  31. .projects {
  32. margin: 50px auto;
  33. text-align: left;
  34. }
  35.  
  36. .projects p {
  37. text-align: left;
  38. }
  39.  
  40. .lighter-gray {
  41. margin-top: 50px;
  42. color: #ccc;
  43. }
  44.  
  45. .lighter-gray a {
  46. color: #ccc;
  47. text-decoration: underline;
  48. margin-top: 50px;
  49. }
  50.  
  51. .heading > h1 {
  52. font-size: 60px;
  53. font-weight: 300;
  54. letter-spacing: 8px;
  55. text-transform: uppercase;
  56. }
  57.  
  58. .heading > h3 {
  59. font-size: 30px;
  60. font-weight: 200;
  61. margin-top: 10px;
  62. }
  63.  
  64. .main-content {}
  65.  
  66. .link-set {
  67. font-family: "Raleway", sans-serif;
  68. font-weight: 400;
  69. letter-spacing: 1px;
  70. margin-top: 50px;
  71. }
  72.  
  73. .link-set a {
  74. text-decoration: none;
  75. color: black;
  76. margin: 0 15px;
  77. opacity: 0.5;
  78. -webkit-transition: 0.5s;
  79. transition: 0.5s;
  80. }
  81.  
  82. .link-set a:hover {
  83. cursor: pointer;
  84. opacity: 1;
  85. }
  86.  
  87. .link-set .active {
  88. color: #7061E2;
  89. opacity: 1;
  90. }
Add Comment
Please, Sign In to add comment