- (selector and property value pairs) (e.g. p { font-family: font; }) - p is the selector
- two ways to put CSS in one place
- can put your CSS between <style> tags, right in the same file as your HTML - these <style> tags go in between the <head> tags
- linking to the css page from html <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
- (comment) /* text text */
- (font) can tell CSS to try several, going from one to the next if the one you want isn't available (e.g. font-family: Tahoma, Verdana, sans-serif;)
- text-decoration: none
- margin: auto
- text-align: center
- change background color -> use "body"
- universal selector is *
dec 16 2014 ∞
dec 16 2014 +