Skip to content

Instantly share code, notes, and snippets.

View adivik2000's full-sized avatar

Aditya Vikram Thoomati adivik2000

View GitHub Profile
@adivik2000
adivik2000 / dabblet.css
Created July 18, 2012 00:40 — forked from ludviglindblom/dabblet.css
CSS3 Border-Radius with Border - Circle Avatars
/**
* CSS3 Border-Radius with Border - Circle Avatars
*/
/* General Styles */
body { background: url(http://subtlepatterns.com/patterns/white_texture.png);
font: 100 14px sans-serif;
color: #444555; text-shadow: 0 2px white;
text-align: center;
@adivik2000
adivik2000 / dabblet.css
Created June 25, 2012 19:06 — forked from ddprrt/dabblet.css
Galleria
/**
* Galleria
*/
body {
background-color:white;
background-image: linear-gradient(0, rgba(200,0,0,.5) 50%, transparent 50%),
linear-gradient(rgba(200,0,0,.5) 50%, transparent 50%);
background-size:50px 50px;
}
@adivik2000
adivik2000 / Fullpage.html
Created June 20, 2012 09:16
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Pure CSS Animated UI &middot; CodePen</title>
<style>
@adivik2000
adivik2000 / dabblet.css
Created May 7, 2012 15:46 — forked from jackie/dabblet.css
FizzBuzz with CSS
/**
* FizzBuzz with CSS
*/
body {
counter-reset: fizzbuzz;
}
div {
@adivik2000
adivik2000 / gist:2375342
Created April 13, 2012 09:10 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
.mouse, #preview{
position: absolute;
background-repeat: no-repeat;
height: 22px;
min-width: 15px;
z-index: 100;
}
.mouse{
background-image: url('../images/cursor.png');