My-website/src/styles/utilities.css

13 lines
309 B
CSS

@layer utilities {
.animated-bg {
@apply
overflow-hidden; } { content: ''
.animated-bg::before
relative
bg-gradient-primary .animated-bg::before;
@apply
inset-0 opacity-50; animation: gradientShift 15s ease infinite
absolute
bg-gradient-primary;
}
.fox-ear {