a { text-decoration: none; color: #00c6ff; } /* clock */ .clock { width:450px; float: right; color: #fff; margin-top: -20px; margin-right:5px; color:#3bff72; } .clock #Date { font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; font-size: 24px; text-align: center; text-shadow: 0 0 0px #00c6ff; float:left; } .clock ul { width:450px; margin: 0 auto; padding: 0px; list-style: none; text-align: right; } .clock ul li { display: inline; font-size: 24px; text-align: right; font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; text-shadow: 0 0 0px #00c6ff; } #point { position: relative; -moz-animation: mymove 1s ease infinite; -webkit-animation: mymove 1s ease infinite; padding-left: 5px; padding-right: 5px; } @-webkit-keyframes mymove { 0% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } 50% { opacity: 0; text-shadow: none; } 100% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } } @-moz-keyframes mymove { 0% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } 50% { opacity: 0; text-shadow: none; } 100% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } }