Hello World
                        
                        
                            CSS
                            
p.strikethru {
    text-decoration-line: line-through;
    text-decoration-thickness: 0.4em;
    text-decoration-color: green;
    text-decoration-style: solid;
    font-size: 2em;
    background-color: lightgoldenrodyellow;
    text-align: center;
} 
                         
                     
                    
                        Working at the Computer
                        Taking regular breaks
                        
                            CSS
                            
h1.ecollege {
    all: revert;
    text-decoration: overline red wavy;
}
h2.ecollege {
    all: revert;
    text-decoration-color: navy;
    text-decoration-style: double;
    text-decoration-line: underline;
} 
                         
                        Notes
                        
                            - Best viewed on Firefox (but not Safari)
- ecollege exam question