b@1641: /* structure.css b@1641: * Define the structure for classes and objects in HTML b@1641: */ b@1641: b@1641: div.title { b@1641: width = 100%; b@1641: height = 50px; b@1641: margin-bottom: 10px; b@1641: } b@1641: b@1641: body { b@1641: b@1641: }