Closed W-M-D closed 3 years ago
Hi, the span tag works for me:
Template:
<div><span class='small'> Small text </span><br></div>
<span class='big'> Made with blabel <br></span>
CSS
.small {
font-family: Verdana;
font-weight: bold;
vertical-align: middle;
display: inline-block;
font-size: 10px;
}
.big {
font-family: Verdana;
font-weight: bold;
vertical-align: middle;
display: inline-block;
font-size: 30px;
Also works with the div element:
#small_text
{
font-size: 10px;
margin-bottom: 0.2mm;
width: 25mm;
}
I've tried using "<\h1>" or changing the type in CSS but nothing seems to work. I just want two different text elements that have different sizes. Any one know what to do ?