Skip to content

Instantly share code, notes, and snippets.

View juanbrujo's full-sized avatar
:octocat:

Jorge Epuñan juanbrujo

:octocat:
View GitHub Profile
@juanbrujo
juanbrujo / dabblet.css
Created December 20, 2011 22:52 — forked from anonymous/dabblet.css
Diego's Parallax - Test 1
/**
* Diego's Parallax - Test 1
*/
body {
background: #222;
}
#container {
position: absolute;
top: 50%;
@juanbrujo
juanbrujo / dabblet.css
Created December 20, 2011 22:52 — forked from anonymous/dabblet.css
CSS3 oblique rotation
/*
CSS3 oblique rotation
© CSSLab.cl
*/
html {min-height: 100%;}
body {
background-image: linear-gradient(bottom, rgb(48,48,48) 30%, rgb(5,5,5) 47%);
}
@-webkit-keyframes girando {
@juanbrujo
juanbrujo / loop.css
Last active December 27, 2015 13:59
LESS basic loop
selector:nth-child(4) {
property: 4px;
}
selector:nth-child(3) {
property: 3px;
}
selector:nth-child(2) {
property: 2px;
}
selector:nth-child(1) {
@juanbrujo
juanbrujo / comunas-regiones.json
Last active April 19, 2024 21:12 — forked from sergiohidalgo/comunas-regiones-chile.json
Comunas y regiones de chile JSON
{
"regiones": [
{
"region": "Arica y Parinacota",
"comunas": ["Arica", "Camarones", "Putre", "General Lagos"]
},
{
"region": "Tarapacá",
"comunas": ["Iquique", "Alto Hospicio", "Pozo Almonte", "Camiña", "Colchane", "Huara", "Pica"]
},