Welcome to Brian's writing space.

New Post


/* CSS code goes here */
body {
    background-color: #f2f2f2;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    color: #333;
}

/* More CSS rules */