Tag: css

  • CSS Hover Effects

    While searching for css hover effects I came across this site: https://www.developerdrive.com/2015/01/8-simple-css-hover-effects/ As the title says: simple – but very useful as starting point to discover effects and inventing own stuff.

  • Developer Tools: Debug :hover etc. in Chrome

    Did you ever try to get a css style for a hovered or active button or link? Today I tried to figure out, why the bootstrap btn-success don’t accepts my :active state style. Searching for a way to get this brings me to the simple solution: Open developer tools in chrome (ctrl-shift-i or F12), select…