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

Saturday, December 15, 2012

Codecademy Sample Solution: Codeyear A fixed title bar



/* sample solution to style.css */

/* a border for each div so you can see what's going on */

#navbar {
    background-color: black;
    height: 30px;
    width: 100%;
    margin-top: -8px;
    position: fixed;
}

.link{
    color: blue;
    display: inline;
    padding: 20px;
}

#longBody{
    border-style:solid;
    border-width:4px;
    width: 100%;
    height: 1000px;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts