Skip to content

Instantly share code, notes, and snippets.

View samarkandiy's full-sized avatar
🎯
Focusing

Avaz Bokiev samarkandiy

🎯
Focusing
View GitHub Profile
@samarkandiy
samarkandiy / A-Pen-by-Avaz-Bokiev.markdown
Created February 12, 2014 17:11
A Pen by Avaz Bokiev.
@samarkandiy
samarkandiy / index.html
Created June 8, 2013 04:05
A CodePen by Avaz Bokiev. Input validation Hack using CSS
<form action="#">
<div>
<input type="email" name="email" id="name" placeholder="Email" autocomplete="off" required />
</div>
<div>
<input type="submit" value="Submit" />
</div>
</form>
@samarkandiy
samarkandiy / index.html
Created April 3, 2013 10:00
A CodePen by Avaz Bokiev. Creative Circle logo using CSS
<div class="cc">creativecircle</div>
@samarkandiy
samarkandiy / index.html
Created November 6, 2012 04:33
A CodePen by Azik Samarkandiy. Sweet image zoom effects - Using transition, box-sizing: border-box and border-width on hover.
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
@samarkandiy
samarkandiy / index.html
Created November 5, 2012 11:36
A CodePen by Azik Samarkandiy. Sweet image zoom effects - pure CSS
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
<div class="zoom"></div>
@samarkandiy
samarkandiy / index.html
Created October 27, 2012 11:21
A CodePen by Azik Samarkandiy. Accordion slider - using only CSS
<div class="slider">
<div class="slides">
<p class="title"><q>Come forth into the light of things, let nature be your teacher.</q>
<span class="author">William Wordsworth </span>
</p>
</div>
<div class="slides">
<p class="title"><q>Look deep into nature, and then you will understand everything better.</q>
<span class="author">Albert Einstein </span>
</p>
@samarkandiy
samarkandiy / index.html
Created October 7, 2012 12:18
just for fun
<div class="trafficlight">
<div class="protector"></div>
<div class="protector"></div>
<div class="protector"></div>
<div class="red"></div>
<div class="yellow"></div>
<div class="green"></div>
</div>