Advertisement
ruesha

codes

Feb 12th, 2022
855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. ---- 'name' ----
  2. font-family: fenotype;
  3. -webkit-text-stroke: 0.5px #FFB0CC;
  4. -webkit-filter: drop-shadow(0px 0px 7px #FFB0CC);
  5. drop-shadow(0px 0px 7px #FFB0CC);
  6.  
  7. ---- circle image ----
  8. -webkit-filter: drop-shadow(0px 0px 7px #FFB0CC);
  9.  
  10.  
  11. ---- text w/ desc abt urself ----
  12. background: linear-gradient(to top, #fff 2%, #FFD1E1 100%);
  13. padding-left: 3px;
  14. padding-right: 3px;
  15. padding-top: 3px;
  16. padding-bottom: 3px;
  17. border-radius: 5px;
  18. border: 0.5px solid #FFB0CC;
  19.  
  20. ---- 'about' / 'to know' ----
  21. background-image: radial-gradient(circle, rgba(255, 209, 225,1) 16%, rgba(0, 0, 0,0) 100%);
  22. border-radius: 80%;
  23. font-family: fenotype;
  24. -webkit-text-stroke: 0.5px #000000;
  25. color: white;
  26. width: 3px;
  27.  
  28. ---- container on right hand side ----
  29. background-image: radial-gradient(circle, rgba(255,255,255,1) 65%, rgba(255, 204, 222,1) 100%);
  30. background-position: 0% 0%;
  31. background-repeat: repeat;
  32. background-size: cover;
  33. position: absolute;
  34. width: 11em;
  35. left: 11em;
  36. border-radius: 0px 10px 10px 0px;
  37. height: 17.5em;
  38. overflow-y: scroll;
  39. bottom: -6.12em;
  40.  
  41. ---- container on left hand side ----
  42. position: absolute;
  43. width: 11em;
  44. left: -.2em;
  45. bottom: -4em;
  46. border-radius: 10px 0px 0px 10px;
  47.  
  48. ---- text for headers for each section of text ----
  49. font-family: fenotype;
  50. -webkit-text-stroke: 0.5px #000000;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement