console
<div id="container">
<p><a href="http://www.weeiy.com/gank">RED</a></p>
<p><a href="http://www.weeiy.com/gank">BLUE</a></p>
<p><a href="http://www.weeiy.com/gank">Yellow</a></p>
<p><a href="http://www.weeiy.com/gank">GREEN</a></p>
<p><a href="http://www.weeiy.com/gank">ORANGE</a></p>
<p><a href="http://www.weeiy.com/gank">VIOLET</a></p>
</div>
/*setup*/
*{
margin: 0;
padding: 0;
}
@font-face {
font-family: 'Monoton';
font-style: normal;
font-weight: 400;
src: local('Monoton'), local('Monoton-Regular'), url(http://themes.googleusercontent.com/static/fonts/monoton/v4/AKI-lyzyNHXByGHeOcds_w.woff) format('woff');
}
@font-face {
font-family: 'Iceland';
font-style: normal;
font-weight: 400;
src: local('Iceland'), local('Iceland-Regular'), url(http://themes.googleusercontent.com/static/fonts/iceland/v3/F6LYTZLHrG9BNYXRjU7RSw.woff) format('woff');
}
@font-face {
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://themes.googleusercontent.com/static/fonts/pacifico/v5/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'PressStart';
font-style: normal;
font-weight: 400;
src: local('Press Start 2P'), local('PressStart2P-Regular'), url(http://themes.googleusercontent.com/static/fonts/pressstart2p/v2/8Lg6LX8-ntOHUQnvQ0E7o3dD2UuwsmbX3BOp4SL_VwM.woff) format('woff');
}
@font-face {
font-family: 'Audiowide';
font-style: normal;
font-weight: 400;
src: local('Audiowide'), local('Audiowide-Regular'), url(http://themes.googleusercontent.com/static/fonts/audiowide/v2/8XtYtNKEyyZh481XVWfVOj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Vampiro One';
font-style: normal;
font-weight: 400;
src: local('Vampiro One'), local('VampiroOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/vampiroone/v3/Ho2Xld8UbQyBA8XLxF1_NYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
body{
background-color:
}
width:500px;
margin:auto;
}
/*neeeeoooon*/
p{
text-align:center;
font-size:7em;
margin:20px 0 20px 0;
}
a{
text-decoration:none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
p:nth-child(1) a{
color:#FF1177;
font-family:Monoton;
}
p:nth-child(1) a:hover{
-webkit-animation: neon1 1.5s ease-in-out infinite alternate;
-moz-animation: neon1 1.5s ease-in-out infinite alternate;
animation: neon1 1.5s ease-in-out infinite alternate;
}
p:nth-child(2) a{
font-size:1.5em;
color:#228DFF;
font-family:Iceland;
}
p:nth-child(2) a:hover{
-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
-moz-animation: neon2 1.5s ease-in-out infinite alternate;
animation: neon2 1.5s ease-in-out infinite alternate;
}
p:nth-child(3) a{
color:#FFDD1B;
font-family:Pacifico;
}
p:nth-child(3) a:hover{
-webkit-animation: neon3 1.5s ease-in-out infinite alternate;
-moz-animation: neon3 1.5s ease-in-out infinite alternate;
animation: neon3 1.5s ease-in-out infinite alternate;
}
p:nth-child(4) a{
color:#B6FF00;
font-family:PressStart;
font-size:0.8em;
}
p:nth-child(4) a:hover{
-webkit-animation: neon4 1.5s ease-in-out infinite alternate;
-moz-animation: neon4 1.5s ease-in-out infinite alternate;
animation: neon4 1.5s ease-in-out infinite alternate;
}
p:nth-child(5) a{
color:#FF9900;
font-family:Audiowide;
}
p:nth-child(5) a:hover{
-webkit-animation: neon5 1.5s ease-in-out infinite alternate;
-moz-animation: neon5 1.5s ease-in-out infinite alternate;
animation: neon5 1.5s ease-in-out infinite alternate;
}
p:nth-child(6) a{
color:#BA01FF;
font-family:Vampiro One;
}
p:nth-child(6) a:hover{
-webkit-animation: neon6 1.5s ease-in-out infinite alternate;
-moz-animation: neon6 1.5s ease-in-out infinite alternate;
animation: neon6 1.5s ease-in-out infinite alternate;
}
p a:hover{
color:#ffffff;
}
/*glow for webkit*/
@-webkit-keyframes neon1 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-webkit-keyframes neon2 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-webkit-keyframes neon3 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-webkit-keyframes neon4 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-webkit-keyframes neon5 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-webkit-keyframes neon6 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
/*glow for mozilla*/
@-moz-keyframes neon1 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-moz-keyframes neon2 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-moz-keyframes neon3 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-moz-keyframes neon4 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-moz-keyframes neon5 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@-moz-keyframes neon6 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
/*glow*/
@keyframes neon1 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@keyframes neon2 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@keyframes neon3 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@keyframes neon4 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@keyframes neon5 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
@keyframes neon6 {
from {
text-shadow: 0 0 10px
0 0 20px
0 0 30px
0 0 40px
0 0 70px
0 0 80px
0 0 100px
0 0 150px
}
to {
text-shadow: 0 0 5px
0 0 10px
0 0 15px
0 0 20px
0 0 35px
0 0 40px
0 0 50px
0 0 75px
}
}
/*REEEEEEEEEEESPONSIVE*/
@media (max-width: 650px) {
width: 100%;
}
p{
font-size:3.5em;
}
}