Assignment 2 Edyoda Stories (solution and source code)

Assignment 2 Edyoda stories Page Exact Copy

Git Repo

click here to see Ui



@harshitrajlnctcse

1 Like

@kravikant249 :clap: Keep going

1 Like

Hello
how we can increase or decrease space between this cards ?

i tried margin, padding, gap but it not works…

@pjangale88 Share the code link so that we can help better.

1 Like

link -

https://codepen.io/pavan-jangale/pen/LYgQKxX?editors=1100

1 Like

@atulfebe Can you please check this @pjangale88 issue ?

@pjangale88
Pawan I have checked your code I can see here you have create card container and you given margin left or many other things
you should do one thing you should create a div inside side that div you should mention card container and you can give class as blogContainer or Whatever you want and write css

.blogContainer{

width : as mention in pdf
height : as mention in pdf
display : flex
margin: 20px auto;
gap:15px; or whatever you want
flex-wrap:wrap;
}

do these you can see your problem will solved

if you understand it will fine
otherwise you can call me on 7765011865

I’ll explain you on call.

2 Likes

@kravikant249 Thanks for helping him out.

2 Likes

thank you @kravikant249

it works…:smile:

2 Likes