인프런 커뮤니티 질문&답변
섹션 로케이션 01 오버레이 질문입니다
작성
·
209
답변 1
1
코딩웍스(Coding Works)
지식공유자
네. 말씀하신데로 아래처럼 .location-inner에 배경이미지랑 배경색 동시에 넣을 수 있어요.
.location-inner {
background: #000 url(images/aaa.jpg) no-repeat center center;
}
.location-inner:before를 쓰면 나중에 이 가상클래스로 뭔가 더 할 수도 있어요.
제작자가 원하는 방향으로 하시며 됩니다~^^




