Add files via upload

This commit is contained in:
Mario 2023-01-20 20:53:47 +02:00 committed by GitHub
parent df94754092
commit 50bc3858d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 0 deletions

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

11
css/index.css Normal file
View File

@ -0,0 +1,11 @@
.text-and-stuff {
padding: 70px 0;
text-align: center;
}
.buttons {
text-align: center;
}
.youtube-embed {
padding: 70px 0;
text-align: center;
}

30
css/register.css Normal file
View File

@ -0,0 +1,30 @@
.card.mb-3 {
margin: 0;
position: absolute;
top: 50%;
left: 70%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 40.00%;
height: 52%;
display: inline-block;
}
.btn.btn-secondary {
margin: 0;
position: absolute;
top: 93%;
left: 91%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.card.text-white.bg-dark.mb-3 {
display: inline-block;
width: fit-content;
height: fit-content;
position: absolute;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 30%;
text-size-adjust: auto;
}