0
I can’t change the background of the div when I hover over, in case I want to change the background of the circle.
<div class="col m3">
<div class="center promo">
<div class="i-circle">
<i class="material-icons">shopping_cart</i>
</div>
<p class="promo-caption">Compre conosco</p>
<p class="light center">Compre nossos produtos</p>
</div>
</div>
i{
margin: 40px 0;
color: #CCC;
font-size: 5rem;
}
.i-circle{
height:150px;
width:150px;
text-align: center;
padding: 1px;
border-radius: 50%;
line-height:150px;
background:#EEE;
margin:0 auto 30px;
display:block;
}