animation project

my main animation here is a scrap! I embedded a moving cursor into the body myself. I also coded the font, size and color I wanted my scrap to take on. on top of that…I coded how I wanted the font, size, and color to change when one hovered over an already existing text.

note: a scrap is the start of a website, when one is working on a website and it is unfinished, it is called a “scrap”

 

body, a, a:hover{cursor: url(http://www.rw-designer.com/cursor-extern.php?id=101272), progress;}

font-family: verdana;
font-size: 11px;
font-weight: none;
font-style:Helvetica;
text-decoration:none ;
}
a {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: black;
}
a:hover {
font-family: verdana;
font-size: 12px;
font-weight: normal;
color: grey;
text-decoration: none;
}