UnfoldingCSS:Infrastructural Interactions: Difference between revisions

From titipi
Jump to navigation Jump to search
(MMo changed the content model of the page UnfoldingCSS:Infrastructural Interactions from "wikitext" to "CSS": unfolding!)
Tag: content model change
No edit summary
Line 2: Line 2:
/* test */
/* test */
body{
body{
     background:red;
     background:#faa;
}
}

Revision as of 10:29, 4 October 2021


/* test */
body{
    background:#faa;
}