Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

Custom mouse cursor with CSS

17 Apr 2023
  • css

In case you didn’t know you can create a totally custom mouse cursor for your web page using only CSS.

Continue reading →

How to create a button to clear the input field

10 Apr 2023
  • html
  • css

It’s a good idea to allow users to clear the input with push of a button. Lets look at how you can add a clear button to the input field.

Continue reading →

Text gradient with pure CSS

29 Mar 2023
  • css

Text with a gradient background effect is a nice way to display headings on your website, and it can be done with pure CSS.

Continue reading →

Create a full-size background video with pure CSS

20 Mar 2023
  • css

You can create a full-size background video that scales for a given container on all devices from mobile to desktop using nothing but pure CSS.

Continue reading →

How to increase selector specificity

13 Mar 2023
  • css

Sometimes you need to override existing styles but you can’t change HTML. There are a few ways how you can increase selector specificity by only modifying CSS.

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