웹모아
웹모아[가입] 로그인 / 회원가입   검색     


  
CSS
 

이미지 위에 텍스트 뿌리기
2016-08-12 16:46:35 댓글:(0)   조회:5610
 


THE HTML
<div class="image">
  <img alt="" src="http://www.kavoir.com/img/text-over-image.jpg" />
  <div class="text">
    <p>This lovely image gladly demonstrates how I (this text) can be flying over her face.</p>
    <p>It's very kind of her but don't you agree that this place needs a camp fire and a little love?</p>
  </div>
</div>


THE CSS
.image {
    position:relative;
    float:left; /* optional */
}
.image .text {
    position:absolute;
    top:10px; /* in conjunction with left property, decides the text position */
    left:10px;
    width:300px; /* optional, though better have one */
}


. 


[다음글]  margin, padding


 
댓글쓰기는 회원(로그인 하신분) 이상 가능합니다.


 댓글 (0)

  
CSS
페이지: 1 / 1   

 이미지 위에 텍스트 뿌리기
열람:5611   2016.08.12


 margin, padding
열람:4306   2016.07.25



[1]  

복수단어 검색은 공백(space)로 구분해 주세요.




 
최근 글 [손님]
 
인기 글 [손님]
[기무진선] 모의고사질문이요