QR
<!DOCTYPE html> <html> <head> <title>Text to Qr</title> <link rel=”stylesheet” href=”styles.css”> <style> .Img-center{ display: flex; justify-content: center; aling-items: center; margin-top: 10px; } .btn{ background-color:rgb(1, 118, 211); padding:8px 5px; color: white; border-radius:5px; border:none; } </style> </head> <body> <div class=”Img-center”> <h1> Text to Qr Code Generator</h2> </div> <div class=”Img-center”> <img src=” “> </div> <div class=”Img-center”> <input type=”text”> </div> … Read more