Advertisement
GWibisono

html testing

Oct 2nd, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. div.one
  4. {
  5. border-style:solid;
  6. border-color:#0000ff;
  7. width: auto;
  8. height: auto;
  9. padding: 60px;
  10. -webkit-box-shadow: 0 0 20px #333;
  11. -moz-box-shadow: 0 0 20px #333;
  12. -webkit-border-radius: 50px;
  13. -moz-border-radius: 50px;
  14. border-radius: 50px;
  15. }
  16. </style>
  17. <div class='one'><div>
  18. <!-- TULIS SETELAH INI-->
  19.  
  20.  
  21. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement