# CSS 画正方形

## vw 单位

```css
.placeholder {
    width: 50vw;
    height: 50vw;
}
```

## padding-bottom

```css
.placeholder{
    width: 50%;
    padding-bottom: 50%;/* padding百分比相对父元素宽度计算 */
    height: 0; //避免被内容撑开多余的高度
}
```


---

# 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://mm.ricky.moe/interview/inverview-record/tou-tiao-mian-jing/bi-shi/css-hua-zheng-fang-xing.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.
