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 / index.html
Created October 6, 2012 07:04
work on progress...
<div class="preview">
<input checked class='red' name='color' type='radio' />
<input class='green' name='color' type='radio' />
<input class='yellow' name='color' type='radio' />
<input class='purple' name='color' type='radio' />
<img src="http://iweb.uz/azik/wp-content/uploads/2012/10/tshirta.png"/>
</div>
@samarkandiy
samarkandiy / index.haml
Created October 4, 2012 07:08
created by Azik Samarkandiy
.slider
%input.slide1{:checked => "", :name => "thumbnail", :type => "radio"}/
%input.slide2{:name => "thumbnail", :type => "radio"}/
%input.slide3{:name => "thumbnail", :type => "radio"}/
%input.slide4{:name => "thumbnail", :type => "radio"}/
.images
@samarkandiy
samarkandiy / index.html
Created October 4, 2012 02:13
Custom radio buttons using CSS + CSS only changing backgrounds
<input checked data-tooltip='r' class='test1' name='test' type='radio' />
<input class='test2' data-tooltip='g' name='test' type='radio' />
<input class='test3' data-tooltip='b' name='test' type='radio' />
<div></div>
@samarkandiy
samarkandiy / index.haml
Created September 24, 2012 10:48
using CSS
.border
.border
.border
.border
.border
.border
.border
.border
.border
.border
@samarkandiy
samarkandiy / index.haml
Created September 21, 2012 08:22
I'm tried to create more CSS background patterns not included on http://lea.verou.me/css3patterns/ by Lea Verou
.pattern
.pattern
.pattern
.pattern
.pattern
.pattern
.pattern
.pattern
.pattern
.pattern
@samarkandiy
samarkandiy / dabblet.css
Created September 19, 2012 10:13 — forked from LeaVerou/dabblet.css
Move in a circle without wrapper elements
/**
* Move in a circle without wrapper elements
* Idea by Aryeh Gregor, simplified by Lea Verou
*/
@keyframes rot {
from {
transform: rotate(0deg)
translate(-150px)
rotate(0deg);
@samarkandiy
samarkandiy / index.html
Created September 3, 2012 11:13
more than 50 shapes using Pure http://cssshapes.iweb.uz/
<div class="frame">
<div class="star"></div>
</div>
<div class="frame">
<div class="star2"></div>
</div>
<div class="frame">
<div class="star11"></div>
</div>
<div class="frame">
@samarkandiy
samarkandiy / index.html
Created August 31, 2012 07:13
work on progress....
<img src="http://iweb.uz/wp-content/uploads/2012/08/html5.png">
<div class="bg">
<span>offline</span>
<div class="offline"></div>
</div>
<div class="bg">
<span>storage</span>
<div class="storage"></div>
</div>
@samarkandiy
samarkandiy / index.haml
Created August 27, 2012 07:43
using multiple radial & linear backgrounds
.chrome