#design
Read more stories on Hashnode
Articles with this tag
I saw this fancy scrolling effect on this website and it just blew my mind. I thought of recreating it and got somewhat successful :) BTW, surely...
This is called a "marquee" and apparently, I needed one for my portfolio website. So, I thought I might as well share it with you all! In this blog,...
I have been wanting to redo my portfolio, and one of the major things I wanted it to have was smooth scrolling. So, I created a super simple...
I had to make an image slider for a project and I found out that there is no ready to use cool, basic, image slider. So I went ahead and made one...
In this article, we'll be creating a theme switcher using styled-components, context API, and of course, react. Live Example:...
The essential difference between em and rem is that rem is "root em". Now that out of the way let's first see what actually em is? EM EM is relative...