<h2 vol="1">見出しのサンプル</h2>
タイトル付きの見出しです。
h2{
	position: relative;
	height: 60px;
	line-height: 50px;
	padding: 0 0 0 70px;
	font-size:25px;  /*文字サイズ*/
}
h2::before{
	content: attr(vol);
	position: absolute;
	left: 0;
	top: 0;
	padding:0 20px;  /*タイトル部の長さ*/
	font-size:20px;  /*文字サイズ*/
	background: #5d9cf7;
	color: #fff;
  border-radius: 25px 25px 25px 25px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.