Difference between revisions of "User:Dan greene/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 3: Line 3:
 
   animation: bodybg 3.5s 0s linear infinite alternate;
 
   animation: bodybg 3.5s 0s linear infinite alternate;
 
}
 
}
 
+
/*buffer note*/
 
@keyframes bodybg{
 
@keyframes bodybg{
 
   from  {background:#C6F8E5;}
 
   from  {background:#C6F8E5;}
 
   to    {background:#FBF7D5;}
 
   to    {background:#FBF7D5;}
 
}
 
}

Revision as of 20:46, 16 June 2020

/* Gradient background */
#bodyContent {
  animation: bodybg 3.5s 0s linear infinite alternate;
}
/*buffer note*/
@keyframes bodybg{
  from   {background:#C6F8E5;}
  to     {background:#FBF7D5;}
}