/*
 * Ideally, to be used with a text-editor later on that will auto-style 
 * with a button click. But right now, used for common text formatting things. 
 */

.strike {
    text-decoration: line-through;
}