Blub: Unterschied zwischen den Versionen

Aus Der Kampf um Naivara
(Die Seite wurde neu angelegt: „<html> <body> <div class="wrapper"> <div class="quader"> </div> </div> </body> </html> <style> body { margin: 0;…“)
 
Zeile 1: Zeile 1:
<html>
+
{{code<html>
 
<body>
 
<body>
  
Zeile 31: Zeile 31:
 
     }
 
     }
 
</style>
 
</style>
 +
}}

Version vom 5. Dezember 2023, 15:43 Uhr

{{code

<style>

   body {
       margin: 0;
       background-color:black;
   }
   .wrapper {
       display: flex;
       justify-content: center;
       align-items: center;
       height:100vh;
       width:100vw;
   }
   .quader {
       width:50px;
       height:50px;
       background-color: red;
   }

</style> }}