diff --git a/src/Components/Hero/Hero.css b/src/Components/Hero/Hero.css index 4a14761..4dc4407 100644 --- a/src/Components/Hero/Hero.css +++ b/src/Components/Hero/Hero.css @@ -9,6 +9,8 @@ align-items: center; justify-content: center; animation: animate 10s ease-in-out infinite; + background-blend-mode: overlay; + background: rgba(0, 0, 0, 0.46); } @keyframes animate{ @@ -55,4 +57,4 @@ .hero-text .btn:hover{ background-color:rgb(111, 111, 160); color:white; -} \ No newline at end of file +}