Jump to content
  • 0

Непрозрачность для картинки


oleg126
 Share

Question

Подскажите пожалуйста, почему не работает прозрачность?

Смысл такой, у меня есть картинка фоновая и я хочу сделать прозрачность, но почему то не работает!?

.get_in_touch{
	background: url(../img/your_project_img.png) no-repeat top /cover;
	padding: 90px 0 40px 0;
	background-color: rgba(255,0,0,0.75); 
}

 

<section class="get_in_touch">
	<p>Do you like <span>our work</span> so far?<br>
    Let's talk about <span>your project</span>!</p>
  	<a class="button" href="#">Get in Touch</a>
</section>
.get_in_touch{
	background: url(../img/your_project_img.png) no-repeat top /cover;
	padding: 90px 0 40px 0;
	background-color: rgba(255,0,0,0.75); 
}
.get_in_touch p{
	font-size: 30px;
	font-family: Roboto Slab;
	color: #fff;
	text-align: center;
}
.get_in_touch p span{
	text-transform: uppercase;
}

Для полноты картины ...

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Так а если у меня к примеру есть вот такая ситуация:

1png_1027952_26741548.jpg

Видно, что на макете при наведении на картинку, картинка сама заливается полупрозрачным цветом. Как поступить тогда в таком случае? Рисовать те же самые картинки с затемнением и при наведении на нее менять ее через :hover? Помоему так не правильно!? Или вообще можно было делать это как то по другому? Не через img?

Link to comment
Share on other sites

  • 0
38 минут назад, oleg126 сказал:

Как поступить тогда в таком случае?

ещё один слой поверх картинки. В интернете полно сайтов с таким эффектом, открой и посмотри как это делается.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy