Here's a responsive code for a QR Code Generator tool in HTML with CSS and JavaScript:
```html
QR Code Generator
QR Code Generator
```
This code allows users to input text or a URL, generates a QR code dynamically based on the input, and provides an option to download the generated QR code. The QR code is generated using the `qrcode.js` library.