(no title)
jastuk | 14 years ago
Here I can recognize 4 chunks almost immediately:
.error{ width:350px; height:200px; color:red; background:blue; }
While here everything gets mixed up due to its uniformed spacing: .error { width: 350px; height: 200px; color: red; background: blue; }
No comments yet.