Day # 50: Animated card



Cards are a very common functionality in websites. And I also think they represent a good opportunity to practice CSS fundamentals.

Keeping in mind that, in terms of displaying content, we need to act as efficient frontend developers, we should not always display the entire information. Otherwise we might distract the visitors of our website.

In other words, we need to come up with clever ways to hide that information and allow the visitor to click or hover on the information he/she wishes to view.

Today’s project consists of a card that only shows partial information that turns into complete information once you hover over the initial setting. By just handling the height and translateY properties, we are able to hide or display the information we want to feature.

Comments

Popular posts from this blog

Day # 35: Flip Book

Day # 1: Homepage w/Introduction

Day # 8: Inspiration