Skip to content

Instantly share code, notes, and snippets.

View amitabhaghosh197's full-sized avatar

amitabha ghosh amitabhaghosh197

View GitHub Profile
@amitabhaghosh197
amitabhaghosh197 / SEO.md
Last active September 13, 2017 12:19
Some Search Keywords #seo #adword #smm #important #tutorial #social-media #socialmedia #adwords #adwords-api #api
@amitabhaghosh197
amitabhaghosh197 / softwares.md
Last active September 12, 2017 06:05
Important Softwares & Online Tools #softwares #tutorial #online-tools #tools #onlinetools
@amitabhaghosh197
amitabhaghosh197 / cssrules.md
Last active September 9, 2017 15:25
Some Important CSS Rules #css #sass

Placeholder color

input::-webkit-input-placeholder {
    color: #9B9B9B;
}

input:-ms-input-placeholder {
    color: #9B9B9B;
}
@amitabhaghosh197
amitabhaghosh197 / default.css
Last active September 9, 2017 15:26
defaultcss #css #default-css #sass
/**
*
* All Default stylings
*
* Default Font Families:
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;
*/