Improve and question about Grid
Asking for improvements
Anchor tag is clickable past it's visual width

CSS max-height property ignored by wrapper element
<div id="slide-table-wrapper">
<mat-table #slideTable class="fixed-height">
...
<div id="slide-table-wrapper">
<mat-table #slideTable class="fixed-height">
...

Implementing a Custom Modal for Unsaved Changes on Page Refresh

Hiding an element when other elements set to display:none
can't align the elements

why these cards in flex seem to be not in the same height

Reproduce flex behaviour with grid
display: grid;
grid-template-columns: repeat(5, minmax(100px, auto));
display: grid;
grid-template-columns: repeat(5, minmax(100px, auto));
1fr
but it doesn't work as I want...weird shift and zoom of page when inspecting it

Javascript React ?
Is rotating a radial gradient in CSS background property possible?
radial-gradient
, but I'm wondering whether this can be rotated in any angle. Why do I need it? I can draw images pixel by pixel with linear-gradients, but if I want an elliptical shape, that's not on the horizontal or vertical axis, it looks like doing so seems impossible to me if I don't want to draw them more or less pixel by pixel... But maybe I just couldn't co...why can't an flex-item just get the height of the flex-container until specifically added
CDL's weekly question! - Positioning of Card items

How do I change the label color of this disabled component using css only?
Scrolling bar in a <Table> with "responsive" columns
Form status message

Positioning Issues

Having hard time making Image fits the height | not easy as you think

view-transition exclude navbar issue
view-transition-name: nav;
on my nav
selector. nothing is being animated anymore when i click my links. But works just fine if i comment out this line...
This is the code i have
```css
@view-transition {...