Html+CSS Ultimate CSS gradient Generator - 그라디언트 배경색
페이지 정보
- 작성자후야
- 조회 : 272
- 작성일 : 2021-01-28 00:41
본문
Ultimate CSS gradient Generator - 그라디언트 배경색
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b2e1ff+0,66b6fc+100;Blue+3D+%236 */
background: #b2e1ff; /* Old browsers */
background: -moz-linear-gradient(45deg, #b2e1ff 0%, #66b6fc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #b2e1ff 0%,#66b6fc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #b2e1ff 0%,#66b6fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background: #b2e1ff;
background: -moz-linear-gradient(45deg, #b2e1ff 0%, #66b6fc 100%);
background: -webkit-linear-gradient(45deg, #b2e1ff 0%,#66b6fc 100%);
background: linear-gradient(45deg, #b2e1ff 0%,#66b6fc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=1 );
첨부파일
- 이전글Ajax를 이용한 SelectBox option 삽입 2021.01.30
- 다음글transition - 객체 변화, 시간 지연 2021.01.28