how to use span

hello,
i would like to use span instead of heading for better SEO
but this doesn't work
see example in first part of text here just after h1 <span class="h2style">
https://marcel-rouen.fr/

and custom in css :
.h2style {
    font-size: 127px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Black Jack", Arial, Tahoma, sans-serif;
    color: #444444;
    margin-bottom: 15px;
}

where did i made an error ?


Comments

Sign In or Register to comment.