This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Applies to the entire body of the HTML document (except where overridden by more specific | |
selectors). */ | |
body { | |
margin: 25px; | |
background-color: rgb(240,240,240); | |
font-family: arial, sans-serif; | |
font-size: 14px; | |
} | |
/* Applies to all <h1>...</h1> elements. */ |
NewerOlder