Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
목록Video (1)
A Joyful AI Research Journey🌳😊
CSS: 텍스트 뒤에 동영상 배경 두기
230408 현재 포트폴리오 만들고 있는 데, 각 섹션마다 동영상 배경을 두고 싶었다. HTML id를 background-video로 둔다. CSS 제일 중요한 건 z-index: -1을 써서 우선 순위를 뒤로 둬야한다! #background-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } 결과물) 캡쳐여서 움직이지는 않는 데 동영상 배경이다. 텍스트가 앞에 위치한다! 참고: https://blog.hubspot.com/website/video-background-css
💻Bootcamp Self-Study Revision✨/HTML5, CSS, Bootstrap, JSP
2023. 4. 8. 22:05