The code for Lab04.css is: @charset "utf-8"; /* Lab04.css */ #lt { width: 210px; height: 200px; float: left; } #rt { width: 227px; height: 200px; float: right; } .clear_both { clear: both; } h1 { text-align:center; } img { margin-bottom:.5em; } hr { width:50%; }