Jump to content

studiodv

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by studiodv

  1. Hi,

    I'm wondering if there is an equivalent for the sticky footer tutorial in W3CSS.

    Or this flexbox method. --> preferred result

    HTML

    <body class="Site">
      <header></header>
      <main class="Site-content"></main>
      <footer></footer>
    </body>

    CSS

    .Site {
      display: flex;
      min-height: 100vh;
      flex-direction: column;
    }
    
    .Site-content {
      flex: 1;
    }

    I'm only have so so working knowledge on the topic CSS and would like to LIMIT my beginning to W3.CSS as I find it comfortable to use and learn at the same time.  And learning any other 'framework' just confuses me more.

×
×
  • Create New...