반응형
Q>
강의 내용 중 요소를 숨기기 위한 CSS 속성 조합을 추천해드렸습니다. 모두 골라주세요.
- position: absolute;
- z-index: -1;
- width: 1px;
- height: 1px;
- position: relative;
- overflow: hidden;
- clip: rect(0 0 0 0);
- text-indent: -9999px;
- margin: -1px;
- opacity: 0;
A>
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
margin: -1px;
반응형
'Python_WEB > HTML' 카테고리의 다른 글
[부스트코스]1단 레이아웃 퀴즈 (0) | 2021.03.10 |
---|---|
[부스트코스]float 해제 퀴즈 (0) | 2021.03.10 |
[부스트코스]CSS 리셋 퀴즈 (0) | 2021.03.10 |
[부스트코스]미디어쿼리 퀴즈 (0) | 2021.01.15 |
[부스트코스]레이아웃 퀴즈 (0) | 2021.01.14 |