Forum Moderators: not2easy
__ This is the title ________ <style>
div.container {
border-bottom: 1px solid #BFBFBF;
margin-bottom: 10px;
width: 90%;
}
span.title {
position: relative;
top: 5px;
left: 15px;
background: #FFF;
padding: 0 7px;
font-weight: bold;
}
</style>
<div class="container">
<span class="title">
This is the title
</span>
</div> <style>
fieldset.container {
border: none;
border-top: 1px solid #BFBFBF;
width: 90%;
}
legend.title {
padding: 0 7px;
font-weight: bold;
}
</style>
<fieldset class="container">
<legend class="title">
This is the title
</legend>
</fieldset>
<h1>This is the title</h1>
body {
font: normal 1em / 1.5em verdana, helvetica, arial, sans-serif;
}
h1 {
display: flex;
width: 90%;
font-size: 1.25em;
}
h1:before,
h1:after{
content: '';
flex: 0 0 1em;
margin: 0 0.25em;
border-bottom: 1px solid #bfbfbf;
}
h1:after {
flex: 1;
}