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
function isOverflowed(element){ | |
return element.scrollHeight > element.clientHeight || element.scrollWidth > element.clientWidth; | |
} |
I hereby claim:
To claim this, I am signing this object:
set fish_color_user ffd787 | |
set fish_color_host 0087d7 | |
function fish_prompt --description 'Write out the prompt' | |
set -l last_status $status | |
# Just calculate these once, to save a few cycles when displaying the prompt | |
if not set -q __fish_prompt_hostname | |
set -g __fish_prompt_hostname (hostname|cut -d . -f 1) |
{ | |
"rules": { | |
"at-rule-empty-line-before": [ "always", { | |
except: ["blockless-group"], | |
ignore: ["after-comment"], | |
} ], | |
"block-closing-brace-newline-after": "always", | |
"block-closing-brace-newline-before": "always-multi-line", | |
"block-closing-brace-space-before": "always-single-line", | |
"block-no-empty": true, |
[email protected]
filipelinhares.com
Filipe Linhares
Porto Alegre - Rio Grande do Sul
set background=dark | |
hi clear | |
if exists("syntax_on") | |
syntax reset | |
endif | |
let colors_name = "wombat" |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>HTML Test</title> | |
<link rel="stylesheet" href="YOUR-STYLESHEET.css"> | |
</head> | |
<body> | |
<h1>Heading 1</h1> |
app.js
- 214 linhas de jQuery