Skip to content

Instantly share code, notes, and snippets.

View samarkandiy's full-sized avatar
🎯
Focusing

Avaz Bokiev samarkandiy

🎯
Focusing
View GitHub Profile
@tomhicks
tomhicks / plink-plonk.js
Last active November 12, 2024 19:08
Listen to your web pages
@ohiosveryown
ohiosveryown / change-class-on-scroll.html
Last active December 1, 2024 20:58
Vanilla JS – change/add class based on scroll position.
// https://codepen.io/cmykw/pen/gemxJm
// layout
<nav/>
// style
<style>
body { min-height: 200vh; }
nav {
@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 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.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.html
Created August 7, 2012 13:47
A web page created at CodePen.io.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- IF PEN IS PRIVATE -->
<!-- <meta name="robots" content="noindex"> -->
<!-- END -->
@samarkandiy
samarkandiy / index.html
Created July 7, 2012 05:45
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Transparent 3D Sphere Web browser &middot; CodePen</title>
<style>
@samarkandiy
samarkandiy / index.html
Created June 30, 2012 09:24
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Bouncing 3D ball &middot; CodePen</title>
<style>
@samarkandiy
samarkandiy / index.html
Created June 29, 2012 10:56
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Animated Gears &middot; CodePen</title>
<style>