Lecture Notes on 19 Sep 2018 /* File: lorem.css Author: Shyamal Mitra Date created: 19 Sep 2018 Date modified: 19 Sep 2018 */ html { margin: 20px; border: 1px solid black; padding: 50px; } body { margin: 30px; border: 1px solid red; padding: 20px; } *.first { font-style: italic; font-variant: small-caps; font-weight: bold; font-size: 30px; font-family: Arial, sans-serif; }