Ignbaltasevicius

CSS code: Space no fits

May 30th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. body {
  2. background-image: url("https://cdna.artstation.com/p/assets/images/images/013/107/032/large/mark-goldsworthy-earthorbit-00000-copy.jpg?1538074670");
  3. background-size: 1920px 1080px;
  4. background-attachment: fixed;
  5. background-position: center;
  6.  
  7. color: white;
  8. cursor: url(http://cur.cursors-4u.net/cursors/cur-1/cur4.cur), pointer;
  9.  
  10.  
  11. }
  12. iframe {
  13. src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=1">
  14. }
  15.  
  16. .url {
  17. visibility: hidden;
  18. }
  19.  
  20. .url a {
  21. display: none !important;
  22. }
  23.  
  24. .url b {
  25. visibility: hidden;
  26. }
  27.  
  28. .boxInfo, .player, .comments, .blurbs, .fwiends {
  29. content: "";
  30. visibility: hidden;
  31. }
  32.  
  33. .topLeft {
  34. position: absolute;
  35. left: 750px;
  36. top: 150px;
  37. }
  38. .extended {
  39. position: absolute;
  40. left: 850px;
  41. top: 500px;
  42. border-width: 0px;
  43. }
  44. .avatar {
  45. width: 200px;
  46. border-radius: 999px;
  47. margin-right: 20px;
  48. cursor: zoom-in;
  49. border: 3px solid #7F6646;
  50. }
  51. #footer a {
  52. visibility: hidden;
  53. }
  54. @import url("https://myspace93.github.io/modules/pew-header.css");</style>
Add Comment
Please, Sign In to add comment