How to fit two pics in one row? [closed] - html

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
Css grid how to fit two pics in one row ?lot of empty space are available how to remove this?
I tried grid_row _1/3
Width:50%

Related

How to Add new div element which contains text [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 days ago.
Improve this question
I recently added a bunch of text in my site but it doesn't look good. Is there a way to create a new div element using CSS that would solve this problem? I want move all the text after the image box.

Fitting Images in carousel in bootstrap 5 [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
Am trying to make images fit in bootstrap carousel and be responsive. But images appear to be stretching and not responsive. This is the code:
Previous
Next

How to display a gif behind the title? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 months ago.
Improve this question
I'm trying to display a gif behind the title only when you hover over the title tho.
As of right now, I'm failing to make it work.

White space bottom Firefox [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I have a misterous gap between footer and the end of the window. It's only on Firefox.
http://agendakinder.wampanas.com
Thanks in advance
I can't really explain why, but from what I can see, this is caused due to the usage of positioning.
But where you have .logo-footer for the image of the giraffe, disable position:relative; and use margin-top:-232px;

Add shadow to toolbar divider [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I am trying to add white shadow/blur around one of my toolbar divider. Is it possible
Here is the link to fiddle. Anybody can help?
Alex
add width to .headerDivider that way you assign the length of you element.