Jump to content

Adding styles to page title


Nic727

Recommended Posts


.strikethrough span {

display: inline-block;

margin: -0.5ex 0.25ex 0;

vertical-align: middle;

width: 1ex;

}

 

.st_style02 span {

border-bottom: 0.2ex solid red;

border-top: 0.2ex solid red;

height: 0.15ex;

}

 

.st_style01 span{

background-color: red;

 

height: 0.167ex;

}


<h1 class="strikethrough st_style02"><span></span>Header Text<span></span></h1>

<h1 class="strikethrough st_style01"><span></span>Header Text<span></span></h1>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...