Created
February 18, 2018 13:55
-
-
Save nareshdevineni/3a75e0df24a96ed2b52cfbed1c0ca5b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="flex-container"> | |
| <div class="flex-item card"> | |
| <div>20$</div> | |
| <h2>Beginner</h2> | |
| <p>Ideal for Individuals and small teams</p> | |
| </div> | |
| <div class="flex-item card"> | |
| <div>40$</div> | |
| <h2>Advanced</h2> | |
| <p>Ideal for start-ups with amazing ideas</p> | |
| </div> | |
| <div class="flex-item card"> | |
| <div>80$</div> | |
| <h2>Professional</h2> | |
| <p>Ideal for Individuals and small teamIdeal for companies with solid userbases</p> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment