Quotes help make search much faster. Example: "Practice Makes Perfect"

Wednesday, December 12, 2012

Codecademy Sample Solution: Codeyear Get the Children



/*sample solution to style.css*/
h1 {
color: blue;  
}
#subheader {
    text-align: right;
    color: orange;
}
#nav {
    background: grey;
}
#nav li {
    display: inline;
    margin-right: 15px;
    text-decoration: none;
}
p {
    text-align:justify;
    margin: 0 20%;
}
.neat-word {
    text-align: center;
    font-size:30px;
    color: blue;
    text-transform:uppercase;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts