Користувач:Base/Грамайданчик/styles.css

Матеріал з Вікімедіа Україна
Перейти до навігації Перейти до пошуку
h2 {
	background: #333333;
	margin: 20px 0px 10px 0px;
	padding: 2ex 0 0 0;
	width: 100%;
	color: white;
	font-size: 225%;
	text-indent: 0.5em;
	line-height: 3.5ex;
	height: 3.5ex;
}
h2:after {
  background: #333333;
  border-bottom: 3px solid #BB0000;
  position: absolute;
  content: '';
  height: 3px;
  right: 0;
  left: 0;
  transform: translateY(3.55ex);
}