Site Logo

Nikita Hlopov

Frontend Dev Blog

Blog About Archive Tags

12 FREE CSS games to practice and improve your CSS skills

20 Oct 2020
  • resources
  • css

One of the best ways to learn something new is by playing. The same principle can be applied when learning CSS.

Read More

4 Ways To Get the Width and Height of an Element with Vanilla JavaScript

12 Oct 2020
  • javascript

This guide will explain to you how to get the width and height of an HTML element with plain Vanilla JavaScript.

Read More

Using SVG background image with CSS code only

09 Oct 2020
  • svg
  • css

It is possible to set an SVG background image using only CSS. To do that you’ll need to convert SVG code to the Data URL string.

Read More

Convert a NodeList or HTMLCollection to an Array with JavaScript

30 Apr 2020
  • javascript

There are 3 ways to convert NodeList or HTMLCollection to an Array in JavaScript.

Read More

Parse URL strings with native JavaScript API

06 Apr 2020
  • javascript

There’s an easy native way to parse URL strings with JavaScript API.

Read More
⟨ Previous Next ⟩

This work is licensed under a CC BY 4.0 License.
The code in this work is licensed under an MIT License.