i think someone need to rethink his job selection
guys literally only want one thing
not mine, but good.
chrome console
console.log('%c ', 'display:block; font-size: 200px; line-height: 400px; padding: 100px; background: url("http://doge2048.com/meta/doge-600.png") center center;')
Apparently, the chrome console supports inline styles. Press F12
One less to confuse them all
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.img-hover { img { display: inline-block; &.hover { display: none; } &:hover { display: none; &.hover { display: inline-block; } } } } |
Just saw this less snippet in a project. I had to look twice to understand it.