Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

TILs in June, July and August 2019

31 Aug 2019
  • html
  • css
  • javascript
  • til

It has been three busy summer months. I bring you my list of the things I’ve learned over this period.

Continue reading →

How to adjust the element's inner border radius

08 Aug 2019
  • css

An element’s inner border-radius is the value a developer cannot directly affect. However, some tricks can be implemented in order to achieve the same smooth border curve result.

Continue reading →

TILs in May 2019

31 May 2019
  • html
  • css
  • javascript
  • til

I’ve been learning a lot of awesome stuff related to web development. So I decided to summarize and document it for future references and to share the knowledge.

Continue reading →

Text overflow ellipsis on select tag

16 May 2019
  • html
  • css

For a better UI and appeal a CSS text-overflow property is used on a long piece of text. I’m going to show how to apply that to a select tag.

Continue reading →

Positioning content inside a flexbox container with CSS

25 Apr 2019
  • css

This article will cover the approach that uses CSS flexbox property for positioning a content inside a container element.

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