Rems 16px based
- 8px = 0.5rem
- 9px = 0.5625rem
- 10px = 0.625rem
- 11px = 0.6875rem
- 12px = 0.75rem
- 13px = 0.8125rem
- 14px = 0.875rem
- 15px = 0.9375rem
Rems 16px based
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> | |
<title>My Title</title> | |
<meta name="author" content="@ofilipelinhares"> | |
<meta name="description" content="description"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
{ | |
"sort-order":[ | |
"position", | |
"top", | |
"right", | |
"bottom", | |
"left", | |
"z-index", | |
"display", | |
"float", |
localStorage.setItem('visited-'+window.location.pathname,true); | |
var links = document.getElementsByTagName('a'); | |
for (i=0;i<links.length;i++) { | |
var link = links[i]; | |
if (link.host == window.location.host && localStorage.getItem('visited-' + link.pathname + '/')) { | |
link.dataset.visited = true; | |
} | |
} |
#201F20,#333333,#D4A53F,#FFFFFF,#3E313C,#F2F2F2,#00FFD5,#EB4D5C |
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed. | |
* | |
* If you are unfamiliar with LESS, you can read more about it here: | |
* http://www.lesscss.org | |
*/ | |
@image-noise: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAAB3BAMAAADC/GLDAAAAMFBMVEUAAACqqqoAAACqqqo/Pz8AAAAuLi4TExN/f3+Li4tiYmLX19ewsLDi4uJYWFixsbGPmeHFAAAAEHRSTlMAAwIGCAULDQYLDQ0NCRcXy6bg3wAACQBJREFUeF5l0M3rLm9BwOHrvuf9mec55z75Wra41cwKF2MZYaspc1FEjERv1GLAHwVRMEoSRIvRhYS4mDBIyMWQKAQZIxhUKIySRK0eC0HCxYFq0+rbf9Dy4XCuP+Cz+MggRyvg00jY1AT0o7qBNqUew+CquiBcQIvRjgS4HxJJBzsAGW2DqjpXgMSPWaFiIpKhruT/lm94A/WUROA5ReOBihVMkWhDNiLgfsIAUx3B6eamWSQcOka0AEwoJxZOMEggMgGaNeEGLJQwQElApeiB6hMAGUDzbRcAgnMtPPk4yPg/eD6wz1wu5AmY6bl9cMZdvNAkoIcSULDovMvtAPQAkeEOEy5YIADKT3BCVQGIuNPCPxIADUFPBKcALyJMPm8gGT2IwE9QCCVcxqEZ3wGYIHjok/IAjLUlcdNgmmlE9swz2h5uuLNVvNTC/szAuJL2HeNOoiMkgA0w9ZTIGIG3aySVBUQxNEp1aEDM84ASQGaoUh9ULDZnBtuAMwo0jABafbMbMRUcmBG/CxH/TKdQjA6Q4e9WIzagwe2zCoAarht8aGn+CtDnX/E6GVQcn7N/HZ/2sJjxXjA |
ohmyplugin (){ | |
cd ~/.oh-my-zsh/custom/plugins | |
git clone $1 | |
subl $HOME/.zshrc | |
} |
<button class="pure-button rein-btn-pill btn-success">Button</button> |