HTML5 & CSS3 responsive website design margin issue -


please take here, on code. trying make responsive web page, there weird margin top , bottom of first article column. talking margin between top navigation , content column , between footer , content column, , set 10px margin right column below.

.content { width: 69%; float: left; margin:0; padding:0 10px 0 0; 

}

i new web designing, , don't know wrong doing here. please me

using

.topcontent{    display: inline-block; } 

should solve problem.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -