Skip to content

Instantly share code, notes, and snippets.

View filipeleonelbatista's full-sized avatar
🏠
Working from home

Filipe de Leonel Batista filipeleonelbatista

🏠
Working from home
View GitHub Profile
@jlengstorf
jlengstorf / wp-img-defaults.css
Created February 26, 2013 23:06
Default styling for WordPress image alignment and captions
/*
* Default WP Alignment Classes
*****************************************************************************/
.aligncenter,.alignleft,.alignright {
display: block;
padding: 0;
}
.aligncenter {
@Richienb
Richienb / RemoveBranding.css
Last active June 1, 2024 14:46
Remove 000Webhost Branding For Wordpress CSS Code
img[src*="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {display: none;}