Stay N Tom

Showing a slice of what it means to be Thomas.

Pages

Wednesday, March 13, 2013

Lot's of confusing words!!!!

Hey do you mind if you could go to this link here?
 Thank you! That was a video I edited, filmed, and directed so please watch it, subscribe, like, and comment. Thank you, sincerely, Stayman a.k.a. The creator of this blog.


All right you may be tired of just putting in red or blue when it comes to colors. Never fear hexadecimals are here. You might be thinking "hexaWhatNow?" but do not worry they are not scary. here is a list of all of them also pseudo Class editors are fun for hovering over.



Here is the code:



<html>
<head>
<title>pretty colors</title>
<style type="text/css">
.over:hover{
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}
</style>
</head>
<body>
<a class="over" href="www.your link here.com">your text here</a>
</body>
</html>




the hexadecimal is the # with the numbers and letters. For example: #cc0000.

No comments:

Post a Comment