Skip to content

Instantly share code, notes, and snippets.

View kuddl's full-sized avatar
💭
coding away

Tobias Sailer kuddl

💭
coding away
View GitHub Profile
@kuddl
kuddl / input.scss
Created August 8, 2022 14:26
Generated by SassMeister.com.
$background-colors: (
black: #000,
grey: #f1f2f2,
blue-bold-dark: #0c2746,
credit-suisse-blue: #003868,
blue-bold-bright: #265682,
blue-bold-light: #507cab,
blue-dimmed-bright: #a7bbd4,
blue-dimmed-light: #d7e4f6,
);

Creating the QLOCKTWO in HTML5, CSS and Javascript

Just a little side project to recreate the QLOCKTWO. I had an old version using canvas and images but it was ugly. This is plain HTML, CSS and javascript. The aim of this rewrite was to create an interface for creating multiply languages.

Added the option to change the color of the clock.

A Pen by Fabrice Weinberg on CodePen.

License.