RU

Как я написал простой HTML-сайт, который избавляет от ручного поиска и конвертации бренд-иконок

Каждый раз, когда верстаешь новый проект, лендинг или дэшборд, Дизайнер просит поставить на плашки ссылки со свежими логотипами сервисов, соцсетей и…

designopen-sourcefossopensourcehtmlicon
Habr
EN

CSS Selectors

CSS Selectors CSS selectors are used to select HTML elements and apply styles to them. We already know basic selectors like class , id , and element…

htmlselectorscssproductivity
Dev.to
EN

#Responsive Web Design

Responsive Web Design is a way of creating websites that can adjust according to the screen size of the device. Nowadays, websites are opened on dif…

webdevhtml
Dev.to
RU

Тест локальных MOE моделей

Я тут решил решил чуток заморочиться и протестировать локальные MOE модели на кодинг. Кодинг громко сказано - мои задачи исключительно игры причем н…

llmllama.cppигрыhtml
Habr
EN

freshbite

🍔 FreshBite – Building an Online Food Ordering Website In today's digital world, online food ordering has become a convenient way for people to disc…

frontendhtmlshowdevwebdev
Dev.to
EN

Don't Use A Class For That!

Developers love classes. They sprinkle them everywhere: .hidden , .loading , .active ... But HTML already gives us attributes that do the job better…

htmlcsswebdev
Dev.to