mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
Refactoring hero page into smaller components
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
/* hero-display.component.css */
|
||||||
|
|
||||||
|
.scramble-text-glow {
|
||||||
|
text-shadow:
|
||||||
|
0 0 5px rgba(255, 255, 255, 0.3),
|
||||||
|
0 0 10px rgba(255, 255, 255, 0.2),
|
||||||
|
0 0 15px rgba(255, 255, 255, 0.1);
|
||||||
|
transition: text-shadow 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Enhanced glow for binary characters */
|
||||||
|
.binary-glow {
|
||||||
|
text-shadow:
|
||||||
|
0 0 3px rgba(255, 255, 255, 0.4),
|
||||||
|
0 0 6px rgba(255, 255, 255, 0.3),
|
||||||
|
0 0 9px rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
/* hero-display.component.css */
|
|
||||||
|
|
||||||
.scramble-text-glow {
|
|
||||||
text-shadow:
|
|
||||||
0 0 5px rgba(255, 255, 255, 0.3),
|
|
||||||
0 0 10px rgba(255, 255, 255, 0.2),
|
|
||||||
0 0 15px rgba(255, 255, 255, 0.1);
|
|
||||||
transition: text-shadow 0.3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Enhanced glow for binary characters */
|
|
||||||
.binary-glow {
|
|
||||||
text-shadow:
|
|
||||||
0 0 3px rgba(255, 255, 255, 0.4),
|
|
||||||
0 0 6px rgba(255, 255, 255, 0.3),
|
|
||||||
0 0 9px rgba(255, 255, 255, 0.2);
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user