인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

sur19884354's profile image
sur19884354

asked

How to Make a Practical Website as Taught by Web Publishers Season 1

Creating the main page content area (footer area) HTML5 + CSS3

이미지 사용시 좌표 질물

Written on

·

321

0

background : url(../img/sp_com.pngno-repeat -150px 0;
background-position
Bold 문구 두가지의 차이가 무엇인가요?
축약형태인가요?
아니면 사용하는 시점이(용도) 다른가요?
HTML/CSS

Answer 1

0

background라고 구글에 올려보면 background를 변경할 수 있는 요소들이 굉장히 많이 나옵니다.

background-image, background-size, background-position 이렇게 일일이 처서 변경이 가능하지만 귀찮지 않습니까?

그래서 a{background:url() 150px #fff; 뭐} 이런식으로 - 뒤에 나오는 언어를 생략하고 background만 쓰고 뒤에 들어갈 숫자만 써주는거입니다.

sur19884354's profile image
sur19884354

asked

Ask a question