Skip to content

Instantly share code, notes, and snippets.

View maneja81's full-sized avatar
💭
eat; sleep; code; repeat;

Mohit Aneja maneja81

💭
eat; sleep; code; repeat;
View GitHub Profile
@maneja81
maneja81 / Pure CSS Pricing Tables
Last active December 19, 2015 21:59
A CodePen by Mohit Aneja. Pure CSS Pricing Table - Here's the code for pure css pricing table, I've created for one of my client's project.
<div class="pricing-table clearfix">
<ul class="highlight-low">
<li class="heading">Free</li>
<li class="price">$0/mo</li>
<li class="feature"><span>Some feature</span></li>
<li class="feature"><span>Some feature</span></li>
<li class="feature"><span>Some feature</span></li>
<li class="feature"><span>Some feature</span></li>
<li class="feature"><span>Some feature</span></li>
<li class="call-to-action">Buy Now</li>
@maneja81
maneja81 / Proportionate Window and Element Heights
Last active December 19, 2015 04:28
A CodePen by Mohit Aneja. Proportionate Window and Element Heights - Tried this for responsive design. Check it out and let me know if any improvements can be done.
<h2>Resize the window to see it working!</h2>
<div id="test">
<div class="log margin-10-bottom">Window Height: </div>
<div class="log1 margin-10-bottom">Element Height: </div>
</div>
@maneja81
maneja81 / index.markdown
Created June 29, 2013 10:39
A CodePen by Mohit Aneja. Proportionate Window and Element Heights - Tried this for responsive design. Check it out and let me know if any improvements can be done.
Window Height:
Element Height: