250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Certbot
- Linux
- non-www
- SSL
- LetsEncrypt
- CentOS7
- crontab
- git pull
- php
- home page
- Liniux
- MariaDB
- child theme
- front page
- root
- Apache
- new user
- vscode
- wordpress
- DOM Parser
- 구글 클라우드
- launch.json
- https
- html
- centos
- mysql
- Xdebug
- Mac
- Google Cloud
- Fail2ban
Archives
- Today
- Total
between 0 and 1
배경이미지에 Fading 효과 주기 본문
728x90
반응형
HTML & CSS 예제
HTML
CSS
body { padding: 0; margin: 0;} .image { position: relative; background-color:red;} .image img { display: block; position: relative; z-index: 1; width: 100%; } .image .fade { position: absolute; bottom: 0; width: 100%; height: 350px; z-index: 2; background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1.0) 60%) repeat scroll 0 0; }
728x90
반응형
'Software Development Engineering > HTML & CSS' 카테고리의 다른 글
[DropDown UI] UL - LI 구조를 Select (Drop Down) UI 로 만들기 (0) | 2020.12.01 |
---|