/*
    NOTE TO STUDENTS: 

    This is the file you should be writing your CSS in 
    for the Bulletin Board assignment.

    Good luck, and have fun!
*/

.post-it {
    background-color: gold;
    display: inline-block;
    width: 365px;
    height: 365px;
    margin: 24px;
    margin-top: 0px;
    margin-bottom: 35px;
    padding: 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.post-it-pink {
    background-color: pink;
    display: inline-block;
    width: 365px;
    height: 365px;
    margin: 24px;
    margin-top: 0px;
    padding: 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.post-it-green {
    background-color: lightgreen;
    display: inline-block;
    width: 365px;
    height: 365px;
    margin: 24px;
    margin-top: 0px;
    padding: 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.post-it-blue {
    background-color: lightblue;
    display: inline-block;
    width: 365px;
    height: 365px;
    margin: 24px;
    margin-left: 90px;
    /* margin-right: 105px; */
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.post-it-orange {
    background-color: orange;
    display: inline-block;
    width: 365px;
    height: 365px;
    margin: 24px;
    margin-left: 75px;
    /* margin-right: 875px; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.post-it-lightpink {
    background-color: lightpink;
    display: inline-block;
    width: 365px;
    height: 365px;
    margin: 24px;
    margin-top: 35px;
    margin-left: 75px;
    margin-right: 75px;
    padding: 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.post-it-red {
    background-color: lightcoral;
    display: inline-block;
    width: 365px;
    height: 365px;
    margin: 24px;
    /* margin-top: 0px; */
    /* margin-left: 475px; */
    /* margin-right: 35px; */
    padding: 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}