Kazuki-Kun

Border HTML Code

May 16th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <style type="text/css">
  2. #profile { border: hidden;
  3. background-color: transparent; }
  4. body {background-color: black;}
  5. body
  6. {
  7. background-image:url('LINK HERE');
  8. background-repeat: no-repeat;
  9. background-attachment:fixed;
  10. background-position:center;
  11. background-size:4000;
  12. margin-leftt:200px;
  13. }
  14. div.background
  15. {
  16. width:300px;
  17. height:290pxf;
  18.  
  19. border:0px solid black;
  20. }
  21. div.transbox
  22. {
  23. ALIGN=LEFT
  24. width:300px;
  25. height:100px;
  26. margin:3px 3px;
  27. background-color:gray;
  28. border:1px solid black;
  29. opacity:0.6;
  30. filter:alpha(opacity=60); / For IE8 and earlier /
  31. }
  32. div.imgbox
  33. {
  34. ALIGN=LEFT
  35. width:550px;
  36. height:300px;
  37. margin:3px 3px;
  38. opacity:0.6;
  39. filter:alpha(opacity=60); / For IE8 and earlier /
  40. }
  41. div.transbox p
  42. {
  43. margin:5px 5px;
  44. font-weight:bold;
  45. color:black
  46. ;
  47. }
  48. </style>
  49.  
  50. <center>
  51. <div style="border:10px solid black;width:400;">
  52. <div style="border:0px solid black;width:400">
  53. <img src="LINK HERE" width="100%" style="filter:alpha(opacity=40)" onmouseover="this.filters.alpha.opacity=100" onmouseout="this.filters.alpha.opacity=40">
  54. <div style=";background:#111;padding:0px;font-family:constantia;letter-spacing:-3px;text-transform:uppercase;font-size:28px;color:#777;text-align:center;">
Advertisement
Add Comment
Please, Sign In to add comment