From a3bd7d854efc7e059d68bc842d8981fd785c9e6c Mon Sep 17 00:00:00 2001 From: Senator Olorunnisola Date: Thu, 8 Feb 2024 00:06:55 +0100 Subject: [PATCH 1/2] Update style.css --- projects/amine-pics-generator/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/amine-pics-generator/style.css b/projects/amine-pics-generator/style.css index 077c804..46020e2 100644 --- a/projects/amine-pics-generator/style.css +++ b/projects/amine-pics-generator/style.css @@ -1,4 +1,4 @@ -body{ +body { margin: 0; background: linear-gradient(to right, lightblue, yellow); display: flex; @@ -8,7 +8,7 @@ body{ font-family: 'Courier New', Courier, monospace; } -.container{ +.container { background: aliceblue; border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.3); @@ -18,7 +18,7 @@ body{ margin: 5px; } -.btn{ +.btn { background-color: green; color: aliceblue; padding: 10px 30px; @@ -29,19 +29,19 @@ body{ } -.btn:disabled{ +.btn:disabled { background-color: gray; cursor: not-allowed; } -.anime-img{ +.anime-img { height: 300px; width: 300px; border-radius: 50%; border: 3px solid green; } -.anime-name{ +.anime-name { margin: 20px; background-color: green; color: aliceblue; @@ -51,6 +51,6 @@ body{ font-weight: 600; } -.anime-container{ +.anime-container { display: none; -} \ No newline at end of file +} From d14dc56e92649c91b5d7ce8f6559b6f26f9331b7 Mon Sep 17 00:00:00 2001 From: Senator Olorunnisola Date: Thu, 8 Feb 2024 00:10:54 +0100 Subject: [PATCH 2/2] Update index.html comment --- projects/animated-search-bar/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/animated-search-bar/index.html b/projects/animated-search-bar/index.html index 6c2b098..5419cf8 100644 --- a/projects/animated-search-bar/index.html +++ b/projects/animated-search-bar/index.html @@ -1,5 +1,6 @@ + @@ -7,8 +8,10 @@ Animated Search Bar +
+ magnifier
+