Advertisement
GWibisono

gaqg c

May 2nd, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.76 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head>
  2.  
  3. <style>
  4.  
  5. #content {
  6. width="700px"
  7. margin-left="Auto";
  8. margin-right="auto";
  9. }
  10. .radius20
  11. {
  12. width:400px;
  13. height:300px;
  14. -webkit-border-radius:20px;
  15. -moz-border-radius:20px;
  16. border-radius: 20px;
  17. border:4px solid #000000;
  18. background-color:#038896;
  19. -webkit-box-shadow:
  20. #CCCCCC 6px 6px 6px;
  21. -moz-box-shadow:#CCCCCC 6px 6px 6px;
  22. box-shadow: #CCCCCC 6px 6px 6px;
  23. color:#EEE;
  24. }
  25. </style>
  26.  
  27. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28.  
  29. <title>Rio Tanning</title>
  30.  
  31. </head><body>
  32.  
  33. <div class='radius20'>
  34. <div align="center">Just modify width and height values to get what you need...</div>
  35. </div>
  36.  
  37.  
  38. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement