diff --git a/index.html b/index.html index 87a8b1f..e07e2fc 100644 --- a/index.html +++ b/index.html @@ -19,17 +19,23 @@ .small-logo { width: 6%; + border-radius: 30px; } .content { display: inline-block; + } + + .logo:hover, .small-logo:hover { + opacity: 0.7; /* Simple hover effect */ } +