Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e40c36

Browse files
authored
Merge pull request HackYourFuture#15 from dine/master
add wireframe to week2 homework description
2 parents c1ad540 + 207f2ca commit 2e40c36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Week2/MAKEME.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ _Deadline Saturday_
7373
- You are going to write the CSS for this page
7474
- You are not allowed to change the HTML
7575
- The page contains two grids: the first one should work using floats, the second using flex box. Be careful not to mix the two!
76-
- We want the grid to look as follows:
76+
- We want the grid to look as follows (check the wireframe below):
7777
- On mobile phones: a two column grid, with the exception that the first item spans the full width
7878
- On tablets: a three column grid, with the exception that the first two items span the full width together (so first we have two columns, then after the first two items we have three columns)
7979
- On desktops: a four column grid, with the exception that the first item spans two columns.
@@ -83,6 +83,8 @@ _Deadline Saturday_
8383
- According to the grid specification, some products are bigger than others. Maybe these are "highlighted" products, so the rest of the styling could also be different.
8484
- BEFORE you hand it in, read [the Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
8585

86+
![Wireframe](wireframe.png)
87+
8688
```
8789
How to hand in your homework:
8890
• Upload your homework in your Github repository.

Week2/wireframe.png

11.2 KB
Loading

0 commit comments

Comments
 (0)