Skip to content

Commit b23e5b3

Browse files
committed
adding screenshots and resources
1 parent 39b2d18 commit b23e5b3

28 files changed

+24
-3
lines changed

01-review/instructions.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
CHAPTER 1: WARM UP EXERCISE
22

3-
To get those juices flowing for CSS layouts, look at the attached image: https://s3-us-west-2.amazonaws.com/s.cdpn.io/3273620/grid1.png
3+
To get those juices flowing for CSS layouts, look at the image in this folder or online: https://s3-us-west-2.amazonaws.com/s.cdpn.io/3273620/grid1.png
44

55
PART 1: FLEXBOX
66
Code this layout using Flexbox.
7-
Starting CodePen: https://codepen.io/jen4web/pen/dxqjKG
7+
8+
START: https://codepen.io/jen4web/pen/dxqjKG
89

910
RULES:
1011
- Do not change the HTML!!! See if you can use selectors to do exactly what you want.

05-home page/ch5-lg.png

1.14 MB
Loading

05-home page/ch5-md.png

1.13 MB
Loading

05-home page/ch5-sm.png

1.18 MB
Loading

05-home page/ch5-xl.png

1.27 MB
Loading

06-inside page/ch6-book-md.png

653 KB
Loading

06-inside page/ch6-book-sm.png

706 KB
Loading

06-inside page/ch6-book-xl-lg.png

641 KB
Loading

06-inside page/instructions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ I've given you book.html, an inside page layout for the website. It has its own
44

55
Go back to layout.css and see if you can edit this stylesheet to apply to the book.html page.
66

7+
Screenshots for the book page are included so you know how the page should look.
8+
79
HINTS:
810

911
- Where are the flex containers/parents and the flex items/children?

07-type scales/instructions.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,15 @@ https://blog.prototypr.io/defining-a-modular-type-scale-for-web-ui-51acd5df31aa
1717
Exploring Responsive Type Scales: Finding your (Appropriate, Multi-Device and Vertical) Rhythm
1818
https://medium.com/sketch-app-sources/exploring-responsive-type-scales-cf1da541be54
1919

20+
Responsive Designs and CSS Custom Properties: Defining Variables and Breakpoints
21+
https://css-tricks.com/responsive-designs-and-css-custom-properties-defining-variables-and-breakpoints/
22+
23+
A More Modern Scale for Web Typography
24+
http://typecast.com/blog/a-more-modern-scale-for-web-typography
25+
26+
FontPair (help pick fonts that work together)
27+
https://fontpair.co/
28+
29+
30 Great Font Combinations For Your Next Design Project
30+
https://digitalsynopsis.com/design/best-font-combinations-typeface-pairings-guide/
31+

0 commit comments

Comments
 (0)