Username: knight
Join Date: 2013-08-11 17:01:14 (13 years ago)
User comments: 62
Forum comments: 2
Poll votes: 39
Location: New York
About: Part 1.
a:link {
color: blue;
}
a:visited {
color: purple;
}
a:hover {
color: green;
}
a:active {
color: red;
}
a:before {
content: attr(title) ": ";
}
a {
color: Blue;
text-decoration: underline;
}
.content {
background: red;
position: relative;
-webkit-animation: myfirst 5s infinite alternate;
}
@-webkit-keyframes myfirst {
0% {background:red; left:0px; top:0px;}
25% {background:yellow; left:200px; top:0px;}
35% {background:lime; left:100px; top:0px;}
50% {background:blue; left:200px; top:0px;}
65% {background:purple; left:200px; top:200px;}
75% {background:pink; left:0px; top:200px;}
85% {background:green; left:0px; top:100px;}
95% {background:Aqua; left:0px; top:200px;}
100% {background:red; left:0px; top:0px;}
}
Join Date: 2013-08-11 17:01:14 (13 years ago)
User comments: 62
Forum comments: 2
Poll votes: 39
Location: New York
About: Part 1.
a:link {
color: blue;
}
a:visited {
color: purple;
}
a:hover {
color: green;
}
a:active {
color: red;
}
a:before {
content: attr(title) ": ";
}
a {
color: Blue;
text-decoration: underline;
}
.content {
background: red;
position: relative;
-webkit-animation: myfirst 5s infinite alternate;
}
@-webkit-keyframes myfirst {
0% {background:red; left:0px; top:0px;}
25% {background:yellow; left:200px; top:0px;}
35% {background:lime; left:100px; top:0px;}
50% {background:blue; left:200px; top:0px;}
65% {background:purple; left:200px; top:200px;}
75% {background:pink; left:0px; top:200px;}
85% {background:green; left:0px; top:100px;}
95% {background:Aqua; left:0px; top:200px;}
100% {background:red; left:0px; top:0px;}
}