본문 바로가기

Python_WEB/HTML

[부스트코스]IR 기법 퀴즈

반응형

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;

 

www.boostcourse.org/web344

 

웹 UI 개발

부스트코스 무료 강의

www.boostcourse.org

 

반응형