/* Try it out. Click the Prefixize button. */ .box { opacity: .5; } .container { box-shadow: 20px; -moz-transition: -moz-box-shadow 2s; -webkit-border-radius: 4px; animation: slide 1s alternate; background: linear-gradient(top, #e3e3e3 10%, white); display: -moz-box; } @-webkit-keyframes "slide" { 0% { left: 0; box-shadow: 10px 10px 10px black; } 100% { left: 50px; box-shadow: 5px 5px 5px black; } } /* Want variables? Or, if you don't like that idea, just ignore it. */ @variables { main_color: red; } .content { background: var(main_color); }
.What is a Hyperlink? A Hyperlink is the underlined word which is commonly referred to as embedded text or an embedded link. It's usually a blue underlined word that turns purple once it's been clicked on. When you hover your mouse over a Hyperlink on a page, the arrow of the mouse will turn into a hand, and the URL or web address of that Anchor Text Hyper Link will appear in the lower left hand corner of your browser..