Nishu Kumari has Published 122 Articles

How to control the background size in Tailwind CSS?

Nishu Kumari

Nishu Kumari

Updated on 03-Oct-2024 09:40:30

410 Views

To control the size of background images, it's important to ensure they look good on all screen sizes. Images can stretch, crop, or repeat, which can make the design unappealing, especially when container sizes change in responsive layouts. Our task is to control background image sizes with Tailwind CSS. We ... Read More

Add two numbers represented by linked lists?

Nishu Kumari

Nishu Kumari

Updated on 31-Jul-2019 12:58:13

370 Views

We're given two singly linked lists, where each node stores one digit of a number. The digits are arranged from left to right, just like how we normally write numbers. For example: 7 -> 2 -> 4 -> 3 represents the number 7243. Our task is to add these two ... Read More

Advertisements