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 7px; color: white; border-radius:5px; border:none; } .input-center{ padding: 10px; font-size:18px border-radius:50px; } .foot{ position:absolute; bottom:0; align-items: center; } </style> </head> <body> <div class=”Img-center”> <h1> Text to Qr Code Generator</h2> … Read more