Advertisement
keedhost

Untitled

Jan 31st, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.07 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.     <style type="text/css">
  5.         .h2_menu{
  6.             color: white;
  7.             background: -webkit-gradient(linear,left top,left bottom,from(#5b6f8d),to(#224274));
  8.             background-size: 1px 50px;
  9.             padding-top: 5px;
  10.             position: relative;
  11.             font: bold 14px Sans-Serif;
  12.             white-space: nowrap;
  13.             color: #fff;
  14.             cursor: pointer;
  15.             padding: 10px 10px 5px;
  16.             -webkit-border-radius: 4px 4px 0 0;
  17.             -moz-border-radius: 4px 4px 0 0;
  18.             border-radius: 4px 4px 0 0;
  19.         }
  20.  
  21.         .box_menu{
  22.             padding: 10px 10px 0;
  23.             border: 1px solid #ccc;
  24.             background: white;
  25.             -webkit-border-radius: 4px;
  26.             -moz-border-radius: 4px;
  27.             border-radius: 4px;
  28.             margin: 0 4px 8px;
  29.             -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.3);
  30.             -moz-box-shadow: 0 1px 0 rgba(0,0,0,.3);
  31.             box-shadow: 0 1px 0 rgba(0,0,0,.3);
  32.             position: relative;
  33.             margin: 0;
  34.             padding-top: 10px;
  35. padding: 0;
  36.         }
  37.     </style>
  38. </head>
  39. <body>
  40.  
  41. <div class="box_menu">
  42. <h2 class="h2_menu">Hello world!</h2>
  43.  
  44.     asdadasd
  45.     asd
  46.     asdas
  47.     da
  48.     sda
  49.     sd
  50.     asd
  51.     as
  52.     d
  53.     asd
  54.     as
  55.     d
  56.     asdasdasdasdsa</div>
  57.  
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement