> For the complete documentation index, see [llms.txt](https://simian114.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simian114.gitbook.io/blog/undefined-1/diary/2021/march/20210313.md).

# 20210313(토)

## 2021-03-13

### 1. 학습 날짜

* 2021-03-13

### 2. 학습 시간

* 20:00 \~ 25:00

### 3. 학습 범위 및 주제

* html, css

### 4. 학습 목표

* 간단한 html 과 css 학습

### 5. 학습 정리

* [css - position](https://simian114.gitbook.io/blog/undefined/html-css/position)
* [css - 단위](https://simian114.gitbook.io/blog/undefined/html-css/css-unit-7)
* [css -flexbox](https://simian114.gitbook.io/blog/undefined/html-css/flex)

### 6. 상세 학습 내용

* html 과 css 에 대해 학습하고 실제 navbar 를 만드는 실습을 했다.
* flex 를 사용해서 간단(?)하게 반응형으로 만들 수 있었다.
* 기본적으로 반응형으로 사용하기 위해서는 미디어쿼리를 사용해야 한다.

### 7. 오늘 학습 내용에 대한 개인적인 총평

* 흠... html 과 css 는 정말 어렵다;; 내가 정말 프론트엔드 개발자가 될 수 있을까?

### 8. 다음 학습 계획

* 코드 리팩토링 및 테스트


---

# 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://simian114.gitbook.io/blog/undefined-1/diary/2021/march/20210313.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.
