UnfoldingCSS:Infrastructural Interactions: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
/* test */
/* test */
body{
body{
     background:#baf;
     background:#bad;
     color: #12c;
     color: #12c;
}
}

Revision as of 12:00, 4 October 2021


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