complete restructuring

This commit is contained in:
2023-07-13 15:05:24 +02:00
parent 686f3ce740
commit ad14c03206
492 changed files with 0 additions and 66301 deletions

31
css/altstyle.css Executable file
View File

@@ -0,0 +1,31 @@
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background-color: gray;
color: white;
}
.logo img {
width: 10%
}
div {
margin-right: 10%;
margin-left: 10%;
margin-top: 2%;
margin-bottom: 2%;
padding: 10%;
padding-top: 5%;
padding-bottom: 5%;
border-color: black;
border-style: double;
border-radius: 3%;
background-color:dimgray;
}
h1 {
font-size: 300%;
}