flexbox-beispiel-mit-footer-immer-unten.php


Quell Code


 <!doctype html>
<html lang="de">
  <head>
  <title>urztzui</title>
  <style>
    
*{
 margin:0;
 padding:0;
 list-style:none;
}
 
html,body{
 height:600px;
 background:#123456;
}
 
 
body:before {
 content:"";
 height:calc(600px - 12px);
 margin-bottom:-100px;
 float:left ;
 display:inline-block; 
}

header{
 background:blue;
 height:100px;
  border:2px solid white;
}  

main{
  display:flex;
 overflow:hidden;
 background:blue;
 height:calc(600px - 200px);
 border:2px solid white;

}
#content{
  flex:8;
  padding:50px;
  border:2px solid green;
}
aside{
  display:flex;
  border:2px solid red;
  flex:2;
}
footer {
 clear:both;
  height:100px;
 background:blue;
 border:2px solid white;
} 

    
    
    </style>
  </head>
<body>

<header><h1>Footer immer unten mit der Pseudoklasse :before</h1></header>

<main>
  <aside id="left">
    left
  </aside>
  <div id="content">

  <section>
   <h2>Platz für weitere Spalten ( Menü und Inhalt )</h2>
    </section>
      <section>
    inhalt2
    </section>
  </div>
   <aside id="right">
    right
  </aside> 
</main>
 
<footer></h4>Footer</h4></footer> 
</body>

</html>


Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
vConsole
22:07:05
Uncaught TypeError: Cannot read properties of null (reading 'style')
/Kurze-Scripte-und-Codeschnipsel/index.php?name=flexbox-beispiel-mit-footer-immer-unten.php&ordner=Kurze-Scripte-und-Codeschnipsel:5446:53
22:07:05
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=3.2.1-jquery.min.js:4:22481
22:07:05
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=MooTools.min.js:5:5095
22:07:05
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=EnlighterJS.min.js:3:17773
22:07:05
Uncaught TypeError: window.addEvent is not a function
/Kurze-Scripte-und-Codeschnipsel/index.php?name=flexbox-beispiel-mit-footer-immer-unten.php&ordner=Kurze-Scripte-und-Codeschnipsel:2786:8
22:07:05
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=pace.js:896:26
22:07:05
Uncaught SyntaxError: Unexpected token '<'
/js/index.php?js=cookieconsent.min.js:1:20809
22:07:05
Uncaught SyntaxError: Unexpected token '<'
/js/alljs.php:408:2
22:07:06
726
22:07:05
WeChatLib: 0 (xxxx.xx.xx)
22:07:06
System: Unknown
22:07:06
Protocol: HTTPS
22:07:06
UA: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
22:07:06
navigationStart: 1743977224389
22:07:06
navigation: 3ms
22:07:06
dns: 48ms
22:07:06
tcp (ssl): 229ms (116ms)
22:07:06
request: 561ms
22:07:06
response: 1ms
22:07:06
domComplete (domLoaded): 1119ms (698ms)
22:07:06
loadEvent: 19ms
22:07:06
total (DOM): 1982ms (1963ms)