# CSS

- [CSS Fundamentals](https://certil-remy.gitbook.io/learn/css-1/css-fundamentals.md)
- [CSS Styling Code Along](https://certil-remy.gitbook.io/learn/css-1/untitled.md)
- [My Little Rainbow](https://certil-remy.gitbook.io/learn/css-1/untitled-1.md)
- [CSS Kitten Wheelbarrow](https://certil-remy.gitbook.io/learn/css-1/untitled-2.md)
- [CSS Graffiti Override Lab](https://certil-remy.gitbook.io/learn/css-1/untitled-3.md)
- [CSS Issue Bot 9000](https://certil-remy.gitbook.io/learn/css-1/untitled-4.md)
- [Your first deployment](https://certil-remy.gitbook.io/learn/css-1/untitled-5.md)
- [The Box Model](https://certil-remy.gitbook.io/learn/css-1/untitled-7.md)
- [Layout Types](https://certil-remy.gitbook.io/learn/css-1/untitled-8.md)
- [Float](https://certil-remy.gitbook.io/learn/css-1/untitled-6.md)
- [Clearfix](https://certil-remy.gitbook.io/learn/css-1/untitled-1-1.md)
- [Centering](https://certil-remy.gitbook.io/learn/css-1/untitled-2-1.md)
- [Column Structure](https://certil-remy.gitbook.io/learn/css-1/untitled-9.md)
- [CSS Columns Code Along Exercise (lab)](https://certil-remy.gitbook.io/learn/css-1/untitled-1-2.md)
- [Box Model & Page Layout](https://certil-remy.gitbook.io/learn/css-1/untitled-10.md)
- [Using Z Index](https://certil-remy.gitbook.io/learn/css-1/untitled-11.md)
- [Positioning](https://certil-remy.gitbook.io/learn/css-1/untitled-1-3.md)
- [ZHW Shoes Layout (lab)](https://certil-remy.gitbook.io/learn/css-1/untitled-12.md)
- [Zetsy (lab)](https://certil-remy.gitbook.io/learn/css-1/untitled-13.md)
- [CSS Box Style Code Along](https://certil-remy.gitbook.io/learn/css-1/untitled-14.md)
- [Animal Save (lab)](https://certil-remy.gitbook.io/learn/css-1/untitled-15.md)
- [Building Responsive Sites](https://certil-remy.gitbook.io/learn/css-1/untitled-16.md)
- [Intro to Responsive Media](https://certil-remy.gitbook.io/learn/css-1/untitled-1-4.md)
- [CSS Media Queries](https://certil-remy.gitbook.io/learn/css-1/untitled-17.md)
- [Working with Responsive Type](https://certil-remy.gitbook.io/learn/css-1/working-with-responsive-type.md)
- [Responsive layout](https://certil-remy.gitbook.io/learn/css-1/untitled-18.md)
- [The Viewport Property](https://certil-remy.gitbook.io/learn/css-1/untitled-19.md)
- [Responsive Features Code-Along (lab)](https://certil-remy.gitbook.io/learn/css-1/untitled-20.md)
- [Bootstrap Introduction](https://certil-remy.gitbook.io/learn/css-1/untitled-21.md)
- [Bootstrap Code-Along](https://certil-remy.gitbook.io/learn/css-1/untitled-1-5.md)
- [Bootstrap Grid System](https://certil-remy.gitbook.io/learn/css-1/untitled-22.md)
- [Grid Layout Code-Along](https://certil-remy.gitbook.io/learn/css-1/untitled-1-6.md)
- [Bootstrap Navbar Code-Along](https://certil-remy.gitbook.io/learn/css-1/untitled-2-2.md)


---

# Agent Instructions: 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:

```
GET https://certil-remy.gitbook.io/learn/css-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
