Advertisement
GingerArtz

CODE wip

Apr 20th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <style>
  2. body {
  3. background-color: #FFFFFF;}
  4.  
  5. .rainbow-box {
  6. background-image: url("https://i.imgur.com/a3r8JcW.jpg");
  7. image-repeat: no-repeat;
  8. border: 5px dashed transparent;
  9. border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  10. border-image-slice: 1;
  11. height: 900px;
  12. margin-top: 20px auto;
  13. margin-left:100px;
  14.  
  15. width: 600px;
  16. }
  17. </style>
  18.  
  19. <html>
  20. <div class="rainbow-box"></div>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement