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

Saturday, December 15, 2012

Codecademy Sample Solution: Codeyear 50/50



/* sample solution to style.css */

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

#parent{
    border:1px solid black;
    height: 150px;
    width: 100px;
    margin-left:100px;
    position: static;
}

#child{
    background-color: green;
    position:absolute;
    top: 15px;
    left:15px;
    height: 50%;
    width: 50%;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts