Skip to content

Instantly share code, notes, and snippets.

View Quay3's full-sized avatar

Quay3

  • Saturday Drive
View GitHub Profile
#ninja_forms_field_250{
background-color: #ff0000;
}
p{
color: red;
}
p a{
color: blue;
}
@Quay3
Quay3 / gist:061b6ab9a890cffcf9dd46e200c1e0b2
Last active December 9, 2016 17:55
"Last Rule" example
p{
color: red;
}
p{
color: green;
}
#nf-field-443{
background-color: #ff0000;
}
#nf-field-443{
margin-top: 37px;
}
# Begin HTTPS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourwebsite.com/$1 [R,L]
</IfModule>
# END HTTPS
<img src="http://anotherwebsite.com/image.jpg" height="1080" width="1920">