Skip to content

Instantly share code, notes, and snippets.

// 1
const num = 42
// let result
//
// if (num > 20) {
// result = 'More than 20'
// } else {
// result = 'Less than 20'
// }
<style>
/* ---------------------------------------------- /*
* Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
border: 2px solid #000;
border-radius: 16px;
height: 40px;
width: 24px;
display: block;