Summary: We'll keep doing it and add some moer details to it as requested
Visual calendar: We've heard this a few times. But I'm not sure where to put it or why canvas doesn't work. Can someone who's asking for this help us out with some user-centered desgin after class? :)
---
---
[//]: # (Outline Slide)
[//]: # (Outline Slide)
# Learning Goals for today
# Learning Goals for today
...
@@ -201,25 +212,24 @@ Easy to split this up among a group
...
@@ -201,25 +212,24 @@ Easy to split this up among a group
- Style sheets must be linked to an html page in the <head> for the styles to work
- Style sheets must be linked to an html page in the <head> for the styles to work
`<linkhref=“style.css”rel=“stylesheet”/>`
`<linkhref=“style.css”rel=“stylesheet”/>`
- Great example is [CSS Zen Garden](http://www.csszengarden.com/)
- Great example is [CSS Zen Garden](http://www.csszengarden.com/)
- Exercise in [Ed](https://edstem.org/us/courses/38124/lessons/59447/slides/331625)
---
<!-- --- -->
# CSS
<!-- # CSS -->
.left-column50[
<!-- .left-column50[ -->
- Files consist of one or more rule sets
<!-- - Files consist of one or more rule sets -->
- Each rule set has a selector which chooses which HTML elements you want to style
<!-- - Each rule set has a selector which chooses which HTML elements you want to style -->
- Style properties are set with rules which are property/value pairs
<!-- - Style properties are set with rules which are property/value pairs -->
- Syntax is important
<!-- - Syntax is important -->
- More on [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
<!-- - More on [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) -->