UnfoldingCSS:Infrastructural Interactions: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<nowiki>
 
/* test */
/* test */
body{
body{
     background:red;
     background:red;
}
}
</nowiki>

Revision as of 12:25, 30 September 2021

/* test */ body{

   background:red;

}