Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

A Complete Guide How to Loop Through Object in JavaScript (+ performance tests)

05 Nov 2020
  • javascript

There are multiple different ways how to loop through object in JavaScript. But …

Continue reading →

Select tag custom styles with CSS only

27 Oct 2020
  • css

The select tag is one of the most confusing and hard to style form elements in HTML. Luckily there is a simple and cross-browser consistent solution to give custom styles for select tag using only CSS.

Continue reading →

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.

Continue reading →

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.

Continue reading →

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.

Continue reading →
⟨ Previous Next ⟩

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

Privacy policy