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