Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.07 KB | None | 0 0
  1.     body {
  2.             background: #202020;
  3.             font: bold 12px Arial, Helvetica, sans-serif;
  4.             margin: 0;
  5.             padding: 0;
  6.             min-width: 960px;
  7.             color: #bbbbbb;
  8.         }
  9.  
  10.         a {
  11.             text-decoration: none;
  12.             color: #00c6ff;
  13.         }
  14.  
  15.         h1 {
  16.             font: 4em normal Arial, Helvetica, sans-serif;
  17.             padding: 20px;
  18.             margin: 0;
  19.             text-align: center;
  20.         }
  21.  
  22.             h1 small {
  23.                 font: 0.2em normal Arial, Helvetica, sans-serif;
  24.                 text-transform: uppercase;
  25.                 letter-spacing: 0.2em;
  26.                 line-height: 5em;
  27.                 display: block;
  28.             }
  29.  
  30.         h2 {
  31.             font-weight: 700;
  32.             color: #bbb;
  33.             font-size: 20px;
  34.         }
  35.  
  36.         h2, p {
  37.             margin-bottom: 10px;
  38.         }
  39.  
  40.         .container {
  41.             width: 960px;
  42.             margin: 0 auto;
  43.             overflow: hidden;
  44.         }
  45.  
  46.         .clock {
  47.             width: 800px;
  48.             margin: 0 auto;
  49.             padding: 30px;
  50.             border: 1px solid #333;
  51.             color: #fff;
  52.         }
  53.  
  54.         #Date {
  55.             font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
  56.             font-size: 36px;
  57.             text-align: center;
  58.             text-shadow: 0 0 5px #00c6ff;
  59.         }
  60.  
  61.         ul {
  62.             width: 800px;
  63.             margin: 0 auto;
  64.             padding: 0px;
  65.             list-style: none;
  66.             text-align: center;
  67.         }
  68.  
  69.             ul li {
  70.                 display: inline;
  71.                 font-size: 10em;
  72.                 text-align: center;
  73.                 font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
  74.                 text-shadow: 0 0 5px #00c6ff;
  75.             }
  76.  
  77.         #point {
  78.             position: relative;
  79.             -moz-animation: mymove 1s ease infinite;
  80.             -webkit-animation: mymove 1s ease infinite;
  81.             padding-left: 10px;
  82.             padding-right: 10px;
  83.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement