Untitled

 avatar
unknown
plain_text
3 years ago
2.0 kB
7
Indexable
<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title></title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="./styles.css">
    </head>

    <body>
        <div id="main">
              <div class="container">
                <table>
                  <tr>
                <div class="community">
                  <td>
                  <h2 class="community-header">Join our community</h2>
                  <h3>30-day, hassle-free monkey back guarantee</h3>
                <p>Gain acess to our full library of tutorials along with expert code reviews. Perfect for 
                  any developers who are serious about homing their skills.
                </p>
              </td>
                </div>
              </tr>

              <tr>
                <div class="card-details">



                  <td>
                  <div class="card">
                    <p class="card-header">Monthly Subscription</p>
                    <h1>$29</h1>
                    <span>Per Month</span>
                    <p>Full acess for less than $1 a day.</p>
                    <button id="buttn" type="button">Sign Up</button>
                  </div>
                </td>



                  <td>
                  <div class="why-us">
                    <h4 class="why-us-header">Why Us</h4>
                    <p>Tutorials by industry experts
                      Peer & expert code review
                      Coding exerscise
                      Acess to our GitHub repos
                      Community forum
                      Fishcard decks
                    </p>
                  </div>
                </td>
                </div>
              </tr>

              </table>
              </div>
          </div>
    </body>
</html>
Editor is loading...