Building a Univibe Clone
body { color: black; } a:link { color: blue; } /* visited link */ a:visited { color: blue; } /* mouse over link */ a:hover { color: grey; } /* selected link */ a:active { color: blue; } First… This post is like a how-to-guide for a Univbe-Clone. I described what parts I used in … Read more