This project is a solution to the QR code component challenge on Frontend Mentor. The challenge involves building a QR code component that matches a given design.
- Displays a QR code within a structured card layout.
- Includes a title and a brief description for the QR code.
- Fully responsive design, adapting to various screen sizes.
- HTML5
- CSS3
- Flexbox for layout and alignment
- Clone the repository:
git clone https://github.com/Tanimhrn/QR-Code-Component.git
- Navigate to the project directory:
cd QR-Code-Component - Open the
index.htmlfile in your preferred browser to view the component.
index.html- Contains the main HTML structure.style.css- Defines the styling for the QR code component, including layout, colors, and typography.
This project was built as part of the Frontend Mentor QR Code Component Challenge. It provided a design, and the task was to replicate the layout using HTML and CSS.
This project is licensed under the MIT License. See the LICENSE file for more details.