diff --git a/index.css b/index.css index 3a29b65a..eef66cf3 100644 --- a/index.css +++ b/index.css @@ -1153,4 +1153,9 @@ body { background-color: teal !important; font-size: 15px; + } + + /*Effect to the image in aboutus section**/ + .about-img { + filter: drop-shadow(30px 30px 30px rgba(17, 133, 137, 0.683)); } \ No newline at end of file diff --git a/style.css b/style.css index 14a1e2cf..1e1ffdb7 100644 --- a/style.css +++ b/style.css @@ -384,6 +384,7 @@ h6 { .nav_link li a { transition: all 0.3s ease 0s; color: white; + font-size: 12px; } .nav_link li a:hover {