25 Feb 2015

CSS Examples in Each Chapter

body {
    background-color: #d0e4fe;
}

h1 {
    color: green;
    text-align: center;
}

p {
    font-family: "lato";
    font-size: 40px;
}