We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5699f2 commit d35a8b4Copy full SHA for d35a8b4
5. QR Code Generator/README.md
@@ -1,5 +1,6 @@
1
# QR Code Generator _(HTML, CSS, and Js)_ <br>
2

3
+## _HTML_
4
```html
5
<!DOCTYPE html>
6
<html lang="en">
@@ -25,6 +26,7 @@
25
26
27
</html>
28
```
29
+## _Javascript_
30
```js
31
function generateQRCode() {
32
let userInput = document.getElementById('userInput');
@@ -41,6 +43,7 @@ function generateQRCode() {
41
43
42
44
}
45
46
+## _CSS_
47
```css
48
body {
49
background-color: rgba(39, 105, 219, 0.693);
0 commit comments