Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.30 KB | None | 0 0
  1.  
  2.  
  3.  
  4. .body{
  5.     font-style: initial;
  6. }
  7.  
  8. * {
  9.     margin: 0;
  10.     padding: 0;
  11. }
  12.  
  13. .me {
  14.     background-image: linear-gradient(to bottom, #6f6bd1, #8c58b7, #9c459a, #a2347b, #a0265d, #a43645, #9e4934, #935a2c, #897c44, #839870, #8daf9e, #adc2c1);
  15.     text-align: center;
  16.     background-repeat: no-repeat;
  17.     background-size: cover;
  18.     background-position: center;
  19.     justify-content: center;
  20.     padding: 15em;
  21. }
  22.  
  23. .myName {
  24.     font-size: 1.5em;
  25.  
  26.    
  27.  
  28. }
  29.  
  30. .contact-info {
  31.     text-align: center;
  32.     padding: 30em;
  33.     justify-content: space-around;
  34.     margin-left: auto;
  35. }
  36.  
  37. .profil-image {
  38.     margin-right: auto;
  39.     position: absolute;
  40.     align-content: center;
  41.     justify-content: center;
  42.  
  43. }
  44.  
  45. .summery {
  46.     background-color: yellow;
  47.     padding: 5em;
  48.     text-align: center;
  49. }
  50. .segment {
  51.     background-repeat: no-repeat;
  52.     background-size: cover;
  53.     background-position: center;
  54.     background-size: auto;
  55.     width: 100%;
  56.     text-align: center;
  57.     position: relative;
  58. }
  59.  
  60. .segment > img {
  61.     width: 100%;
  62. }
  63. .segment > div {
  64.     position: absolute;
  65.     left: 0;
  66.     top: 6%;
  67.     right: 0;
  68.     bottom: 0;
  69. }
  70.  
  71. #aboutMe {
  72.     height: auto;
  73.     max-height: 0;
  74.     overflow: hidden;
  75.     transition: max-height 1s;
  76. }
  77.  
  78. #knowleageID {
  79.     height: auto;
  80.     max-height: 0;
  81.     overflow: hidden;
  82.     transition: max-height 1s;
  83.     background-image: linear-gradient(to left, #573e4c, #6f5d6b, #897d89, #a49ea8, #c2c0c6, #c2c0c6, #c2c0c6, #c2c0c6, #a49ea8, #897d89, #6f5d6b, #573e4c);
  84.    
  85. }
  86.  
  87. #expreienceeID {
  88.     height: auto;
  89.     max-height: 0;
  90.     overflow: hidden;
  91.     transition: max-height 1s;    
  92. }
  93.  
  94. #edjucationnID {
  95.     height: auto;
  96.     max-height: 0;
  97.     overflow: hidden;
  98.     transition: max-height 1s;  
  99. }
  100. #laungeugeeID {
  101.     height: auto;
  102.     max-height: 0;
  103.     overflow: hidden;
  104.     transition: max-height 1s;  
  105. }
  106.  
  107.  
  108. .knapp {
  109.    border: none;
  110.    background-color: transparent;
  111.    font-size: 5em;
  112.    cursor: pointer;
  113. }
  114.  
  115. .footerContent {
  116.     justify-content: center;
  117.     text-align: center;
  118.     width: 100%;
  119.     height: 100%;
  120.     background-image: linear-gradient(to left bottom, #384c09, #4f4d00, #664b00, #7e4700, #963f16, #a05321, #aa662e, #b3783d, #afa264, #b2c69c, #c9e5d4, #f8fffe);
  121.     padding: 2em 0 1em 0;
  122. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement