티스토리 뷰
1. background-size:
cover
- expands the image as large as possible to cover the full width or height of a container. If the dimensions of the container (say, a div) are larger than the dimensions of the image, the image will become distorted. This value is best for images that don't communicate important content to the user, like background images.contain
- expands the image as large as possible, but the image will be letterboxed, which means it won't cover the full width or height of a container.
*font-family: 'Amatic SC', cursive; //이쁘다
2. background-attachment:
scroll
- this value allows the image to move up and down as a user scrolls on the web page (this is the default value).fixed
- this value pins the image's position on the page.
3. background-image: -webkit-linear-gradient(#000000, #000000)
'HTML&CSS' 카테고리의 다른 글
CSS TIP (0) | 2017.11.06 |
---|---|
jQuery / DOM (JavaScripts and the dom) (0) | 2017.09.04 |
Tables (0) | 2017.09.04 |
html&css : Layout (0) | 2017.08.31 |
html&css : Box Model - Content Box (0) | 2017.08.30 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- IS RECORD
- SELECT절 명령어
- FileChannel
- NVL2()
- 상속
- MONTH_BETWEEN
- casring
- Interface
- IN(var1 var2 var3)
- hierarchical query
- z-dindex
- 타입변환과 다형성
- Maven Project
- implements
- 테이블 데이터 복사
- SQL Operator
- tables in htmll
- GROUP BY절
- DI(의존성 주입)
- Generic Type
- 데이터 딕셔너리
- !(not)
- 중첩 클래스
- DECODE()
- 로컬 클래스
- CLASS
- 멤버 클래스
- 계층형 쿼리
- 복수행 함수
- NVL()
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함