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:#bad;
     background:red;
     color: #12c;
     color: #12c;
}
}

Revision as of 13:34, 4 October 2021


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