Код: Выделить всё
[url=#home]shrlrmdh[/url]
Код: Выделить всё
@tailwind base;
@tailwind components;
@tailwind utilities;
.hamburger-line {
@apply w-[30px] h-[2px] my-2 block bg-black;
}
.hamburger-active > span:nth-child(1) {
@apply origin-top-left rotate-45;
}
.hamburger-active > span:nth-child(3) {
@apply origin-bottom-left -rotate-45;
}
Подробнее здесь: https://stackoverflow.com/questions/787 ... -css-files
Мобильная версия