diff --git a/styles.css b/styles.css index 477c01b..d26b622 100644 --- a/styles.css +++ b/styles.css @@ -158,10 +158,6 @@ h3 { height: 300px; margin-right: 40px; border-radius: 20px; - /* box-shadow: 0 0 20px rgba(0, 207, 255, 1), 0 0 40px rgb(238, 255, 0), - 0 0 60px rgb(255, 0, 247); */ - /* box-shadow: -4px -2px 2px rgba(0, 207, 255, 1), -8px -4px 4px rgb(238, 255, 0), - -12px -6px 6px rgb(255, 0, 247); */ box-shadow: 0 0 2px 2px rgba(0, 207, 255, 1), 0 0 4px 4px rgb(238, 255, 0), 0 0 6px 6px rgb(255, 0, 247); border: 4px solid #e11d74;