<style type="text/css">
video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background: url(polina.jpg) no-repeat;
background-size: cover;
}
</style>
<video autoplay loop id="bgvid">
<source src="hdvideo.mp4" type="video/mp4">
</video>
'[ Web 관련 ] > HTML, CSS' 카테고리의 다른 글
라디오버튼, 체크박스의 텍스트 정렬 (0) | 2020.02.12 |
---|---|
미디어 쿼리 (반응형 작성시) (0) | 2019.12.20 |
부트스트랩 모달 내용 부분에 세로 스크롤 사용하기 (0) | 2019.11.20 |
체크박스 label 사용시 텍스트 정렬 (0) | 2019.08.18 |
image sprite 만들어주는 사이트(icon등에 사용) (0) | 2019.07.31 |