<tutorialjinni.com/>

Change Text Selection Color CSS

Posted Under: CSS3, Programming, Snippets on Feb 5, 2017
Change Text Selection Color CSS
With CSS3 every aspect of the Webpage can be can customized. This CSS code snippet will change the highlight color of the select text both its background and foreground color.

Responsive Font Size Scaling CSS

Posted Under: CSS3, Programming, Responsive, Tutorials on Feb 4, 2017
Responsive Font Size Scaling CSS
Websites needs to be responsive now a days. Responsive does not only mean there structure adapt itself according to the device but the font should also be scaled accordingly.

Change Color of Placeholder CSS

Posted Under: CSS3, Programming, Tutorials on Feb 3, 2017
Change Color of Placeholder CSS
CSS styles can be applied to placeholder attribute as well but it is not straight forward because the syntax varies from browser to browser. It is not standardizes yet.

Open Browser From Command Line windows 10

Posted Under: Programming, Shell, Snippets, Windows on Feb 1, 2017
Open Browser From Command Line windows 10
All modern browsers support the option to launch itself from command line or shell. The browser can launch itself in both normal and incognito or private modes.

Disable Text Selection Highlighting using CSS3

Posted Under: CSS3, Programming, Snippets on Jan 29, 2017
Disable Text Selection Highlighting using CSS3
To prevent user from copying any text from a webpage, CSS3 provide an elegant and cross browser property that eliminates the need to use JavaScript.