카테고리 없음

chatgpt 미쳣다

무던히 하다보면 느는 2023. 2. 13. 11:35

질문1. How to wrap html div lines

질문2. How to use the display code to wrap the html div line

질문3. '<div style="display: flex; flex-wrap: wrap; width: 200px;">' How to make this code to class is label and sybol like .label {}

 

질문3번은 질문2번의 답변을 가져와서

 

저렇게 쓰되class 가 label 이고 .label {} 형식으로는 어떻게 표현하냐 하니

<style>
  .label {
    display: flex;
    flex-wrap: wrap;
    width: 200px;
  }
</style>

<div class="label">
  This is a long text that needs to wrap when it reaches the end of its container.
</div>

 

대답해줌;; 미친 마소;;;;

 

엥 근데 이걸 원한게 아닌데..