first commit

This commit is contained in:
2026-04-30 14:38:11 +02:00
commit e22bbde336
1994 changed files with 613950 additions and 0 deletions

41
css/layout.css Normal file
View File

@@ -0,0 +1,41 @@
@CHARSET "UTF-8";
*{
margin: 0;
padding: 0;
}
img{
border: 0;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
h1{
font-size: 24px;
font-weight: bold;
line-height: 2em;
}
h2{
font-size: 18px;
font-weight: bold;
line-height: 1.6em;
}
h3{
font-size: 12px;
font-weight: normal;
}
h4{
font-size: 10px;
font-weight: normal;
}
h5{
font-size: 9px;
font-weight: normal;
}
html{
height: 100%;
width: 100%;
}