In css assignment1 mike brown image how to add in stunning workplace right side in same div

C:\Users\PRASANT\AppData\Local\Temp\Temp1_Assignment_ Stunning-Project-20221217T143025Z-001.zip\Assignment_ Stunning-Project\Reference Image.png

1 Like

Hello @ankitasahoo20091 ,

We have recieved your query.
This was a really nice question which you have asked.

Give us a couple of minutes & we will reach out with the solution for your query

Zeba Kainat| TA- Edyoda

1 Like

Hi Ankita,

You can create one parent div and inside that create two div with custom width , one for left-sec and other for right-sec and put the text in left-sec and image in right-sec and use CSS property like display: inline-block or flex for aligning those items. It will work for you.

1 Like

@ankitasahoo20091
create main as a parent and in that create two sections as a child and in css part give in main use display-flex. …still it is not inline then decrease the section width % below 50% u will get the proper output

1 Like