Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

Styling link underline with CSS 101

23 Dec 2022
  • css

Default HTML links have a distinct style that lets the user know it’s clickable text. Usually, links have a blue color and an underline, upon hover a pointer cursor is shown.

Continue reading →

Check if the letter is uppercase in JavaScript

13 Dec 2022
  • javascript

While working with strings, especially when validating forms, you may want to check whether the letter is uppercase.

Continue reading →

How to remove a specific item from an array in JavaScript

06 Dec 2022
  • javascript

JavaScript doesn’t have a single explicit method to remove a specific item from an array. However, there are a few simple ways you can do that, depending on your needs.

Continue reading →

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.

Continue reading →

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.

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