Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <div class="container"> <div class="main"> <h2>Join Our Community</h2>
            <h3>30-days,hassle-free money back gurantee</h3>
        
            <p style="color:#333333;">Gain access to our sull library of tutorials along with expert code reviews.<br>perfact for any developers who are serious about honing skills.</p>
        </div>
        <div class="flex">
            <div class="first">
                <h4>Monthly Subscription</h4>
                <div class="disable">
                    <span style="font-size: xx-large;">$29 </span><span style="color: #ebebeb; line-height: 20px ;">permonth</span>
                </div>
                <br>
                <p>Full access for lass than $1 a day</p>
                <button>Sign Up</button>
            </div>
            <div class="second">
                <h4>Why Us</h4>
                <p>Tutorials by industry experts <br>Peer & expert code review <br>Coding excercies <br>Access to our GitHub repos <br>Community fouram <br>Flashcard decks <br>New video every week</p>
            </div>
    
        </div>
    </div>
    
    </body> </html>
  • Submitted


    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png"> <title>Frontend Mentor | QR code component</title> </head> <body>

    Improve your front-end skills by building projects

    Scan the QR code to visit Frontend Mentor and take your coding skills to the next level

    <div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Vraj Patel</a>. </div> <div class="card align-middle"> <img src="images/image-qr-code.png" alt="abcd" width="90%" style="margin: 10px; border-radius: 20px;"> <div class="container"> <h3>improve Your front-end skills by building projects</h3> <p>Scan the QR code to visit frontendmentor and take your coding skills to the next level</p> <br><br> </div> </div> </body> </html>