<br><br><br><blockquote>
    <span class="old">Call me old fashioned.......</span>
  <br><br>
    <span class="fav">but my favorite HTML attributes are still </span><code>colspan</code> and <code>rowspan</code></b>.
  <br><br><br><br><br><!--<br><br><br><br><br><br><br><br><br><br>-->
    <span class="td">I just love me some big TD’s! 🤣</span>
  <br><br>
    <!--<span class="titi">(.)(.)</span>-->
  </blockquote>
index.html
body {
    background-color: #dbb79d;
    margin: auto;
    align-items: center;

  }

  blockquote {
    text-align: center;
  }

  code {
    /* background-color: #000; */
    color: #000;
    font-size: 12pt;
  }

  .old {
    font-family: ;
    font-style: italic;
    font-size: 24pt;
  }

  .fav {
    font-family: "Verdana";
    font-size: 12pt;
  }

  .td {
    font-family: "Comic Sans MS", "Comic Sans";
  }

  .titi {
    font-size: 72pt;
    color: #c49c7f;

  }
style.css