I have HTML:
<li class="duoBtsAnalise"><a href="#">Análises de Risco</a></li>
I want the a
click to be active on all li
.
My CSS:
.duoBtsAnalise {
background-image: url("../imagens/duoAnalise.jpg");
background-repeat: no-repeat;
background-position: center;
width: 183px;
height: 182px;
float: left;
font-family: "Titillium Web", sans-serif;
font-weight: 600;
color: white;
padding-top: 135px;
text-align: center;
box-sizing: border-box;
cursor: pointer;
display: block;
}
I'm asking for this because the li
is a large square and the a
is just the text.