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.
<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