Baaad practice – The Wrong Approach

The unordered list contains periods, just so the list actually does contain anything. Now, the code was like this, and that was wrong.

ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: left;
}
ul li {
	display: block;
	margin: 20px;
	padding: 0;
	background: url(img.jpg) no-repeat top left;
	width: 100px;
	height: 100px;
	float: left;
}

Note that the actual gallery contained differing images, so I've been so free to add a couple of classes. If you like, you can add your own images there, but please, don't do it like this.

Back to index