Skip to content

Instantly share code, notes, and snippets.

View williamroger's full-sized avatar

William Roger williamroger

  • Accenture
  • Recife-PE, Brasil
View GitHub Profile
@williamroger
williamroger / estados-cidades.json
Created September 24, 2019 20:27 — forked from letanure/estados-cidades.json
JSON estados cidades
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",
@williamroger
williamroger / better-font-smoothing.css
Created January 27, 2018 11:21 — forked from hsleonis/better-font-smoothing.css
Better font smoothing in cross browser
html {
/* Adjust font size */
font-size: 100%;
-webkit-text-size-adjust: 100%;
/* Font varient */
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
/* Smoothing */
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
@williamroger
williamroger / dabblet.css
Last active September 2, 2016 02:59
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@williamroger
williamroger / dabblet.css
Created September 2, 2016 02:59
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@williamroger
williamroger / dabblet.css
Created September 2, 2016 02:59
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@williamroger
williamroger / dabblet.css
Created December 28, 2015 00:04
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@williamroger
williamroger / dabblet.css
Created December 28, 2015 00:04
Untitled
.cubo {
position: relative;
perspective: 6px;
}
.face1 {
position: absolute;
background-color: red;
width: 150px;
height: 150px;
transform: translateZ(50px);