Website Layout Tutorial using Visual Studio Part 2

Website Layout Tutorial using Visual Studio Part 2 Layout: Style Sheet: body { width:100%; height:100%; background-color:Lime; } .divMain { padding-top:10px; width:100%; height:1200px; background-color:Gray; display:table; } .divLogo {width:100%; height:100px; } .divImages { width:120px; height:80px; } #t1 ...