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

Wednesday, December 12, 2012

Codecademy Sample Solution: Codeyear Making a Nav Menu


/*sample solution to style.css */


h1 {
color: blue;  
}
#subheader {
    text-align: right;
    color: orange;
}
#nav {
    background: gray;
}
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