Code & Technology :: Page 2

Notes on programming, artificial intelligence, and knowledge management

SVG Sprites the right way
The most popular method of creating SVG sprites, the Symbol Library, has one serious drawback: it can't handle background images. We'll fix that now.
How to use new Media Query syntax in CSS
The implementation of the new Media Queries Level 4 syntax has already appeared in all browsers. But what about older browsers? Let's break it down in this article.
12 column layout in CSS Grid
What to do if you need an alternative to the Bootstrap 12-column grid in your project? CSS Grid Layout, which can be safely used in browsers, comes to the rescue.