# Boost Your CSS Skills

## Boost Your CSS Skills

- [CSS Basic Patterns](https://irena-popova.gitbook.io/boost-your-css-skills/master.md)
- [Getting to know CSS](https://irena-popova.gitbook.io/boost-your-css-skills/css.md)
- [CSS Layout](https://irena-popova.gitbook.io/boost-your-css-skills/untitled.md)
- [The  Cascade](https://irena-popova.gitbook.io/boost-your-css-skills/the-cascade.md)
- [Specificity](https://irena-popova.gitbook.io/boost-your-css-skills/the-cascade/specificity.md): What Is Specificity? If two CSS selectors apply to the same element, the one with higher specificity wins.
- [Inheritance & Specificity](https://irena-popova.gitbook.io/boost-your-css-skills/the-cascade/inheritance-and-specificity.md): How those two concepts actually work? Those two CSS concepts may be hard to grasp and look boring at first, but understanding them and knowing how to take advantage of them is important.
- [Inheritance](https://irena-popova.gitbook.io/boost-your-css-skills/the-cascade/inheritance.md)
- [The Cascade & Global Scope](https://irena-popova.gitbook.io/boost-your-css-skills/the-cascade/the-cascade-and-global-scope.md)
- [The Box Model](https://irena-popova.gitbook.io/boost-your-css-skills/the-box-model.md): How are elements displayed
- [Lists](https://irena-popova.gitbook.io/boost-your-css-skills/lists.md)
- [Selectors](https://irena-popova.gitbook.io/boost-your-css-skills/selectors.md): The basics of selectors plus the universal, type, id, and class selectors.
- [Combining,Grouping & Attribute Selectors](https://irena-popova.gitbook.io/boost-your-css-skills/selectors/combining-selectors.md): Grouping CSS selectors boosts efficiency, productivity, organization, and in some cases, even load speed
- [pseudo-classes & pseudo-elements](https://irena-popova.gitbook.io/boost-your-css-skills/selectors/pseudo-classes-and-pseudo-elements.md): A closer look at pseudo-classes and pseudo-elements
- [Custom borders](https://irena-popova.gitbook.io/boost-your-css-skills/selectors/custom-borders.md)
- [Padding](https://irena-popova.gitbook.io/boost-your-css-skills/selectors/custom-borders/padding.md): Padding is the space between an element's contents and border. It is still within the element itself, not around it
- [Positioning Content](https://irena-popova.gitbook.io/boost-your-css-skills/positioning-content.md): One of the best things about CSS is that it gives us the ability to position content and elements on a page in nearly any imaginable way
- [Absolute Positioning](https://irena-popova.gitbook.io/boost-your-css-skills/positioning-content/absolute-positioning.md)
- [Relative Positioning](https://irena-popova.gitbook.io/boost-your-css-skills/positioning-content/relative-positioning.md)
- [Containing Floats](https://irena-popova.gitbook.io/boost-your-css-skills/positioning-content/containing-floats.md)
- [Clearing & Containing Floats](https://irena-popova.gitbook.io/boost-your-css-skills/positioning-content/clearing-and-containing-floats.md)
- [Inline-Block](https://irena-popova.gitbook.io/boost-your-css-skills/positioning-content/inline-block.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://irena-popova.gitbook.io/boost-your-css-skills/master.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.
