wanze : custom h2 title (same as the website)

This commit is contained in:
Daniel Muyshond 2019-11-22 16:07:32 +01:00
parent 924c3e6025
commit def620c96d
1 changed files with 17 additions and 0 deletions

View File

@ -1 +1,18 @@
@charset "UTF-8";
/*Wanze titles*/
#content h2::before {
background: #e10019 none repeat scroll 0 0;
bottom: 0;
content: "";
display: block;
float: left;
height: 0.75em;
margin-right: 0.4em;
margin-top: 0.15em;
right: 100%;
width: 4px;
}
#content h2 {
font-size: 22px;
}