Jump to content

Полупрозрачный фон панели пользователя

Featured Replies

Доброго времени суток!

 

Как сделать, что бы красный фон был полупрозрачный?

 

Снимок.PNG

Link to comment
https://ipbmafia.ru/topic/13160-poluprozrachnyj-fon-paneli-polzovatelya/
Share on other sites

извиняюсь, уже сам разобрался :)

Если кому нужно то, вот:

{
  	background: rgba(180, 0, 0, 0.6);
  	border-radius: 30px;
  	color: #fff;
  	font-size: 1px;
  	font-weight: bold;
  	padding: 10px;
  	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  	vertical-align: middle;
}

 

Вот как выглядит.

Снимок.PNG

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
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.