Set a font-size

Hi everyone

I realise a title on my page but I have a problem with th font

  <div class="text">
                            <h1> <span>men</span>fashion </h1>
                        </div>


my CSS:

h1 {
    text-transform: uppercase;
    font-size:4em;
    line-height: 1;
}

span{
    display: block;
    font-size: .2em;
}


can I get an idea to fix this please
thanks.
1.jpg
Was this page helpful?