.gradient{
width: 100%;
height: 100%;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradientBG 20s ease infinite;
}
@keyframes gradientBG {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
'퍼블리셔(프론트) > css' 카테고리의 다른 글
select2:focus outline remove (0) | 2019.07.05 |
---|---|
크롬,사파리에서만 css 적용하기 (0) | 2019.06.07 |
select css (0) | 2019.06.04 |
완성도있는 홈페이지 css (0) | 2019.05.07 |
이미지 항상 수직으로 (0) | 2017.11.10 |