This file contains 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="main"> | |
<div class="message"> | |
<p><span class="money">$167</span> still needed for this project</p> | |
</div> | |
<div class="bar"> | |
</div> | |
<div class="main-component"> | |
<div class="text"> | |
<p><span class="days">Only 3 days left</span> to fund this project.</p> |
This file contains 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
<body> | |
<div class="main"> | |
<div class="message"></div> | |
<div class="bar"></div> | |
<div class="main-component"></div> | |
<button class="btn">Save for later</button> | |
<button class="btn">Tell your friends</button> | |
</div> | |
</body> |