Tuesday, April 28, 2015

Check local and External IP in browser

External IP: 
http://icanhazip.com/
http://ip.appspot.com/
http://ipcalf.com/

Output 'l be like:
216.58.220.46 

Local IP:
http://net.ipcalf.com/

Output 'l be like:
1.1.2.101

CSS tricks

Mixed paint in background: background: linear-gradient(to right, #b6e358, #38b143) Grid view: display: grid; grid-template-columns: a...