skip to Main Content

Twitter Bootstrap: header/content/footer layout with an height of at least screen height?

I thought this would work but it doesn't. What I am doing wrong? html, body { min-height: 100vh; } header, footer { background-color: blue; height:100px } <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <html> <body> <header></header> <section class="container bg-danger h-100"> <div class="row…

VIEW QUESTION

Theme CSS have priority – WordPress

https://www.development-vip.co.uk/product/smirnoff-espresso-vodka-70cl/ (password: hide) You will notice in the page source that my stylesheet (main-style) which I am loading at the highest priority is almost at the top in the head. Way above my themes style. Why is my theme styling…

VIEW QUESTION
Back To Top
Search