Advertisement
bizlycreator

8ball crd code

Jan 17th, 2022 (edited)
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. !!!! WILL NOT WORK
  2. <style>
  3. body {
  4. background-image: radial-gradient(#000 20%, transparent 20%),
  5. radial-gradient(#000 20%, transparent 20%);
  6. background-color: #fff;
  7. background-position: 0 0, 50px 50px;
  8. background-size: 100px 100px;
  9. height: 200px;
  10. width: 100%;
  11. }
  12.  
  13. #hope {
  14. float:left;
  15. background:#FFFFFF;
  16. border-radius:2px;
  17. border:1px solid black;
  18. width:49%;
  19. margin-right:1px;
  20. font-family:arial;
  21. font-size:2.25em;
  22. padding:1px;
  23. line-height:1.125em;
  24. font-weight:thin;
  25. }
  26. a {
  27. text-decoration:none;
  28. color:purple;
  29. }
  30. a:hover {
  31. color:red;
  32. text-decoration:underline;
  33. }
  34. #despair {
  35. float:right;
  36. height:255px;
  37. background:#FFFFFF;
  38. border-radius:2px;
  39. border:1px solid black;
  40. width:49%;
  41. margin-left:1px;
  42. }
  43.  
  44. #nombre {
  45. border-bottom:1px solid black;
  46. font-family:arial;
  47. font-size:1em;
  48. height:70px;
  49. }
  50.  
  51. #info {
  52. overflow:auto;
  53. font-family:arial;
  54. font-size:1em;
  55. padding:2px;
  56. height:182px;
  57. }
  58. </style>
  59.  
  60. <div>
  61. <div id="hope">
  62. <img src="https://media.discordapp.net/attachments/915367858681290772/932718003093643324/asahi.jpeg" width="100%" height="100%">
  63. <p>
  64. <a href="#"><u>LINK</u></a> <a href="#">LINK</a>
  65. </p><div>
  66.  
  67. <div id="despair">
  68. <div id="nombre">
  69. <p style="font-size:2.75em;font-family:arial;font-weight:bold;"> NAME </p>
  70. info info info
  71. </div>
  72. <div id="info">
  73. </div>
  74. </div>
  75. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement