比较好看的css自定义样式(标题 h2 h3)
比较好看的css自定义样式,包含标题h2和h3,属于个人收藏版,效果图敬上:
h2,h3{ border: 0; font-family: inherit; font-size: 100%; font-style: inherit; margin: 0; padding: 0; vertical-align: baseline; }
h2 { font-size: 17px; font-size: 1.7rem; line-height: 190%; margin: 10px -20px; padding: 0 44px; border-left: 5px solid #e40000; background-color: #ebebeb; border-bottom: 1px solid #e40000; } h2 {margin: 10px -20px 10px -20px;}
h3 { font-size: 16px; font-size: 1.6rem; line-height: 190%; margin: 2px -20px 10px -20px; padding: 0 44px; border-left: 5px solid #3690cf; background-color: #ebebeb; border-bottom: 1px solid #3690cf; } h3 {margin: 0 -20px 5px -20px;}
h2,h3 {border-radius: 8px}