/*===
       328lect08-1.css - built during class on 2025-03-10
       by: Sharon Tuttle
       last modified: 2025-03-10
===*/

/*===
    set footer element's font size to be 0.5 em (0.5 times the
    size of an uppercase M in the current font...)
===*/

footer
{
    /*=== 
        experiment to try: put a blank between the 0.5 and the em, and see
        how this declaration then has no visible effect
    ===*/
      
    font-size: 0.5em;
}