Firefly9093 / web-iv-portfolio-site

Web IV Portfolio Sites
0 stars 0 forks source link

Cleanliness of Code #1

Open zschrunk opened 9 years ago

zschrunk commented 9 years ago

You did a good job on the cleanliness of code, but you have your indents really far in to start off. I know that probably doesn't make sense so just ask me and I can explain. Unless you understand it.

Proficient

elladurham commented 9 years ago

Make sure not to have empty rules in your css, like on line 51 of custom css:

.first{

}

Use shorthand when possible for things like padding and margin in your css.