Copy
<div class="footer"> <img src="images/logo.png"> <h4 style="color:white;"><b>Copyright ⓒ HULKMANIA All rights reserved.</b></h4></div> </div>
푸터 만들고 있는데 그림파일 옆에 글씨가 오게 하고싶은데 그림파일은 위로
그아래 글씨가 오네요. 어떻게 해야할까요?
|
답변 3개 / 댓글 2개
채택된 답변
+20 포인트
Copy
<div class="footer"> <img src="images/logo.png">
<h4 style="color:white; display:inline-block"><b>Copyright ⓒ HULKMANIA All rights reserved.</b></h4> </div>
답변에 대한 댓글 1개
2017-03-19 (일) 23:14:21
<li> 로감사서서 css 를 조정 해주세요
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.