반응형
.view_app_desc:after {
content: "";
display: block;
height: 50px;
position: absolute;
bottom: 100px;
width: 100%;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
728x90
반응형
'CSS' 카테고리의 다른 글
ios & android 100vh 오류 해결 (0) | 2022.04.29 |
---|---|
Masonry layout (1) | 2022.03.29 |
css 애니메이션 (0) | 2022.03.07 |
삼각형과 말풍선 화살표 css (0) | 2022.02.07 |
자간과 행간 (0) | 2022.02.07 |