first commit

This commit is contained in:
Janis
2022-10-25 18:27:02 +02:00
commit 1315c39ae1
13 changed files with 297 additions and 0 deletions

25
css/style.css Normal file
View File

@@ -0,0 +1,25 @@
* {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
font-size: 70pt;
padding: 0;
margin: 0;
-webkit-text-stroke: 3px black;
background-color: black;
}
#content div {
margin-top: 5px;
}
.content-img {
float: left;
width: 100px;
}
.content-img img {
display: block;
}
.content-text {
margin-left: 130px;
}