From 96b3b06571d1906bca9c6413272984330d1643e5 Mon Sep 17 00:00:00 2001 From: Ahmed Elsherif <119296268+0xelsherif@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:31:09 +0200 Subject: [PATCH] fix buttons --- index.html | 48 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 29a02cf..f2eb2c4 100644 --- a/index.html +++ b/index.html @@ -42,13 +42,19 @@
Created on, FEBRUARY 7, 2024
- GitHub Stars + GitHub Stars + + + GitHub Stars GitHub Forks + + GitHub Discussions + - GitHub Issues + GitHub Issues CodePen Project @@ -71,18 +77,24 @@
Created on, MARCH 27, 2024

A simple text search and highlight tool that allows users to enter a search query and find matching text within a paragraph. The matching text is highlighted, and the number of results is displayed. If no matches are found, a message indicating so is shown.

@@ -101,14 +113,20 @@
Created on, MARCH 27, 2024

This CodePen demonstrates a simple URL QR code generator. Enter a valid URL in the input field, and click the "Generate QR Code" button to generate a QR code representing the URL. If the entered URL is not valid or the input field is empty, appropriate error messages are displayed below the input field. The generated QR code will be displayed in the designated area.