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

From Team Fortress Wiki
Jump to: navigation, search
(Created page with "I wish I knew coding: @keyframes bodybg { from {background:#C6F8E5;} to {background:#FBF7D5;} }")
 
m
Line 1: Line 1:
/* I wish I knew coding */
+
/* I wish I knew how to code better*/
 +
#bodyContent {
 +
  animation: bodybg 6s 0s linear infinite alternate;
 +
}
 
@keyframes bodybg {
 
@keyframes bodybg {
 
   from  {background:#C6F8E5;}
 
   from  {background:#C6F8E5;}
 
   to    {background:#FBF7D5;}
 
   to    {background:#FBF7D5;}
 
}
 
}

Revision as of 06:38, 12 June 2020

/* I wish I knew how to code better*/
#bodyContent {
  animation: bodybg 6s 0s linear infinite alternate;
}
@keyframes bodybg {
  from   {background:#C6F8E5;}
  to     {background:#FBF7D5;}
}