Frontend Blog

Front-end | WordPress | ReactJS | NextJS | Web Development Agency - Part 3

How we use SVG sprites

How to use svg sprites fronetnd blog
in Front-end | November 27, 2019

Hi, developer! When making a layout from PSD, icons are often inserted in SVG format, and if not, we ask […]

Web fonts: Connect and use

Web Fonts CSS How to use
in Front-end | November 6, 2019

Hi, developer! Previously, in order to connect an off-site font to the site, the @ font-face directive was used with […]

Splitting styles with sass

Splitting styles SASS
in Front-end | September 23, 2019

Hi, developer! Sometimes during layout, it is necessary to split style files into several ones according to some principle. In […]

WordPress theme development – Header.php

WordPress theme development – Header php
in Front-end, Wordpress | September 11, 2019

Header.php Create a new file header.php in the folder with the theme, from index.php we cut everything from <!DOCTYPE> to <body>inclusive and put into header.php. language_attributes() – displays […]