istavros

istavros

Follow
homenewsletter

How to make simple slideshow using cool CSS and JS features

Nov 13, 20227 min read 324 views

Hello. Today I'm making a simple slideshow using cool CSS and JS features. I'm gonna be using: CSS variables CSS transformations CSS functions CSS...

How to make simple slideshow using cool CSS and JS features

How to create a brand logo grid

Oct 30, 20221 min read 40 views

In this post I will demonstrate how to create a brand logo grid like the one below: The tricky part of such a grid is the colored gap between the...

How to create a brand logo grid

Two ways to handle ltr/rtl on a page.

Oct 21, 20222 min read 347 views

When creating a multilingual web page you might need to handle languages written from right to left. This comes with some design issues. First, you...

Two ways to handle ltr/rtl on a page.

Work needs meaning

Oct 14, 20223 min read 67 views

Hello again. In this post, I'm going to share a thought I had. For the last six months, I've been struggling with not-so-interesting work. It was some...

Work needs meaning

How to choose between grid and flex for a listing page

Jul 22, 20222 min read 150 views

When we need to show a list of items, such as products in a product list page, we have the following two css alternatives: display: grid display:...

How to choose between grid and flex for a listing page

How to create an interactive gradient scrollbar

Jul 21, 20222 min read 509 views

I was recently working on implementing a new design for a project. The site branding had two main colors, and, even though it was not in the design, I...

How to create an interactive gradient scrollbar