Made an HTML+CSS+JS (JavaScript) confirm dialog today without using any external library. No jQuery! HTML: CSS: JS: CodePen Preview: See the Pen No library HTML+CSS+JS Confirm Dialog by Animated Creativity (@animatedcreativity) on CodePen. Hope it helps someone!
Month: September 2020
CSS Disable Checbox
Today, I needed to disable checkbox using CSS only without any HTML attribute. Here is the code: HTML: CSS: Here is a working example at CodePen. See the Pen CSS Disable Checkbox by Animated Creativity (@animatedcreativity) on CodePen.