lets do this
This commit is contained in:
30
home.css
Normal file
30
home.css
Normal file
@ -0,0 +1,30 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
body{
|
||||
background-image:url(circuitbg.png);
|
||||
font-family:Comic Sans MS, Comic Sans;
|
||||
color:#FFFF00;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
marquee{
|
||||
color:#006600;
|
||||
}
|
||||
|
||||
a:link, a:visited{
|
||||
color:#FFFFFF;
|
||||
}
|
||||
a:hover{
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.blink_me {
|
||||
animation: blinker 1s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes blinker {
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user