Merhaba bir resme link ekleyeceğim fakat üstüne gelince hoverda content olduğundan link verilmiyor.

CSS Kodu:

.list li:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 195px;
  content: '\f144';
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  opacity: 0;
  color: #FFF;
  font-size: 40px;
  display: block;
  cursor: pointer;
  line-height: 195px;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
HTML KODU:
	<ul class="list">	
		<li>
			
		<img src="resim.png" alt="" class="cover" />

</li>
</ul>