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

Thursday, December 20, 2012

Codecademy Sample Solution: Projects Drop Shadow Like It's Hot



/* sample solution to stylesheet.css */

div {
    height: 80px;
    width: 150px;
    border: 4px solid black;
    border-radius: 15px;
    background-color: yellow;
    color: black;
    font-family: impact;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    box-shadow: 10px 10px 10px #888;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts