Blub: Unterschied zwischen den Versionen

Aus Der Kampf um Naivara
 
Zeile 1: Zeile 1:
{{code<html>
+
{{{code<html>
 
<body>
 
<body>
  
Zeile 31: Zeile 31:
 
     }
 
     }
 
</style>
 
</style>
}}
+
}}}

Aktuelle Version vom 5. Dezember 2023, 15:44 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> }}}