텍스트 박스 배경 투명도 설정 관련 질문입니다

텍스트 박스 배경 투명도 설정 관련 질문입니다

QA

텍스트 박스 배경 투명도 설정 관련 질문입니다

답변 1

본문


         <div class="roll roll01"> 
            <div class="slider_txt filter"> <h2>To whom it may concern</h2> 
                 <p>I certify that I will be responsible for all expenses while my daughter So Young Kim is studying in the United States. I will cover all expenses including So Young Kim’s education, personal, medical and tuition expenses. I will also be responsible for So Young Kim’s travel expenses when she returns home from the United States after she completes your English program.</p> </div>
         </div>    

 

.filter {position:relative; overflow:hidden;}
.filter::before {content:''; width:80%; height:auto; background:rgba(0,0,0,0.5); position:absolute; top:0; left:0;}

 

저는 before로 css를 설정했는데 배경화면 자체가 웹페이지 화면에 안보이네요..

roll roll01 에는 슬라이드 배경이미지가 들어가 있습니당..

뭐가 문제인 걸까요?

 

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 125,873
© SIRSOFT
현재 페이지 제일 처음으로