ruesha

carrd tutorial 08/18

Aug 18th, 2024
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. < --- background container --- >
  2. background: #f5dae7;
  3. width: 325px;
  4. height: 360px;
  5. border-radius: 10px;
  6. position: relative;
  7. left: 30px;
  8.  
  9. < --- credits --- >
  10. top: 320px;
  11.  
  12. < --- img_year container --- >
  13. width: 240px;
  14. height: 270px;
  15. border-radius: 10px;
  16. background: radial-gradient(circle at 60% 50%, #181728, #3a3a51ed 30%),radial-gradient(circle at 80% 50%, #151629, #3a3a51ed 45%), radial-gradient(circle at 10% 70%, #151629, #3a3a51ed 25%);
  17. position: absolute;
  18. bottom: 150px;
  19. left: 20px;
  20. border: 0.75px solid #787773;
  21.  
  22. < --- navigation container --- >
  23. width: 180px;
  24. height: 135px;
  25. border-radius: 10px;
  26. background: radial-gradient(circle at 60% 50%, #181728, #3a3a51a6 30%),radial-gradient(circle at 80% 50%, #151629, #3a3a51a6 45%), radial-gradient(circle at 10% 70%, #151629, #3a3a51a6 25%);
  27. position: absolute;
  28. bottom: 70px;
  29. left: 65px;
  30. border: 0.75px solid #787773;
  31.  
  32. < --- profile.zip container --- >
  33. width: 225px;
  34. height: 310px;
  35. border-radius: 10px;
  36. background: radial-gradient(circle at 60% 50%, #181728, #3a3a51a6 30%),radial-gradient(circle at 80% 50%, #151629, #3a3a51a6 45%), radial-gradient(circle at 10% 70%, #151629, #3a3a51a6 25%);
  37. position: absolute;
  38. bottom: 28px;
  39. left: 180px;
  40. border: 0.75px solid #787773;
  41.  
  42. < --- info containers --- >
  43. width: 190px;
  44. height: 135px;
  45. border-radius: 10px;
  46. background: radial-gradient(circle at 60% 50%, #181728, #3a3a51a6 30%),radial-gradient(circle at 80% 50%, #151629, #3a3a51a6 45%), radial-gradient(circle at 10% 70%, #151629, #3a3a51a6 25%);
  47. position: absolute;
  48. bottom: 215px;
  49. left: 9px;
  50. border: 0.75px solid #787773;
  51.  
  52. < --- menu hover --- >
  53. #container__:hover {
  54. z-index: 6;
  55. }
  56.  
  57. < --- link hover --- >
  58. a:hover {
  59. font-family: "Send Flowers", cursive;
  60. font-size: 20px;
  61. }
  62.  
Advertisement
Add Comment
Please, Sign In to add comment