UnfoldingCSS:Infrastructural Interactions: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
body{
body{
     background:#faa;
     background:#faa;
    color: #12c;
}
}

Revision as of 10:37, 4 October 2021


/* test */
body{
    background:#faa;
    color: #12c;
}