- Ukraine, Kyiv
- in/yuriy-orekhov
- https://t.me/yuriy_oreh
Pinned Loading
-
.prettierrc.json
.prettierrc.json 1{
2"printWidth": 100,
3"tabWidth": 2,
4"useTabs": false,
5"semi": true,
-
visually-hidden
visually-hidden 1.visually-hidden {
2position: absolute;
3width: 1px;
4height: 1px;
5margin: -1px;
-
Глобальне скидання стилів тегів
Глобальне скидання стилів тегів 1li { list-style: none; }
2a { text-decoration: none; }
34/* Вказуємо box sizing */
5*,
-
міксін з функцією перерахунку значен...
міксін з функцією перерахунку значення line-height 1@mixin btn {
2padding: 12px 20px;
3max-width: 200px;
4min-width: 160px;
5min-height: 40px;
-
Ретінізація фонових зображень
Ретінізація фонових зображень 1.price {
2background-image: url(../images/price/bg-price_sm.png),
3linear-gradient(to bottom, #191c26, #191c26);
4background-image: -webkit-image-set(url(../images/price/bg-price_sm.webp) 1x),
5linear-gradient(to bottom, #191c26, #191c26);
-
mixin для button
mixin для button 1@mixin main-button($font, $font-size, $font-color, $border-size, $border-color, $padding, $transition-speed, $hover-color)
2{
3display:inline-block;
4text-decoration:none;
5text-transform:uppercase;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.