CSS

[image] CSS - Image Text - (이미지 위에 텍스트 배치/띄우기)

이미지 위에 텍스트 배치/띄우기

 

<style>

.box {position: relative;  text-align: center;  color: white;}

.box img {max-width:100%;}

.bottom-left {  position: absolute;  bottom: 8px;  left: 16px;}

.top-left {position: absolute;  top: 8px;  left: 16px;}

.top-right {position: absolute; top: 8px; right: 16px;}

.bottom-right {position: absolute; bottom: 8px; right: 16px;}

.centered { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

</style>


<div class="box">

  <img src="https://source.unsplash.com/random" alt="랜덤이미지">

  <div class="bottom-left">하단 좌측</div>

  <div class="top-left">상단 좌측</div>

  <div class="top-right">상단 우측</div>

  <div class="bottom-right">하단 우측</div>

  <div class="centered">정중앙</div>

</div>

 

결과보기

 

방문 감사합니다. (즐겨찾기 등록: Ctrl + D)

분류 제목
intro CSS - 정의・장점・구문・초기화 + 주석
intro CSS - 발전사 (CSS1 → CSS2.01 → CSS) + 제작관리 단체
intro CSS - 스타일 적용 방법 3가지 ★★★ - (인라인스타일 / 내부스타일 / 외부스타일) CSS적용순서 +…
selector CSS - 선택자 (Selector) 종류 + 선택자에 사용가능한 문자 (= 선택자 이름짓기 주의사항)
selector CSS - ID선택자, class선택자 + CSS우선순위 ★★★ (= 아이디선택자, 클래스선택자, CSS명시…
selector CSS - * 전체선택자 - 모든 요소 선택. (요소선택자군) ※ 아스테리크 (asterisk) 선택자 = …
selector CSS - element 요소선택자 ★ - 지정 요소 선택. (요소선택자군)
selector CSS - element,element 병렬선택자 ★ - 쉼표로 나열된 여러 요소 선택. (= 여러 요소선택…
selector CSS - element element 자손선택자 ★ - 자손요소 (요소선택자)
1/33
목록
  • 채팅방
  • 필독
1. 채팅창 헤드에서 접속자 확인 2. 닉네임 클릭해 1:1 채팅 가능 3. 닉네임 클릭해 귓속말 가능 4. 닉네임 클릭해 호출하기 가능 5. 우하단 클릭해 환경 설정 가능 6. 의뢰글 작성 후 의뢰 상담 가능 7. 질문글 작성 후 질문 상담 가능 8. 채팅방에 개인정보 입력 금지 9. 채팅방에 광고 욕설 비방 금지
 홈  PC버전 로그인 일본어
웹디자인언어
서버관리언어
고급코딩언어
그누보드 2
제작의뢰
Q&A
커뮤니티 1
웹유틸
회원센터
홈짱 PC버전 로그인