This repository contains a simple QR component created using basic HTML and CSS. The component includes an image of a QR code that, when scanned, directs users to the Frontend Mentor website. Additionally, there is text prompting users to scan the QR code.
- QR Code Image: An image of a QR code is displayed, making it easy for users to scan using their mobile devices.
- Text Prompt: A text prompt is provided to encourage users to scan the QR code for further interaction.
- HTML
- CSS (with Flexbox for layout and responsiveness)
To use this QR component, follow these steps:
-
Clone the repository to your local machine: git clone https://github.com/yourusername/qr-component.git
-
Open the index.html file in your preferred web browser.
-
Scan the QR code using a QR code scanner on your mobile device.
This project is licensed under the MIT License.
Frontend Mentor (for the inspiration)