Skip to content

Commit d35a8b4

Browse files
authored
Update README.md
1 parent d5699f2 commit d35a8b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

5. QR Code Generator/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# QR Code Generator _(HTML, CSS, and Js)_ <br>
22
![alt text](https://github.com/AkashKobal/web-development/blob/main/5.%20QR%20Code%20Generator/qr%20code%20generator.png)
3+
## _HTML_
34
```html
45
<!DOCTYPE html>
56
<html lang="en">
@@ -25,6 +26,7 @@
2526

2627
</html>
2728
```
29+
## _Javascript_
2830
```js
2931
function generateQRCode() {
3032
let userInput = document.getElementById('userInput');
@@ -41,6 +43,7 @@ function generateQRCode() {
4143

4244
}
4345
```
46+
## _CSS_
4447
```css
4548
body {
4649
background-color: rgba(39, 105, 219, 0.693);

0 commit comments

Comments
 (0)