Skip to content

Instantly share code, notes, and snippets.

@BartNowak
BartNowak / frontendDevlopmentBookmarks.md
Created July 13, 2019 09:24 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
@BartNowak
BartNowak / gist:c777ff6ad2c6fe65686cb7849682a2db
Created March 6, 2019 09:42
custom button styling of mailchimp plugin (WP)
/* background-color: #00be8a; */
/* color: #fff; */
/* text-transform: uppercase; */
/* letter-spacing: .16em; */
/* text-shadow: 0 0 1px #fff; */
/* margin-top: .3em; */
.customChimpButton{
background-color: #f7f7f7!important;