Advertisement
izuemis

cr rundvrn | container & font codes

Feb 2nd, 2023 (edited)
780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. -- MAIN CONTAINER --
  2.  
  3. border-radius: .5em .5em 0em 0em;
  4. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  5. height: 16em;
  6.  
  7.  
  8. -- APPLE ICON --
  9.  
  10. border-radius: 0px 0px 8px 8px;
  11. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #999999, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  12. background:linear-gradient(180deg, #CFCFCF 26%, #666666 73%);
  13.  
  14. -- STAND --
  15.  
  16. height: 2em;
  17. width: 45%;
  18. box-shadow: 7px 0px 10px -9px #000 inset, -7px 0px 10px -9px #000 inset, 0px 5px 4px -10px #000 inset, 0px -10px 5px -10px #000 inset;
  19.  
  20. -- UNTITLED.NJ CONTAINER --
  21.  
  22. height: 13em;
  23. bottom: 1.5em;
  24. left: 2.2em;
  25. width: 70%;
  26. z-index: 9;
  27. position: absolute;
  28.  
  29. -- CONTAINER W PHOTO --
  30.  
  31. height: 11em;
  32. bottom: 1.9em;
  33. left: 2.7em;
  34. width: 32%;
  35. z-index: 99;
  36. position: absolute;
  37.  
  38. -- BYF & DNI CONTAINER --
  39.  
  40. height: 8.25em;
  41. bottom: 6em;
  42. left: 2.2em;
  43. width: 70%;
  44. z-index: 9999;
  45. position: absolute;
  46.  
  47. -- FONTS --
  48.  
  49. <style>
  50.  
  51. @font-face {
  52. font-family: basiic;
  53. src: url(https://dl.dropbox.com/s/lt4qumijpoqxjo1/basiic.ttf);
  54. }
  55.  
  56. @font-face {
  57. src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
  58. font-family: hearts;
  59. }
  60.  
  61. @font-face {
  62. font-family: emoji; src:url(https://dl.dropbox.com/s/cvba4kh6qm23mru/EmojiFont.ttf);
  63. }
  64.  
  65. </style>
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement