[feature] init vite project

This commit is contained in:
Janis
2023-06-04 15:50:48 +02:00
parent dbca028c1d
commit fb3a28fefe
34 changed files with 2786 additions and 26 deletions

28
old_js/css/style.css Normal file
View File

@@ -0,0 +1,28 @@
* {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.client-div {
margin-top: 15px;
}
.client-img-div {
float: left;
width: 107px;
}
.client-img-div img {
display: block;
}
.client-text-div {
margin-left: 130px;
}
.client-text-div p {
display: inline;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}