Joined August 2013
·
Posted to
document.location.origin does only exist in webkit browsers
over 1 year
ago
Just what I needed, thanks!
Posted to
How to make a circular image with CSS only
over 1 year
ago
Hey @sourav! Thank you. To center-align image add:
background-position: center; to .img-circular class.
See the fiddle here:
http://jsfiddle.net/ngzHh/
Posted to
How to make a circular image with CSS only
over 1 year
ago
@ashutosh try adding background-position: center; to .img-circular class :)
Posted to
git today — Quickly see what you've done today
over 1 year
ago
Had some problems with @heartcode code (the = part) but modified this to:
git config --global alias.yesterday '!git log --graph --all --since="yesterday.midnight" --until="midnight" --author="$(git config user.name)" --oneline'
And it works perfectly. Thanks!
@davidsteenkamp That's cool, thanks for sharing! :)