Answer the question
In order to leave comments, you need to log in
How to remove transparency (opacity) for a nested div?
The code is this:
<div class="dokuro-black-box">
<div class="dokuro-full-popular-image uk-vertical-align" style="background-image: url('images/popular.png');">
<div class="info uk-vertical-align-bottom">
<h2>Название видео</h2>
<h5>краткое описание видео, примерно строк этак в 3 или больше, но 3 строки смотрятся хорошо.</h5>
<a href="/">Просмотреть</a>
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
You don't need to shade the image. Give the text a shadow - text-shadow: 0 0 5px rgba(0,0,0,.5);
Play around with the settings.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question