File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -47,31 +47,19 @@ header p {
4747 .overlay { font-size : 1rem ; }
4848}
4949
50- /* Add this at the top or bottom of your existing file */
5150
5251/* Page background gradient */
5352body {
5453 background : linear-gradient (135deg , # 1e2328, # 2f3a4f );
55- transition : background 2s ease-in-out;
56- animation : bgShift 20s infinite alternate;
5754}
5855
5956/* Animate background shift */
60- @keyframes bgShift {
61- from { background : linear-gradient (135deg , # 1e2328, # 2f3a4f ); }
62- to { background : linear-gradient (135deg , # 2f3a4f, # 413c58 ); }
63- }
6457
6558/* Header text color animation */
6659header h1 {
6760 color : # 00bcd4 ;
68- animation : hueRotate 5s infinite linear;
6961}
7062
71- @keyframes hueRotate {
72- 0% { filter : hue-rotate (0deg ); }
73- 100% { filter : hue-rotate (360deg ); }
74- }
7563
7664/* Overlay “pop” animation on emotion change */
7765.overlay {
You can’t perform that action at this time.
0 commit comments