Frontend Blog

FrontEnd articles: Web development blog | Web technologies, Front-End news, CSS animation, JavaScript, HTML - Part 11

News and information about front-end web development tips, tools, modern trends and website engineering. Productivity advice for highly motivated digital professionals.

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 […]

Automation layout start

Automation layout start Frontend tips
in Front-end | June 12, 2019

Hello, reader! If you create websites on a stream, the start of a project turns into a routine. Earlier, in […]

Icon Fonts

Icon fonts
in Front-end | May 16, 2019

Hi, developer! In this article I will tell you how to create and use an icon font with gulp. We […]

Shopify. Work with sections

Shopify Frontend: work with sections
in Front-end | April 22, 2019

First of all we need to understand what “sections” were embedded for, what exactly they give to the theme developers […]