Advertisement
izuemis

cr autismswag69 css

Oct 5th, 2022 (edited)
971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. -- fonts --
  2. @font-face {
  3. font-family:'kiwi';
  4. src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
  5. }
  6.  
  7. @font-face {
  8. font-family: PC98;
  9. src: url(https://dl.dropbox.com/s/q6te1rmeglfy4bf/pc-9800.ttf);
  10. }
  11.  
  12. -- body font size --
  13. body {
  14. font-size: 1.4em !important;
  15. }
  16.  
  17. -- main container --
  18. width: 75.125em;
  19. box-shadow: inset -1px -1px #0a0a0a, inset 1px 0px #fff, inset -2px -2px grey, inset 2px 0px #dfdfdf;
  20.  
  21. -- white box w name --
  22. width: 8.25em;
  23. height: 8em;
  24.  
  25. -- white box w name positioning --
  26. position: absolute;
  27. top: 1.5em;
  28. left: .25em;
  29.  
  30. -- more about me title container --
  31. width: 12em;
  32.  
  33. -- more about me title container positioning --
  34. position: absolute;
  35. left: 0em;
  36. right: 0em;
  37. top: 1.5em;
  38.  
  39. -- byf/dni container --
  40. width: 12em;
  41. height: 6em;
  42. box-shadow: inset -1px -1px #0a0a0a, inset 1px 0px #fff, inset -2px -2px grey, inset 2px 0px #dfdfdf;
  43.  
  44. -- byf/dni positioning --
  45. position: absolute;
  46. left: 0em;
  47. right: 0em;
  48. top: 2.5em
  49.  
  50. -- big picture --
  51. border: 3px inset;
  52.  
  53. -- png --
  54. position: absolute;
  55. right: -1em;
  56. bottom: -.5em;
  57.  
  58. -- name --
  59. font-family:'kiwi';
  60.  
  61. -- info under name --
  62. font-family: PC98;
  63.  
  64. -- byf/dni text --
  65. font-family: PC98;
  66. background: white;
  67. border: 1px solid black;
  68. padding: 5px;
  69. height: 8.5em;
  70. overflow: auto;
  71.  
  72. -- button --
  73. <button><a href="#one">View More</a></button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement