From da9b1fb550293eb9f4df1b37a26852250fef460f Mon Sep 17 00:00:00 2001 From: G Date: Sun, 9 Mar 2025 05:43:25 -0500 Subject: [PATCH] rmv --- main.css | 60 -------------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 main.css diff --git a/main.css b/main.css deleted file mode 100644 index 85f94ca..0000000 --- a/main.css +++ /dev/null @@ -1,60 +0,0 @@ -body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - color: green; -} - -.items-container { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); - gap: 16px; - padding-bottom: 10px; -} - -.item { - background-color: #f9f9f9; - padding: 3px; - border-radius: 8px; - text-align: center; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -} - -.overlay { - text-align: center; - position: absolute; - bottom: 8%; - left: 0; - width: 100%; - height: 50%; - background-color: rgba(255, 255, 255, 0.8); - z-index: 100; -} - -.overlay h3 { - margin: 0; - color: black; - font-size: 1.2em; -} - -.overlay p { - margin-top: 5px; - color: gray; - font-size: 0.9em; -} - - -.search-container { - display: flex; - align-items: center; - gap: 8px; -} - -.results-container { - display: grid; - grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); - gap: 16px; - margin-top: 16px; -} - -.result-item { - text-align: center; -} \ No newline at end of file