selenized-light.css

Selenized light style

This is an example page to demonstrate the different styles.

Here is a code box:

import math

def test(n):
    """A test function."""

    try:
        return math.sqrt(n)
    except ValueError:
        print("Does not compute!")