added style config.js

This commit is contained in:
Janis
2022-10-25 21:01:04 +02:00
parent 3332826404
commit 84c6741944
4 changed files with 21 additions and 6 deletions

View File

@@ -1,12 +1,8 @@
* {
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: transparent;
}
#content div {
margin-top: 5px;
@@ -23,3 +19,9 @@
.content-text {
margin-left: 130px;
}
.content-text p {
display: inline;
padding-left: 20px;
padding-right: 20px;
}