Skip to content

Commit 3b5e653

Browse files
update/two-truths-one-lie
1 parent a4ff50d commit 3b5e653

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

Two-Truths-One-Lie/README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# HTML-CSS-W2-InClassProject
22

33
## Aim
4-
5-
- use CSS grid
6-
- use CSS flexbox
4+
- Mobile first desing
5+
- Use CSS flexbox
6+
- Use Media Queries
77
- test your code
88

99
##
1010

1111
- Work in pairs.
1212
- Write two truths and a lie each.
1313
- Mark up your content with semantic HTML
14-
- Lay out your page using flexbox and grid
14+
- Lay out your page using flexbox
1515
- Test your work with Devtools.
1616
- You can get pictures and choose custom size in the download at https://www.pexels.com/
1717
- If you want to use a different font, get them from https://fonts.google.com/
@@ -23,20 +23,25 @@ Developers must test their work. Here are the tests for your project. Read your
2323

2424
### CSS tests
2525

26-
- [ ] we have used grid
2726
- [ ] we have used flexbox
2827
- [ ] we have used at least one media query
2928

3029
### HTML tests
3130

3231
- [ ] our names are at the bottom
3332
- [ ] we have written semantic HTML
34-
- [ ] we have looked in the Accessibility tree
35-
- [ ] our Lighthouse Access score is 100
3633

3734
### Design tests
3835

3936
- [ ] our layout works on desktop and mobile
4037
- [ ] our cards are side by side on large screens and stacked on smaller screens
4138
- [ ] we have taken a screenshot at laptop and Moto G4 device sizes using Devtools
42-
- [ ] when we size the text up by 200%, our layout does not break
39+
40+
# Layout examples
41+
42+
## Mobile
43+
![img](./moto-g4.png)
44+
45+
## Laptop
46+
![img](./laptop.png)
47+

0 commit comments

Comments
 (0)