Site Logo

Nikita Hlopov

Frontend Dev Blog

Blog About Archive Tags

Seamless infinite background image scroll animation with CSS

29 Nov 2022
  • css

CSS allows you to create really cool stuff, like infinite background image scroll animation. And it will require a relatively simple solution.

Read More

How to get number value from input in JavaScript

22 Nov 2022
  • javascript

Working with HTML inputs may require handling proper value types, like numbers. However, the value property of an input element will return a string-type value by default.

Read More

How to make clickable contact links in HTML (email, phone, etc)

15 Nov 2022
  • html

To make your page more accessible and user-friendly you can create clickable links for specific texts. It can be phone number, email, sms, and more.

Read More

Make a good looking responsive table with pure CSS

08 Nov 2022
  • css

A table is a nice way to display large and complex data in a structured way. But often tables on websites are large and don’t look good on smaller screens (mobile, tablet).

Read More

Create cool custom bullet points with CSS

11 Aug 2022
  • css

Lists are a great way to showcase structured data. To make them look even fancier you can introduce a custom bullet points with pure CSS.

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.