Hallo Leute,
ich habe einen Link in einem Container.
Was muss ich machen dass der ganze Container und nicht nur der Link klickbar ist?
Code
.alpha {background:#EEEEEE;border-color: c0c0c0;border-width: 1px;border-style: solid;margin-left: 5px; margin-bottom: 5px;
display: flex;
align-items: center;
justify-content: center;}
.alpha:hover{background:#555;}
.alpha:hover a{color: #fff;}
.alpha a{padding-top: 10px;padding-bottom: 10px; display:block;}
LG Sabbel