I am looking at something like this:
#content {
float: ;left;
#max-width: 67%;
max-width: 68%;
#margin-left: 15px;
}
aside {
#width: 100%;
#clear: left;
margin-top: 40px;
#background: #f0f0f0;
padding: 10px 10px 0 10px;
}
What would be the difference between "#max-width:" and "max-width", for example? Why "#background:" and not "background:" etc?
Thank you.