Skip to content

Instantly share code, notes, and snippets.

View juniorinvernizzi's full-sized avatar

juniorinvernizzi

View GitHub Profile
[Orçamento] - Landing Page F01 - SITE DO CLIENTE
<b>Nome:</b> [field id="nome"]<br>
<b>E-mail:</b> [field id="email"]<br>
<b>Telefone/Whatsapp:</b> [field id="mascara_telefone_nono_digito"]<br>
<b>Assunto:</b> [field id="assunto"]<br>
<b>Mensagem:</b> [field id="mensagem"]
@juniorinvernizzi
juniorinvernizzi / gist:1bcc2221ca185df28c24f28233f5a78e
Created January 28, 2020 22:36 — forked from Mikodes/gist:be9b9ce42e46c3d4ccb6
All Media queries for resolutions
/* (320x480) iPhone (Original, 3G, 3GS) */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* insert styles here */
}
/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {
/* insert styles here */
}