Design
Create Responsive Image Effects With CSS Gradients And Aspect Ratio

Create Responsive Image Effects With CSS Gradients And Aspect Ratio

A classic problem in CSS is maintaining the aspect ratio of images across related components, such as cards. The newly supported aspect-ratio property in combination with object-fit provides a remedy to this headache of the past! Let’s learn to use these properties, in addition to creating a responsive gradient image effect for extra flair. To prepare for our future image effects, we’re going to set up a card component that has a large image at the top followed by a headline and description. Th…
What Is Responsive Web Design?

What Is Responsive Web Design?

What Is Responsive Web Design? - Get started with responsive Web design! In this article, you’ll find how to respond to the user’s behavior and environment based on screen size, platform and orientation. Almost every new client these days wants a mobile version of their website. It’s practically essential after all: one design for the BlackBerry, another for the iPhone, the iPad, netbook, Kindle — and all screen resolutions must be compatible, too. In the next five years, we’ll likely need to …