Simple Vertical Align an Element within a Div
Here is how to vertically align and element within a div. This works well if you are trying to vertically align and images as well. //Here is your html: //Here…
Here is how to vertically align and element within a div. This works well if you are trying to vertically align and images as well. //Here is your html: //Here…
Here is how to horizontally center a Navigation. The html markup: Home About Work Clients Contact The css: .nav{ border:1px solid #ccc; border-width:1px 0; list-style:none; margin:0; padding:0; text-align:center; } .nav…