> For the complete documentation index, see [llms.txt](https://volunteers.migracode.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://volunteers.migracode.org/coding-course/class-information/teaching-instructions/html-css/week-2.md).

# 2 - Responsive Web and layout

## Lesson Resources

### Presentations

* [Week 2 - HTML & CSS 2 - Responsive Design \[Google Slides\] - 28/05/2020](https://docs.google.com/presentation/d/1REawHd4Uy-WGVDmrwvyLLtX-mEurrS15b9QyLn8lULo/edit)
  * Created by Birmingham
* [Week 2 - Flexbox & Media Queries \[Google Slides\] - 28/05/2020](https://docs.google.com/presentation/d/10Y7ev8w0OZSwuCDU3dUB3wertwVgRIwd0pWC5l5qS8Y/edit#slide=id.g854eaaa097_0_58)
  * Created by Birmingham

## Homework Suggestion

{% hint style="info" %}
Remember copy the Homework to the [Trello ](https://trello.com/b/wl6LgDXD/homework-overview)at the end of the class
{% endhint %}

**1) Complete Flexbox Froggy and CSS Grid Garden (6 hours)**

Flexbox Froggy is a really fun way of learning how Flexbox works.

You should complete all the levels

{% embed url="<https://flexboxfroggy.com/>" %}

Grid Garden is a really fun way of learning how Grid layout works.

You should complete all the levels

{% embed url="<http://cssgridgarden.com/>" %}

**2) Flexbox Project (4 hours)**

In this repository you will find a project for you to complete

<https://github.com/CodeYourFuture/HTML-CSS-Coursework-Week2>

Before you start, **make sure you fork the repository** to your Github account.

Push the changes yo your Github account

## Practice Day (Saturday) <a href="#workshop-saturday" id="workshop-saturday"></a>

* Finish the Karma-clone project to look as awesome as you can
* Finish Apple clone workshop.
* [Push](https://syllabus.migracode.org/git#basic-git-commands) the changes to your repository in Github


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://volunteers.migracode.org/coding-course/class-information/teaching-instructions/html-css/week-2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
