CSS Coding for Analog Clock .inline-block { display: -moz-inline-stack; display: inline-block; } * { outline: none; } html { height: 100%; } body { background: url('http://images.wallpapersmela.com/2014/01/Latest-HD-Technology-Wallpapers-2014.jpg') no-repeat fixed center; background-size:cover; } body .container { width: 100%; max-width: 300px; margin-right: auto; margin-left: auto; font-family: 'helvetica', sans-serif; } .clock { margin-bottom: 20px; width: 100%; padding-bottom: 100%!important; padding-top: 0!important; position: relative; margin-top: 50%; background-color: #e7e7e7; -moz-border-radius: 50%; -o-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 10px solid #333; opacity:0.97; -webkit-box-shadow: 1px 10px 50px rgba(0, 0, 0, 0.3), ins...