Skip to content

Instantly share code, notes, and snippets.

View steadyGuy's full-sized avatar
🎯
Focusing

Yurii steadyGuy

🎯
Focusing
View GitHub Profile
@steadyGuy
steadyGuy / nvmlink
Created March 27, 2024 20:40 — forked from MeLlamoPablo/nvmlink
Creates a symlink to /usr/bin/node after using nvm
@steadyGuy
steadyGuy / Normalize.css
Last active April 8, 2020 07:53
Normalize css by Andy Bell
/* Указываем box sizing */
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Убираем внутренние отступы */
ul[class],
ol[class] {