Natejoestev
Natejoestev
KPCKevin Powell - Community
Created by Natejoestev on 1/24/2024 in #front-end
css column expand to fit area
i have:
<div class="a">
<button>Btn</button>
<span>Text</span>
<button>Btn</button>
</div>
<div class="a">
<button>Btn</button>
<span>Text</span>
<button>Btn</button>
</div>
button {
width: 4em;
}
button {
width: 4em;
}
how can i make the span expand to fit the area given. *div is inside another element with a width.
11 replies
KPCKevin Powell - Community
Created by Natejoestev on 1/23/2024 in #front-end
tooltip don't overflow parent right edge
No description
2 replies
KPCKevin Powell - Community
Created by Natejoestev on 1/14/2024 in #front-end
modal show/hide animations
I have a <modal> element. with a show animation (it changes opacity and zooms in). this works fine. but i can't find a way to have the same thing in reverse for closing.
11 replies