Category: CSS
-
Hide the Outline?
CSS outline is a property that puts a line around the outside of an element, often used to indicate focus on the element, especially for users navigating with a keyboard instead of a mouse. For example, when a button is selected (but not yet activated), the browser might put a dotted line around the button […]
-
Simple CSS Loading Animation
Quick and dirty but nice looking pure CSS loading animation.